| Crates.io | xplore-cli |
| lib.rs | xplore-cli |
| version | 0.1.1 |
| created_at | 2026-01-02 00:14:21.032693+00 |
| updated_at | 2026-01-02 08:59:57.255691+00 |
| description | A high-performance, full-screen CLI file manager and metadata tagger using extended attributes (xattrs). |
| homepage | |
| repository | https://github.com/DarjaGFX/Xplore |
| max_upload_size | |
| id | 2017752 |
| size | 132,419 |
A high-performance, full-screen CLI file manager and metadata tagger for Linux and Windows.
Xplore uses extended attributes (xattrs) to store file descriptions directly on the filesystem, ensuring your notes stay with your files without the need for a database.
xattrs.config.toml).If you have Rust installed, simply run:
cargo install xplore-cli
Download the latest binary for your operating system from the Releases page. Move the xplore binary to your system's PATH (e.g., /usr/local/bin).
git clone https://github.com/DarjaGFX/Xplore.git
cd Xplore
cargo install --path .
xplore.j/k or arrows.e to edit a file's description.F3 for a global system search.s to customize your keybindings.Descriptions are stored in user.xplore.description xattrs. While Xplore's internal move/copy operations preserve this metadata, regular system tools or moving files to incompatible filesystems (like FAT32) may strip these attributes.
MIT