Skip to content

chavokim/backspace-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 atucomplete:
npm i -g local-cors-proxy
lcp --proxyUrl https://suggestqueries.google.com/

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.

About

Terminal-style browser start page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%