yrwq / termstart

:rocket: A terminal-themed bookmark manager for web browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
engine change search engine engine google
engines list all search engines

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

:rocket: A terminal-themed bookmark manager for web browsers

License:MIT License


Languages

Language:JavaScript 93.2%Language:CSS 4.5%Language:HTML 2.3%