/
λ cat info.txt
This project offers a terminal flow experience into navigate through Github
To navigate to a Github profile just use 'cd github/{user}' or to a repository
use 'cd github/{user}/{repo}';
The following commands will work as like in a shell:
- cat: Concatenate FILE(s) to standard output;
- cd: Change working directory;
- echo: Display a line of text;
- ls: List information about the FILEs (the current directory by default);
- mkdir: Create the DIRECTORY(ies), if they do not already exist;
- pwd: Print the full filename of the current working directory;
- rm: Remove the FILE(s);
- touch: A FILE argument that does not exist is created empty.
/
λ