All Projects → luisbraganca → Fake Terminal Website

luisbraganca / Fake Terminal Website

Licence: gpl-3.0
A fully customizable terminal-like website template

Programming Languages

javascript
184084 projects - #8 most used programming language
bash
514 projects
js
455 projects

Projects that are alternatives of or similar to Fake Terminal Website

Tty Pie
Draw pie charts in your terminal window
Stars: ✭ 125 (-28.16%)
Mutual labels:  terminal, console
Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+966.09%)
Mutual labels:  terminal, console
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+7450.57%)
Mutual labels:  terminal, console
Tcharts.js
📉 Lightweight and fast terminal ASCII charts for nodejs and browser.
Stars: ✭ 172 (-1.15%)
Mutual labels:  terminal, console
Ddgr
🦆 DuckDuckGo from the terminal
Stars: ✭ 2,243 (+1189.08%)
Mutual labels:  terminal, console
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (-33.91%)
Mutual labels:  terminal, console
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-22.41%)
Mutual labels:  template, website
Phetch
🐭 quick lil gopher client for your terminal
Stars: ✭ 108 (-37.93%)
Mutual labels:  terminal, console
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+995.4%)
Mutual labels:  terminal, console
Studorlio
Portfolio website template
Stars: ✭ 141 (-18.97%)
Mutual labels:  template, website
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+6807.47%)
Mutual labels:  terminal, console
Tty Box
Draw various frames and boxes in your terminal window
Stars: ✭ 161 (-7.47%)
Mutual labels:  terminal, console
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+755.75%)
Mutual labels:  terminal, console
Ervy
Bring charts to terminal.
Stars: ✭ 1,530 (+779.31%)
Mutual labels:  terminal, console
Leash
Browser Shell
Stars: ✭ 108 (-37.93%)
Mutual labels:  terminal, console
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-23.56%)
Mutual labels:  terminal, console
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-39.08%)
Mutual labels:  template, website
Word Wrap
Wrap words to a specified length.
Stars: ✭ 107 (-38.51%)
Mutual labels:  terminal, console
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-21.84%)
Mutual labels:  terminal, console
Ios Landing Page
Landing page template for iOS apps
Stars: ✭ 155 (-10.92%)
Mutual labels:  template, website

Fake Terminal Website (FTW)

A fully customizable terminal-like-website

Preview

You can preview a live demo here with a raw FTW template or my personal website that also uses this template.

Desktop

Screenshot of the application running on a desktop device

Mobile

Screenshot of the application running on a mobile device

Technical details

This tool allows you to build your own website that looks like a terminal/console. To make this possible, it was implemented in a dynamic way. All you have to do is to configure a few things here and there and you have your own version.

Functionalities

  • Fully generic website easy to customize according to the user's needs
  • TAB autocompletion support
  • A few linux-like possible commands
  • Typewriter effect when showing a command result
  • Possible to skip the typewriter effect by doubleclicking anywhere
  • Sidenav with all the files to make it easy for people with no know-how to navigate through your website
  • Since the website is generic enough, you're able to create a language-checker function and associate different texts according to the user's browser language (my website version has support for both portuguese and english languages).

Future (TODO) functionalities

  • History navigation using Up and Down arrows
  • Ask for a password when using sudo command
  • email or similar command that allows the visitor to send an email directly to the website owner

Limitations

  • No support for internet explorer, showing the message NOTE: I see you're using internet explorer, this website won't work properly.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This template was built using Visual Studio Code but since it's a static webpage, you can even use the pre-installed windows notepad.

Configuring the website

Before you deploy the website, consider changing the following:

  • Go to js/main.js and replace all the text on both singleton vars:
    • configs: Contains all the text used on the website plus a few configurations.
    • files: All the fake files used on the website. These files are also used to be listed on the sidenav. Also please notice if a file content is a raw URL, when clicked/concatenated it will be opened on a new tab.
  • The page title on the index.html file.
  • The website color on the css/main.css file.
  • The images located at the img folder. The suggested sizes are 150x150 px for the avatar and 32x32/16x16 px for the favicon.

Resources

Notes

I strongly ask you a favor: PLEASE use an obfuscator tool for the JS file, that way people won't be able to copy your website's version JS and the only way that they can use the template is by visiting this repository. This obfuscator, provided by DaftLogic, looks really great and is the one used for my personal one.

Authors

  • Luís Bragança - Mostly everything
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].