mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-16 12:13:09 +00:00
75 lines
2.3 KiB
Markdown
75 lines
2.3 KiB
Markdown
<h1 align="center">xplr</h1>
|
|
|
|
<p align="center">
|
|
A hackable, minimal, fast TUI file explorer
|
|
</p>
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://crates.io/crates/xplr" target="_blank">
|
|
<img src="https://img.shields.io/crates/v/xplr.svg" />
|
|
</a>
|
|
|
|
<a href="https://discord.gg/p8UPpgAx" target="_blank">
|
|
<img src="https://img.shields.io/discord/834369918312382485?logo=discord&style=social" />
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://s3.gifyu.com/images/xplr-0.5.0.gif" />
|
|
</p>
|
|
|
|
Though [xplr](https://github.com/sayanarijit/xplr) strives to be fast and minimalist, its speciality is its hackability.
|
|
|
|
Once you read the [documentation](https://github.com/sayanarijit/xplr/wiki), you should be able to configure the key bindings,
|
|
different run modes, and also the way it looks by modifying one single configuration file.
|
|
|
|
|
|
- ### [Quickstart](https://github.com/sayanarijit/xplr/wiki/Quickstart)
|
|
|
|
- ### [Features](https://github.com/sayanarijit/xplr/wiki/Features)
|
|
|
|
- ### [Plugins](https://github.com/sayanarijit/xplr/wiki/Plugins)
|
|
|
|
- ### [Hacks](https://github.com/sayanarijit/xplr/wiki/Hacks)
|
|
|
|
- ### [Themes](https://github.com/sayanarijit/xplr/wiki/Themes)
|
|
|
|
- ### [TODO](https://github.com/sayanarijit/xplr/wiki/TODO)
|
|
|
|
- ### [Upgrade Guide](https://github.com/sayanarijit/xplr/wiki/Upgrade-Guide)
|
|
|
|
- ### [Alternatives](https://github.com/sayanarijit/xplr/wiki/Alternatives)
|
|
|
|
|
|
## Demo
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://github.com/sayanarijit/xplr/wiki/Hacks#fuzzy-search-with-preview" target="_blank">
|
|
<img height=240 width=360 src="https://s4.gifyu.com/images/xplr-fzf.gif" />
|
|
</a>
|
|
|
|
<a href="https://github.com/sayanarijit/xplr/wiki/Hacks#batch-rename" target="_blank">
|
|
<img height=240 width=360 src="https://s4.gifyu.com/images/xplr-rename.gif" />
|
|
</a>
|
|
|
|
<a href="https://github.com/sayanarijit/xplr/wiki/Hacks#serve-pwd" target="_blank">
|
|
<img height=240 width=360 src="https://s3.gifyu.com/images/xplr-serve.gif" />
|
|
</a>
|
|
|
|
<a href="https://github.com/sayanarijit/xplr/wiki/Hacks#disk-usage-dua-cli" target="_blank">
|
|
<img height=240 width=360 src="https://s4.gifyu.com/images/xplr-dua.gif" />
|
|
</a>
|
|
|
|
</p>
|
|
|
|
## Packaging
|
|
|
|
[![Packaging status](https://repology.org/badge/vertical-allrepos/xplr.svg)](https://repology.org/project/xplr/versions)
|
|
|
|
## Backers
|
|
|
|
<a href="https://opencollective.com/xplr#backer"><img src="https://opencollective.com/xplr/tiers/backer.svg?width=890" /></a>
|