A hackable, minimal, fast TUI file explorer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Arijit Basu e0b0466e42
v0.21.8 (#716)
- Added vim-like scrolling as the default scrolling method. Set
`xplr.config.general.paginated_scrolling = false` to disable ~ by
@ElSamhaa & @sayanarijit.
- Added `xplr.config.general.scroll_padding` config option to set the
padding in vim-like scrolling ~ by @ElSamhaa & @sayanarijit.
- Fixed some color rendering issues ~ by @har7an.
- Added feature flag so that xplr can be build with system Lua ~ by
@nekopsykose.
- Fixed `ScrollUpHalf` behavior.
- `xplr.util.lscolor()` won't return nil anymore.
- Arguments passed to the custom dynamic layout Lua function will
include `scrolltop` field.
- Fixed node_type resolution for directories with `.` in their name ~ by
@abhinavnatarajan.
- Dependency updates.
21 hours ago
.cargo Fix android build (#657) 10 months ago
.github Disable snap build 2 months ago
assets Update xplr.desktop 2 years ago
benches vimlike_scrolling -> paginated_scrolling 5 days ago
docs Update docs 1 day ago
examples Move definitions runner related functions 3 years ago
snap [Feat] support `snapcraft` build package to releases (#697) 2 months ago
src Fix vim scrolling 21 hours ago
.codespellignore chore: added codespell to github ci (#632) 11 months ago
.envrc Fix linting errors 2 years ago
.gitignore Imrove builds 10 months ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 3 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 3 years ago
Cargo.lock Lock ratatui 3 days ago
Cargo.toml Lock ratatui 3 days ago
LICENSE Create LICENSE 3 years ago
README.md Update docs 1 day ago
RELEASE.md Update docs 1 day ago
default.nix Fix nix build second attempt 2 years ago
flake.lock Sync branch (#687) 4 months ago
flake.nix Imrove builds 10 months ago
rustfmt.toml Use 89 chars line length 2 years ago

README.md

▸[▓▓ xplr]

A hackable, minimal, fast TUI file explorer

https://user-images.githubusercontent.com/11632726/166747867-8a4573f2-cb2f-43a6-a23d-c99fc30c6594.mp4

[Install] [Documentation] [Hacks] [Plugins] [Integrations]

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.

Introductions & Reviews

Packaging

Package maintainers please refer to the RELEASE.md.

Backers