cli-homepage
cli-homepage copied to clipboard
Terminal-style browser start page
Destaq | CLI Homepage
A terminal-style startpage for all your browsing-related needs!
Why?
TL;DR: why not?
Quick Start
- Install dependencies:
npm install
- Build the project:
npm build
- Run the server:
npm start
- (Optional) setup a proxy to enable Google search autocomplete:
npm i -g local-cors-proxy
lcp --proxyUrl https://suggestqueries.google.com/
You can then use tab to cycle through / select suggestions.
Configuration
Here's a sample of the config.json
file:
{
"bioUrl": "https://github.com/Destaq/Destaq/blob/master/README.md",
"social": {
"github": "Destaq",
"linkedin": "simon-ilincev"
},
"theme": "gruvboxdark"
// full list in themes.json
}
Themes
Here's a list of available themes.
Contributing
Feel free to open pull requests or log issues!
Credits
Adapted from Yassine Fathi's project.