Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@enheit enheit released this 17 Nov 09:15
· 25 commits to main since this 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/jumper

Or clone and build from source:

git clone https://github.com/enheit/jumper.git
cd jumper
cargo install --path .

Usage

Simply run:

jumper

See the README for full documentation.