A hackable, minimal, fast TUI file explorer
Go to file
Arijit Basu 6aa3df301e Separate config.yml file from rust files
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
2021-04-09 23:57:39 +05:30
.github Add donation button 2021-04-06 09:33:45 +05:30
benches Remove task priority 2021-04-09 15:29:05 +05:30
src Separate config.yml file from rust files 2021-04-09 23:57:39 +05:30
tests Separate config.yml file from rust files 2021-04-09 23:57:39 +05:30
.gitignore Fix failed build and update version 2021-04-09 08:21:30 +05:30
Cargo.lock Separate config.yml file from rust files 2021-04-09 23:57:39 +05:30
Cargo.toml Separate config.yml file from rust files 2021-04-09 23:57:39 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-04-04 10:22:26 +05:30
default.nix Update version 2021-04-09 16:26:45 +05:30
LICENSE Create LICENSE 2021-03-01 22:03:41 +05:30
README.md Update README.md 2021-04-08 19:24:21 +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.

Backers