User Guide

User Guide
​ADD Command: -
To add a folder in the terminal so that you can use it later, write this command add /f folder_name "path"
To add a program in the terminal so that you can use it later, write this command add /a program_name "path"
OPEN Command: -
To open a folder, write this command open folder_name
RUN Command: -
To run a program, write this command run program_name
MV Command: -
To change the name of a folder in the terminal, write this command mv folders old_folder_name new_folder_name 
To change the name of a program in the terminal, write this command mv programs old_program_name new_program_name 
LS Command: -
To list all the folders and programs in the terminal, write this command ls
To list the folders only, write this command ls folders
To list the programs only, write this command ls programs
To list a specific folder only, write this command ls folders folder_name
To list a specific program only, write this command ls programs program_name 
RM Command:-
To remove a folder from the terminal, write this command rm folders folder_name
To remove a program from the terminal, write this command rm programs program_name
HISTORY Command: -
To show all the commands that you wrote (the history), write this command history
CLEAR Command: -
To clear the history, write this command clear
VERSION Command: -
To show the current version of the app and to check for updates, write this command version
FEEDBACK Command: -
To show our contact info, write this command feedback
EXIT Command: -
To exit the terminal, write this command exit
SHUT DOWN Command: -
To shut down your pc, write this command shut down
To shut down your pc after a specific amount of time, write this command shut down after the_amount_of_time_in_seconds
HELP Command: -
To show all the commands in the terminal, write​ this command help

Comments