Skip to content

Naighu/Ubuntu_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu-Flutter

Simple Ubuntu GUI made with Flutter. visit website : https://naighu.github.io/

Screenshot_20210611_030504

1. Supported Terminal Commands :

  • 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

2. Supports operations in GUI Mode

    such as copy and pasting a file/folder.
    Note: In GUI mode warnings will not be shown.