Crates.io | rexplorer |
lib.rs | rexplorer |
version | 1.0.0 |
source | src |
created_at | 2023-09-15 15:36:39.340171 |
updated_at | 2023-09-26 16:50:15.582185 |
description | Handle your project files in your terminal with a simple, yet pretty UI! |
homepage | |
repository | https://github.com/TheEmeraldBee/rexplorer |
max_upload_size | |
id | 973752 |
size | 40,340 |
A command line tool for looking through your project files!
Simply install the binary with cargo
cargo install rexplorer
rexplorer
Press Space
To Get the Controls.
t
will attempt to create a file, and if it exists, it will do nothing
f
will attempt to create a folder, and if it exists, it will do nothing
'|' will attempt to run a command within the folder, displaying any errors, and the exit code.
Left, Right, Up, and Down
will navigate within the folders.
d
will delete a file, first asking for a y
input.
In case you can't figure out an issue, please ensure to look at the log in your home directory at ~/.rexplorer/logs/
If that doesn't help, feel free to create a GitHub Issue.
|