Simple Ubuntu GUI made with Flutter. visit website : https://naighu.github.io/
- pwd
- clear
- cd
- mkdir
- rmdir
- touch
- cat
- cp
- sudo 😁
Note: Flags are not supported.
-
Usage of commands
mkdir <folder name>
rmdir <folder name>
cp <source file> <destination file>
cd ..
touch <fileName>
rm <fileName>
cat <fileName>
sudo su
Note: In GUI mode warnings will not be shown.