This workspace manager differs fundamentally from tools like Ranger, Yazi, Thunar, NerdTree, and similar file explorers by shifting focus from general-purpose file navigation to context-specific workspace control. It is not a file browser. It is a workspace boundary enforcer with integrated filtering, project-aware exclusion, and action execution tuned to project state. The difference is categorical, not incremental.
Some tools attempt partial overlaps:
fd + jq pipelines: DIY pipeline solutions, brittle and not aware of project semantics.None combine filtering, exclusion, workspace logic, and controlled behavior execution into a coherent, reusable, terminal-native system.
It understands project type and adjusts behavior accordingly—e.g., filtering only .nix files and known configuration directories in a Nix context. Other tools operate generically, requiring user-supplied knowledge and constant reconfiguration.
Users can define active behavior on file interactions. Example: editing a .nix file triggers a rebuild confirmation prompt. This binds file types to safe operational flow. File managers don’t know or care what actions are appropriate for each file.
Simultaneous, switchable contexts tailored to different languages, configurations, and projects. Each workspace retains its filters, exclusions, and behavior logic. Most file tools operate globally or per session without context persistence.
Combines directory filters, file extensions, regex patterns, and version control awareness to precisely tailor what files are shown or acted on. This eliminates clutter and focuses the user on exactly what matters, with no need for interactive filtering commands.
With its companion tools, it can extract specific functions, classes, or marked blocks from files and send them to the clipboard for rapid sharing or documentation—something file browsers and even most editors do not handle gracefully.
It does not just present files. It governs what happens when files are modified or selected, enforcing workflows that prevent mistakes (e.g., unprompted rebuilds or accidental edits to generated files).
This program creates an operational perimeter around the user’s intent. It reduces the chance of mistakes by excluding irrelevant files and directories, prevents damaging operations by introducing explicit checkpoints, and allows seamless switching between distinct contexts without cross-contamination. It eliminates the need to remember directory-specific commands, filters, or conventions. Its power lies in enforcing strict, contextual discipline in environments where errors are expensive or configuration surfaces are broad.
File managers let you see everything. This tool ensures you only see what you need—and only act when it’s safe.