Interactive Mode
NestCLI's interactive mode allows you to navigate and search your project efficiently.
#
Enabling Interactive ModeEnable interactive mode with the --keyboard-nav
flag:
nest_cli --keyboard-nav
#
Navigation Controlsn
: Next filep
: Previous filem
: Mark/unmark fileq
: Quit
#
Examplenest_cli . --keyboard-nav
This command will start NestCLI in interactive mode, allowing you to navigate your project using keyboard shortcuts.