A hackable, minimal, fast TUI file explorer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Arijit Basu 9747c8667b Autocomplete the relative path while renaming
By default, while renaming a file, autocomplete the relative path i.e.
the filename instead of the absolute path in the input buffer.
3 years ago
.github/workflows Try fixing CD pipeline 2 3 years ago
benches Add CI/CD gh actions 3 years ago
src Autocomplete the relative path while renaming 3 years ago
tests Logging, testing and other improvements 3 years ago
.gitignore Not yet doing what it's supposed to 3 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 3 years ago
Cargo.lock Autocomplete the relative path while renaming 3 years ago
Cargo.toml Autocomplete the relative path while renaming 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Try fixing CD pipeline 2 3 years ago

README.md

xplr

A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf.

[Quickstart] [Features] [Plugins] [Documentation] [Upgrade Guide] [TODO]


Though xplr strives to be fast and minimalist, it's speciality is it's hackability.

Once you read the documentation, you should be able to configure the key bindings, different run modes, and also the way it looks by modifying one single configuration file.

If you come up with something cool, or if you feel it's lacking somewhere in portability, flexibility or performance, don't hesitate to start a conversation.