The idea is to have a minimal but functional home page for your browser.
- Clone this repository
git clone https://github.com/yrwq/termstart
- Go to
about:debugging
. - Click
This Firefox
. - Click
Load Temporary Add-on
. - Select
index.html
from the cloned directory.
- Go to
chrome://extensions
. - Enable
Developer Mode
in the top-right corner of the page. - In the top-left corner of the page, click
Load Unpacked
. - Select the cloned folder.
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.
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 |
gruvbox-dark | gruvbox-light | nord |
dracula | vice | decaf |
material | pastel | solarized |
Feel free to open issues, suggesting features or other things!
See CONTRIBUTING.md