stefanpejcic / terminal

linux terminal js

Home Page:https://pcx3.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-portfolio

Simple Linux terminal made in JS and CSS as a portfolio/about page on pcx3.com

screenshot

Available commands

command what it does
whoami brief intro about myself
social my social profiles
experience past work experience
education skills and certificates
resume link to download my resume
cv open resume in new window
sites my sites/blogs
pc RSS feed of latest 10 posts from pcx3.com
wp RSS feed of latest 10 posts from wpxss.com

Other commands

command what it does
bitcoin display Bitcoin price in USD
hacker generates a random hacker name
hack hack hacking nasa with html

Standard linux commands

  • echo
  • mkdir
  • hostname
  • cd
  • pwd
  • ls
  • ll
  • help
  • uname
  • logout
  • clear
  • exit

Command example

// sudo
    else if (CurrentCommand == 'sudo' || CurrentCommand == 'su' || CurrentCommand == 'sudo su') {
      $("#Terminal").append('nice try hacker!<br/>');
    }

License

This project is licensed under the MIT License. See LICENSE for details.

About

linux terminal js

https://pcx3.com


Languages

Language:JavaScript 69.8%Language:CSS 17.4%Language:HTML 12.8%