File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments