A hackable, minimal, fast TUI file explorer
Go to file
Arijit Basu fa4d4168cd Don't quit on esc
Issue:
`esc` is generally used to get back to the `default` mode and mistakenly
pressing `esc` while in `default` mode will annoyingly terminate the
session.

Fix:
Remove `esc` from the `default` mode's key bindings. Use `q` or `crtl-c`
instead.
2021-04-08 14:44:10 +05:30
.github Add donation button 2021-04-06 09:33:45 +05:30
benches Several optimizations 2021-04-07 01:59:02 +05:30
src Don't quit on esc 2021-04-08 14:44:10 +05:30
tests Improve version incompatibility error 2021-04-06 06:43:51 +05:30
.gitignore Not yet doing what it's supposed to 2021-03-01 16:53:04 +05:30
Cargo.lock Improve search and filter 2021-04-08 08:01:10 +05:30
Cargo.toml Improve search and filter 2021-04-08 08:01:10 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-04-04 10:22:26 +05:30
default.nix Improve search and filter 2021-04-08 08:01:10 +05:30
LICENSE Create LICENSE 2021-03-01 22:03:41 +05:30
README.md Update README.md: it's -> its 2021-04-06 13:24:56 +05:30

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, its speciality is its 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.