Expand description
FileView - A minimal file tree UI for terminal emulators
This crate provides a VSCode-like file explorer TUI, designed for use in modern terminal emulators like Ghostty.
Modulesยง
- action
- Action module - File operations and clipboard
- app
- Application module
- core
- Core module - Application state and view modes
- git
- Git integration module
- handler
- Handler module - Input event handling
- integrate
- Integrate module - External integration features
- plugin
- Plugin system for FileView
- render
- Render module - UI rendering
- tree
- Tree module - File tree data structure and navigation
- watcher
- File system watcher for real-time updates