- You can check the working version from here
- Clone this repo and run
yarn dev
command to view on your machine
- 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 forsome weird bug
- Clear the prompt quickly with
CTRL + C
- Changing colors, adding links and custom commands can be done through a single configuration file
- Show usage with
help
command (shows basic usage and your configured search shortcuts) - Show info with
fetch
command (time, date, system and browser data) - Update your configuration with
config
commandconfig import <url>
- Import configuration from a URL to your local storageconfig export
- Export your configuration as a blobconfig reset
- Reset your configuration to default
There are multiple ways of customizing the start page to making it yours!
- You can use the deployed web app and import your own configuration from a URL
- You can clone this repo and modify the configuration file as you will
- You can use the Docker image and import your own configuration file to the container
Please refer to wiki page for more information.
Please feel free to contribute any way you can. Just keep in mind that you should pay attention to contributing guideline before contributing.
The code is available under the MIT license.