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 pr...