| Crates.io | rx-explorer |
| lib.rs | rx-explorer |
| version | 0.1.0 |
| created_at | 2025-04-20 17:10:52.275312+00 |
| updated_at | 2025-04-20 17:10:52.275312+00 |
| description | A terminal-based file explorer |
| homepage | |
| repository | https://github.com/rcroughs/rx |
| max_upload_size | |
| id | 1641870 |
| size | 127,601 |
A highly flexible file explorer on terminal
For the moment, only compiling from source is supported. You can do this by running the following commands:
git clone https://github.com/rcroughs/rx.git
cd rx
cargo build --release
The compiled binary will be located in target/release/rx. You can move it to a directory in your PATH for easier access.
You can pass the following arguments to the binary:
-h or --help: Show the help message.-o or --output: When you leave the app, it will write the current directory to stdout.alias rx='cd $(rx -o)'
In your config directory (~/.config/rx), you can create a init.lua file. This file will be loaded when the app starts.
You can use this file to define your own plugins and customize the app to your liking.
Please note that the API is still in development and may change in the future. Moreover, the API is not documented yet, but you can find some examples in the examples directory.
Contributions are welcome! If you have any ideas or suggestions, feel free to open an issue or submit a pull request.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.