mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
A hackable, minimal, fast TUI file explorer
6aa3df301e
Also be less aggressive for version compatibility. Use the following logic: Knowing that we use `{major}.{minor}.{patch}` versioning, - Major version mismatch are incompatible. Fail with error, suggesting to visit the Upgrade Guide. - Minor version updates and patch fixes are compatible. Suggest user to update the config file version manually. Or visit the Upgrade Guide. - However, if the config file has greater value for minor version than the app, also fail with error. Suggesting the user to visit Upgrade Guide. Though in this case, the user will be downgrading. Ref: https://github.com/sayanarijit/xplr/issues/45 |
||
---|---|---|
.github | ||
benches | ||
src | ||
tests | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
default.nix | ||
LICENSE | ||
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, 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.