stroll ( strōl ): walk in a leisurely way
stroll is a TUI file explorer with Vim-like bindings, written in Rust.

Installation

# Install with cargo
cargo install --git https://github.com/retronbv/stroll

# Build from source
git clone https://github.com/retronbv/stroll.git
cd stroll
cargo build --release
# Resulting binary will be located at ./target/release/stroll

Usage

stroll

Keybindings

<Esc>       : Normal Mode
i           : Insert Mode
/           : Search Mode
<Enter>     : Enter directory
<Backspace> : Go to parent
q           : Quit
j / k       : Scroll
?           : Toggle help pane
<Space>     : Toggle details pane
view on github