- Viewing directories and their contents
- Reading files while browsing the directory
- Quickly navigate through directories
- Renaming files and directories
- Deleting files and directories
- Adding new files
- Clone this repository
git clone https://github.com/exodess/exmng- Go to the project repository
cd exmng/- Run the exmng utility installation script
sh install.shWhen you run the exmng utility, you are greeted with the directory you are currently in open.
-
To navigate through files within a directory, use the 'w' and 's' keys.
-
To navigate through directories, use the 'a' (back) and 'd' (forward) keys.
-
The 'n' key is used to create a new file in currently directory
-
The 'r' key is used to rename the file that the cursor is currently pointing to
-
The 'r' key is used to deleting the file or directory that the cursor is currently pointing to
-
The '' key is used to exit the various menus
- Version: 1.2
- Developed by exodess
