From f8a1121e7723943503d426c05ce0b96b277fab81 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Wed, 11 Feb 2026 16:17:13 -0800 Subject: feat(docs): Add Shell Integration and Interoperability docs (#3163) This PR adds a new documentation page called "Shell Integration and Interoperability." It explains how Atuin's shell hooks work, and why they may _not_ work by default in an embedded terminal in another tool. It includes suggestions to ensure the shell is launched in interactive mode, or to use a wrapper script if this isn't possible. It also explains the various mechanisms to use to _exclude_ certain commands, or commands from certain tools, from Atuin's history. Closes #3085 Closes #1545 Closes #2983 Related to: #1942, #3047, #1847 --------- Co-authored-by: Koichi Murase Co-authored-by: Ellie Huxtable --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/mkdocs.yml') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4ca51c60..26bf0bee 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -64,6 +64,7 @@ nav: - Import existing history: guide/import.md - Basic usage: guide/basic-usage.md - Advanced usage: guide/advanced-usage.md + - Shell Integration: guide/shell-integration.md - Deleting history: guide/delete-history.md - Syncing dotfiles: guide/dotfiles.md - Theming: guide/theming.md -- cgit v1.3.1