A blazingly fast™ file explorer on the CLI.
- Navigate directories and list files
- Search for files within the current directory
- Open files with Vim
- Simple and intuitive keyboard controls
To install expl-term, clone the repository and build it using Cargo:
git clone https://github.com/yourusername/expl-term.git
cd expl-term
cargo build --releaseRun the application:
cargo run --release- Arrow Up/Down: File navigation
- Arrow Left/Right: go back or forth in a directory
- Enter: File selection
- Pressing
qquits the app - Pressing
sopens search
This project uses crossterm for UI rendering.
- Release build doesn't open files with Vim. to fix soon