mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
A hackable, minimal, fast TUI file explorer
deb28fa14a
A new optional section of the configuration defined using the lua return statement, which can be used to define append only things, such as hooks and callbacks, specific to each config file. Example ```lua version = "0.0.0" return { -- Adds messages to pass when xplr loads (similar to `--on-load`) on_load = { { LogInfo = "Hello xplr user," }, { LogSuccess = "Configuration successfully loaded!" }, } } ``` |
||
---|---|---|
.cargo | ||
.github | ||
assets | ||
benches | ||
docs | ||
examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
RELEASE.md | ||
rustfmt.toml |
▸[ xplr]
A hackable, minimal, fast TUI file explorer
[Install] [Documentation] [Hacks] [Plugins] [Integrations] [Community]
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 you to achieve insane terminal productivity.