simple yet powerful file terminal based file manager
what is it capable of ?
- list current directory {file and folders}
- change directory
- make new directories
- delete directory or file
- create new file
- rename file or directory
right now it is just a simple python script and in near future it will be available for linux os
but you can build and run it in a blink of eyes
#install python in your system
#pip install pyinstaller --upgrade
git clone https://github.com/simit22/super-file.git
cd super-file
pyinstaller super-file.py --onefile
#go to ./dist you already made a binary file for script
#copy binary file in /bin in your linux system (it does need root access)
#congratulation 🔥 😎 🥳
#now you can run script anywhere in your system using [ super-file ] command
$ super-file
have a good Luke !!