File Tree
MonoTerm includes a file tree that understands your project structure. It appears in the sidebar when you open the prompt box (@), or as a standalone
tool via monotree.
How it works
- Press
@to open the prompt box - The sidebar switches to a searchable file tree
- Press
Tabto switch focus between the prompt and the file tree - Navigate files, press
Enterto insert a path into your prompt - Press
Escto close everything
Design
Files are displayed with a clean pipe-tree layout:.claude, .git, etc.),
then regular folders, then files. Within each group, sorted by name or
modification time.
Empty folders are marked with - suffix so you can tell at a glance
which folders have content.
Search
When the file tree has focus, type to search instantly:Navigation
Path History
Navigate between directories with history:uorBackspace— go up to parentb— go back to previous directory- The file tree remembers where you’ve been
Project Detection
When opened without a specific path, the file tree automatically finds your project root by scanning for.git, .claude, or similar marker directories.