Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command Line Tool Reference

While IntelliShell is designed for seamless interactive use through shell hotkeys, it also features a comprehensive command-line interface (CLI) for scripting, automation, and direct data management. This section provides a detailed reference for every command and its available options.

The basic structure for any command is:

intelli-shell <COMMAND> [ARGS]

Commands

Here is a summary of all available commands. Each command is detailed on its own page.

CommandDescription
newBookmarks a new command
searchSearches stored commands
replaceReplaces the variables of a command
importImports user commands from a file, URL, Gist, or stdin
exportExports stored user commands to a file, URL, or Gist
tldrManages integration with tldr pages, allowing you to fetch or clear examples

Interactive Mode Flags

Several commands (new, search, replace) can be run either non-interactively with arguments or through the TUI by using the -i or --interactive flag. When in interactive mode, you can force a specific rendering style:

  • -l, --inline: Forces the TUI to render inline, below the prompt
  • -f, --full-screen: Forces the TUI to render in full-screen mode