v0.1.0 - Initial Release
Jumper v0.1.0 - Initial Release
A blazing fast terminal file manager with vim-like keybindings, built with Rust and Ratatui.
Features
- Vim-like Navigation: Navigate with hjkl or arrow keys
- Fuzzy Search: Real-time fuzzy file searching with
/ - File Operations: Copy (yy), cut (x), and paste (p) files and directories
- Visual Selection: Select single (v) or multiple files (Shift+V)
- Quick Jumps: Customizable shortcuts like
gh(home),gd(downloads),gp(projects) - Sorting: Sort by name, size, or modified time with
o - Hidden Files: Toggle hidden files visibility with
. - Customizable: Colors, keybindings, and behaviors via TOML config
- Fast & Async: Built with Tokio for non-blocking file operations
Installation
cargo install --git https://github.com/enheit/jumperOr clone and build from source:
git clone https://github.com/enheit/jumper.git
cd jumper
cargo install --path .Usage
Simply run:
jumperSee the README for full documentation.