Skip to content

Commit 57150b2

Browse files
added readme file
1 parent 0fd3cf7 commit 57150b2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## **terminal-profile**
2+
> **Unique way of representing your profile using terminal commands**
3+
4+
#### Take a demo [here](https://thealoneprogrammer.com/)
5+
6+
![terminal profile](https://raw.githubusercontent.com/faressoft/terminalizer/HEAD/img/demo.gif?raw=true)
7+
## **Available commands**
8+
9+
| Command | Description | Usage |
10+
| ------------- |:-------------:| -----:|
11+
| `cd` | Change directory | `cd directory-name` |
12+
| `ls` | List all files of a directory | `ls` |
13+
| `pwd` | Check present working directory | `pwd` |
14+
| `cat` | Display the contents of a file | `cat filename` |
15+
| `clear` | Clear the terminal | `clear` |
16+
| `help` | Lists all the available commands | `help` |
17+
18+
Type `cd ..` to navigate back to parent directory.
19+
Type `cd ~` to navigate back to home directory.
20+
21+
## **Other features**
22+
1. Click on folder icons to get inside the folder.
23+
2. Right click, ctrl+shft+i, ctrl+shft+j, ctrl+u throws **Access denied** message.
24+
3. Audio effect for commands and output.
25+

0 commit comments

Comments
 (0)