mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
A hackable, minimal, fast TUI file explorer
.github | ||
assets | ||
benches | ||
docs | ||
examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
RELEASE.md |
▸[ xplr]
A hackable, minimal, fast TUI file explorer
xplr
is a terminal UI based file explorer that aims to increase our terminal
productivity by being a flexible, interactive orchestrator for the ever growing
awesome command-line utilities that work with the file-system.
To achieve its goal, xplr
strives to be a fast, minimal and more importantly,
hackable file explorer.
xplr
is not meant to be a replacement for the standard shell commands or the
GUI file managers. Rather, it aims to integrate them all and expose an
intuitive, scriptable, keyboard controlled, real-time visual interface, also
being an ideal candidate for further integration, enabling the users to achieve
insane terminal productivity.
Table of content
- Introduction
- Quickstart
- Configuration
- Default Key Bindings
- Plugin
- TODO
- Alternatives
- Upgrade Guide
- Community
- Contribute