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.
- Host: GitHub
- URL: https://github.com/thealoneprogrammer/terminal-profile
- Owner: thealoneprogrammer
- Created: 2021-05-17T19:43:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T19:44:43.000Z (about 4 years ago)
- Last Synced: 2025-03-25T17:06:48.955Z (about 2 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://thealoneprogrammer.com/
- Size: 1.04 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **terminal-profile**
> **Unique way of representing your profile using terminal commands**#### Take a demo [here](https://thealoneprogrammer.com/)

## **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.