Skip to content

Destaq/cli-homepage

Repository files navigation

A terminal-style startpage for all your browsing-related needs!

screenshot

Why?

TL;DR: why not?

Quick Start

  1. Install dependencies:
npm install
  1. Build the project:
npm build
  1. Run the server:
npm start
  1. (Optional) setup a proxy to enable Google search autocomplete:
npm i -g local-cors-proxy
lcp --proxyUrl https://suggestqueries.google.com/

image

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

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.