monotree 0.1.5, OpenCLIs build
2026-06-30-131509. The executing binary, registry, and public CDN metadata
agree on this release.
Quick Start
Complete CLI Reference
Version 0.1.5 has four operational families—interactive browse, search, docs, and test—plus help/version aliases.Non-Interactive Search
Loaded N files, searched "QUERY", M matches line goes to stderr, which lets a
script capture file rows separately. This is filesystem/name search; use
Monogram for indexed code symbols and call relationships.
Navigation and Search
Tree Shape and Context
Prefer bounded
1…5 expansion when repository size is unknown. E is a
deliberate full traversal and can be expensive even though it does not edit
files.
Context Menu Effects
The menu is not read-only. Its current actions divide into three groups:
Deletion uses
symlink_metadata: a symlink itself is removed rather than
following it, while a real directory is removed recursively. Treat m as an
entry into a mixed read/write surface, not merely an information panel.
Self-Test Contract
monotree test verifies three concrete behaviors: initial breadcrumb rendering,
Up → Left → Enter re-rooting, and Esc returning focus to the tree. The
PTY harness uses Unix openpty/fork; Windows returns exit code 2 without
running it.
Published Platforms
Version 0.1.5 shipsdarwin-aarch64, linux-x86_64, linux-aarch64, and
windows-x86_64 archives. Browse, search, and embedded docs are cross-platform;
the built-in PTY test is Unix-only.