Skip to content

MAHcodes/TerminalStartpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Startpage

Maintenance Maintainer

A Startpage that looks like a Terminal.

Theming

Want to customize the look of your Startpage ?
We got you covered. You need to edit the terminal.css variables.

:root {
  --main-bg-color: #547c99;
  --prompt-bg-color: #151515;
  --text-color: #6c99bb;
}

Premade commands

reddit [subreddit]
google [search]
duckduckgo [search]
youtube [search]
github [search]
wikipedia [search]
twitch [search]
imdb [search]
echo <what_you_want_to_echo>
clear (or cls)
ls ( or dir )
date ( or time )
[theme|colorscheme] [theme]

How to add commands ?

To add commands, go to the commands.js file in the sources.

add new object to COMMANDS constant

for urls:
commandAliases: command name + alias list
url: website domain
path: if there is some path after domain ex: https://google.com/[path]?search=foo (default is an empty string)
queryName: search query spaceCharacter: how space was encoded (default: "+")

for methods:
commandAliases: command name + alias list
action: method accepts input parameter

About

Simple Startpage looking like a Terminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.1%
  • CSS 27.4%
  • HTML 9.5%