A hackable, minimal, fast TUI file explorer
Go to file
Arijit Basu eeee3394bc Improve version incompatibility error
With this change, `xplr` will only raise version incompatibility error
if the major version changes. Minor version updates are assumed to be
backwards compatible.

If the major version is `v0`, the minor version will be considered as
the major version and the security/patch version will be considered as
minor version and the same logic will apply.
2021-04-06 06:43:51 +05:30
.github/workflows Try fixing CD pipeline 2 2021-04-05 13:05:04 +05:30
benches Add CI/CD gh actions 2021-04-05 12:32:40 +05:30
src Improve version incompatibility error 2021-04-06 06:43:51 +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 version incompatibility error 2021-04-06 06:43:51 +05:30
Cargo.toml Improve version incompatibility error 2021-04-06 06:43:51 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-04-04 10:22:26 +05:30
LICENSE Create LICENSE 2021-03-01 22:03:41 +05:30
README.md Try fixing CD pipeline 2 2021-04-05 13:05:04 +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, 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.