An open API service indexing awesome lists of open source software.

https://github.com/thealoneprogrammer/terminal-profile

The terminal profile is a unique way of representing your profile by replicating the Ubuntu terminal using commands.
https://github.com/thealoneprogrammer/terminal-profile

blog browser-terminal command command-line command-profile hacker-terminal linux-command personal personal-blog personal-portfolio personal-website portfolio profile terminal terminal-commands terminal-profile ubuntu ubuntu-profile

Last synced: about 1 month ago
JSON representation

The terminal profile is a unique way of representing your profile by replicating the Ubuntu terminal using commands.

Awesome Lists containing this project

README

        

## **terminal-profile**
> **Unique way of representing your profile using terminal commands**

#### Take a demo [here](https://thealoneprogrammer.com/)

![terminal profile](https://raw.githubusercontent.com/faressoft/terminalizer/HEAD/img/demo.gif?raw=true)
## **Available commands**

| Command | Description | Usage |
| ------------- |:-------------:| -----:|
| `cd` | Change directory | `cd directory-name` |
| `ls` | List all files of a directory | `ls` |
| `pwd` | Check present working directory | `pwd` |
| `cat` | Display the contents of a file | `cat filename` |
| `clear` | Clear the terminal | `clear` |
| `help` | Lists all the available commands | `help` |

Type `cd ..` to navigate back to parent directory.
Type `cd ~` to navigate back to home directory.

## **Other features**
1. Click on folder icons to get inside the folder.
2. Right click, ctrl+shft+i, ctrl+shft+j, ctrl+u throws **Access denied** message.
3. Audio effect for commands and output.
4. Terminal can be draggable anywhere on window.