Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 530 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 530 Bytes

Gatee

Gatee is a simple terminal-based file explorer.

#####Compilation commands: Initially compile Gatee files by using the following command.

$ make gatee

If you change the source files, you can 'clean' the build related files with:

$ make clean

#####Running Gatee:

Use the following command to run Gatee:

$ . runGatee

Use arrow buttons to naviage the files. Press Enter button to make the toggled item the current directory.

#####Exiting Gatee:

Press FN + F1 to exit.