Skip to content

carrotfarmer/termstart

 
 

Repository files navigation

The idea is to have a minimal but functional home page for your browser.


Installation

As an extension

  1. Clone this repository
    • git clone https://github.com/yrwq/termstart

Firefox

  1. Go to about:debugging.
  2. Click This Firefox.
  3. Click Load Temporary Add-on.
  4. Select index.html from the cloned directory.

Chrome / Chromium / Brave / ...

  1. Go to chrome://extensions.
  2. Enable Developer Mode in the top-right corner of the page.
  3. In the top-left corner of the page, click Load Unpacked.
  4. Select the cloned folder.

As a startpage

If you use a browser which doesn't support adding 3rd party extensions, you can simply add https://yrwq.github.io/termstart as your startpage.

Usage

Command/key What it does Example
Enter/Space Focus prompt
ls list links
clear clear the "terminal"
help show available commands
open open a link open github
search search for a term on ddg/google search "github"
search -c change search engine search -c ddg or google
del deletes added site del github
add add a site add github github.com
theme change theme theme gruvbox-dark
themes list all themes

Themes

gruvbox gboxlight nord
gruvbox-dark gruvbox-light nord
dracula vice decaf
dracula vice decaf
material vice decaf
material pastel solarized

Contributing

Feel free to open issues, suggesting features or other things!

See CONTRIBUTING.md

About

A fork of yrwq's termstart with my configurations

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 4.6%
  • HTML 2.4%