sniranjan / excalith-start-page

My terminal-based start page for browsers

Home Page:https://excalith-start-page.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excalith Start Page

This is an interactive start page for browsers, inspired from my own terminal setup.

Demo

  • You can check the working version from here
  • Clone this repo and run yarn dev command to view on your machine

Features

  • Quickly filter links by typing in the prompt. Hitting Enter will open all filtered links at once
  • If nothing filtered, the text in prompt will use the default search engine for searching your input
  • Launch websites directly from the prompt. Just type the URL (ie. github.com)
  • Search websites with custom commands. For example, type s: some weird bug to search StackOverflow for some weird bug
  • Clear the prompt quickly with CTRL + C
  • Show usage with help command
  • Show info (time, date, system and browser data) with nfetch command
  • Changing colors, adding links and custom commands can be done through a single configuration file

Customization

You can fork the repository and configure everything as you wish. Please refer to wiki page for more information.

License

The code is available under the MIT license.

About

My terminal-based start page for browsers

https://excalith-start-page.vercel.app

License:MIT License


Languages

Language:JavaScript 84.2%Language:CSS 15.8%