| Crates.io | tui-explorer |
| lib.rs | tui-explorer |
| version | 0.2.3 |
| created_at | 2024-08-09 18:30:27.847674+00 |
| updated_at | 2024-08-20 17:33:24.15409+00 |
| description | A file explorer for a command line interface |
| homepage | |
| repository | https://github.com/Programmer337/tui-explorer |
| max_upload_size | |
| id | 1331238 |
| size | 32,032 |
crates.io This is a simple and lightweight file explorer for a Command line Interface written completly in Rust
cargo install tui-explorergit clone https://github.com/Programmer337/tui-explorer.gitcd tui-explorercargo install --path .This start this will list all files and subdirs of the current dir. You will have the follwing options:
To see all directories and files you can use tui-explorer --list-all or set the envirnment variable LIST_ALL to 1
The programm automatically detects the system language via the LANG environment variable which is the standard on UNIX.
The project supports following languages:
The fallback language is English.