2021-04-30 11:50:14 +00:00
|
|
|
<h1 align="center">
|
2021-04-30 12:20:30 +00:00
|
|
|
▸[<a href="https://github.com/sayanarijit/xplr/blob/main/assets/icon/xplr.svg" target="_blank"><img src="https://s3.gifyu.com/images/xplr32.png" alt="▓▓" height="20" width="20" /></a> xplr]
|
2021-04-30 11:50:14 +00:00
|
|
|
</h1>
|
2021-03-01 11:23:04 +00:00
|
|
|
|
2021-04-02 19:53:42 +00:00
|
|
|
<p align="center">
|
2021-04-19 13:47:03 +00:00
|
|
|
A hackable, minimal, fast TUI file explorer
|
2021-04-02 19:53:42 +00:00
|
|
|
</p>
|
2021-03-01 16:02:30 +00:00
|
|
|
|
2021-04-05 05:07:01 +00:00
|
|
|
<p align="center">
|
2021-04-23 09:48:43 +00:00
|
|
|
|
2021-04-05 07:30:01 +00:00
|
|
|
<a href="https://crates.io/crates/xplr" target="_blank">
|
|
|
|
<img src="https://img.shields.io/crates/v/xplr.svg" />
|
|
|
|
</a>
|
2021-04-23 09:48:43 +00:00
|
|
|
|
2021-05-11 15:22:54 +00:00
|
|
|
<a href="https://github.com/sayanarijit/xplr/commits" target="_blank">
|
|
|
|
<img src="https://img.shields.io/github/commit-activity/m/sayanarijit/xplr" />
|
|
|
|
</a>
|
|
|
|
|
2021-10-09 05:47:01 +00:00
|
|
|
<a href="https://matrix.to/#/#xplr-pub:matrix.org" target="_blank">
|
|
|
|
<img alt="Matrix" src="https://img.shields.io/matrix/xplr-pub:matrix.org?color=0DB787&label=matrix&logo=Matrix">
|
|
|
|
</a>
|
|
|
|
|
2021-06-05 16:03:11 +00:00
|
|
|
<a href="https://discord.gg/JmasSPCcz3" target="_blank">
|
2021-10-09 05:47:01 +00:00
|
|
|
<img src="https://img.shields.io/discord/834369918312382485?color=5865F2&label=discord&logo=Discord" />
|
2021-04-22 02:52:18 +00:00
|
|
|
</a>
|
2021-04-23 09:48:43 +00:00
|
|
|
|
2021-04-05 05:07:01 +00:00
|
|
|
</p>
|
|
|
|
|
2021-04-02 19:53:42 +00:00
|
|
|
<p align="center">
|
2021-04-19 13:47:03 +00:00
|
|
|
<img src="https://s3.gifyu.com/images/xplr-0.5.0.gif" />
|
2021-04-02 19:53:42 +00:00
|
|
|
</p>
|
2021-03-01 16:02:30 +00:00
|
|
|
|
2021-06-23 11:31:11 +00:00
|
|
|
`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.
|
2021-03-01 16:02:30 +00:00
|
|
|
|
2021-06-23 11:31:11 +00:00
|
|
|
To achieve its goal, `xplr` strives to be a fast, minimal and more importantly,
|
|
|
|
hackable file explorer.
|
2021-03-05 14:01:31 +00:00
|
|
|
|
2021-06-23 11:31:11 +00:00
|
|
|
`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.
|
2021-04-19 13:47:03 +00:00
|
|
|
|
2021-04-29 05:50:43 +00:00
|
|
|
Table of content
|
|
|
|
----------------
|
|
|
|
|
2021-09-23 09:06:00 +00:00
|
|
|
- [Introduction](https://xplr.dev/en/introduction.html)
|
|
|
|
- [Quickstart](https://xplr.dev/en/quickstart.html)
|
|
|
|
- [Install](https://xplr.dev/en/install.html)
|
|
|
|
- [Post Install](https://xplr.dev/en/post-install.html)
|
|
|
|
- [Configuration](https://xplr.dev/en/configuration.html)
|
|
|
|
- [General Config](https://xplr.dev/en/general-config.html)
|
|
|
|
- [Modes](https://xplr.dev/en/modes.html)
|
|
|
|
- [Message](https://xplr.dev/en/message.html)
|
|
|
|
- [Layouts](https://xplr.dev/en/layouts.html)
|
|
|
|
- [Node Types](https://xplr.dev/en/node_types.html)
|
|
|
|
- [Style](https://xplr.dev/en/style.html)
|
|
|
|
- [Sorting](https://xplr.dev/en/sorting.html)
|
|
|
|
- [Filtering](https://xplr.dev/en/filtering.html)
|
|
|
|
- [Column Renderer](https://xplr.dev/en/column-renderer.html)
|
|
|
|
- [Default Key Bindings](https://xplr.dev/en/default-key-bindings.html)
|
|
|
|
- [Plugin](https://xplr.dev/en/plugin.html)
|
|
|
|
- [Installing Plugins](https://xplr.dev/en/installing-plugins.html)
|
|
|
|
- [Writing Plugins](https://xplr.dev/en/writing-plugins.html)
|
|
|
|
- [Awesome Plugins](https://xplr.dev/en/awesome-plugins.html)
|
|
|
|
- [Integration](https://xplr.dev/en/integration.html)
|
|
|
|
- [Awesome Integrations](https://xplr.dev/en/awesome-integrations.html)
|
|
|
|
- [TODO](https://xplr.dev/en/todo.html)
|
|
|
|
- [Alternatives](https://xplr.dev/en/alternatives.html)
|
|
|
|
- [Upgrade Guide](https://xplr.dev/en/upgrade-guide.html)
|
|
|
|
- [Community](https://xplr.dev/en/community.html)
|
|
|
|
- [Contribute](https://xplr.dev/en/contribute.html)
|
2021-04-29 05:50:43 +00:00
|
|
|
|
2021-04-19 13:47:03 +00:00
|
|
|
|
2021-07-02 16:11:26 +00:00
|
|
|
Introductions & Reviews
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
- [[VIDEO] XPLR: Insanely Hackable Lua File Manager ~ Brodie Robertson](https://youtu.be/MaVRtYh1IRU)
|
|
|
|
|
|
|
|
|
2021-07-02 16:12:17 +00:00
|
|
|
Packaging
|
|
|
|
---------
|
|
|
|
|
|
|
|
<a href="https://repology.org/project/xplr/versions" target="_blank"><img src="https://repology.org/badge/vertical-allrepos/xplr.svg" /></a>
|
|
|
|
|
|
|
|
|
2021-06-24 03:33:28 +00:00
|
|
|
Backers
|
|
|
|
-------
|
2021-04-08 13:54:21 +00:00
|
|
|
|
2021-04-30 05:55:54 +00:00
|
|
|
<a href="https://opencollective.com/xplr#backer" target="_blank"><img src="https://opencollective.com/xplr/tiers/backer.svg?width=890" /></a>
|