Skip to main content

Interactive Mode

NestCLI's interactive mode allows you to navigate and search your project efficiently.

Enabling Interactive Mode#

Enable interactive mode with the --keyboard-nav flag:

nest_cli --keyboard-nav

Navigation Controls#

  • n: Next file
  • p: Previous file
  • m: Mark/unmark file
  • q: Quit

Example#

nest_cli . --keyboard-nav

This command will start NestCLI in interactive mode, allowing you to navigate your project using keyboard shortcuts.