A hackable, minimal, fast TUI file explorer
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.
2024-05-05 23:41:59 +05:30
.cargo Fix android build (#657) 2023-07-21 21:54:07 +05:30
.github Disable snap build 2024-03-18 16:15:31 +05:30
assets Update xplr.desktop 2022-10-17 19:11:58 +05:30
benches vimlike_scrolling -> paginated_scrolling 2024-05-01 14:42:39 +05:30
docs Update docs 2024-05-05 20:02:21 +05:30
examples Move definitions runner related functions 2021-10-17 21:11:52 +05:30
snap [Feat] support snapcraft build package to releases (#697) 2024-03-10 21:12:03 +05:30
src Fix vim scrolling 2024-05-05 23:32:27 +05:30
.codespellignore chore: added codespell to github ci (#632) 2023-06-11 10:14:13 +05:30
.envrc Fix linting errors 2022-11-13 02:06:04 +05:30
.gitignore Imrove builds 2023-07-16 16:38:09 +05:30
Cargo.lock Lock ratatui 2024-05-03 11:09:09 +05:30
Cargo.toml Lock ratatui 2024-05-03 11:09:09 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-04-04 10:22:26 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2021-05-24 14:20:10 +05:30
default.nix Fix nix build second attempt 2022-11-12 20:58:59 +05:30
flake.lock Sync branch (#687) 2024-01-03 16:28:02 +05:30
flake.nix Imrove builds 2023-07-16 16:38:09 +05:30
LICENSE Create LICENSE 2021-03-01 22:03:41 +05:30
README.md Update docs 2024-05-05 20:02:21 +05:30
RELEASE.md Update docs 2024-05-05 20:02:21 +05:30
rustfmt.toml Use 89 chars line length 2022-06-02 22:45:19 +05:30

▸[▓▓ 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