Tui-explorer
aproach
This is a simple and lightweight file explorer for a Command line Interface written completly in Rust
Installation
via crates.io
- Install cargo(see [rust-lang.org(https://www.rust-lang.org/tools/install)])
- run
cargo install tui-explorer
build from source
- install git and Cargo
- run
git clone https://github.com/Programmer337/tui-explorer.git cd tui-explorercargo install --path .
Usage
This start this will list all files and subdirs of the current dir. You will have the follwing options:
- enter a number -> navigate to the option asociated with the number
- directly enter a valid path -> navigate to it
- mkdir -> you will be asked a name. Creates a new dir
- a -> This Command will list all (including hidden) files and dir
- cp -> you will be asked for the source and the tarrget to copy
- rm -> enter a file or dir to deleted
- cmd -> enter the command line
- q -> quit the program