Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saltyaom/clear-morning
Personal Chrome/Edge start screen
https://github.com/saltyaom/clear-morning
Last synced: 2 days ago
JSON representation
Personal Chrome/Edge start screen
- Host: GitHub
- URL: https://github.com/saltyaom/clear-morning
- Owner: SaltyAom
- Created: 2021-08-28T06:52:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:14:44.000Z (9 days ago)
- Last Synced: 2024-11-04T14:24:15.603Z (9 days ago)
- Language: HTML
- Size: 77.7 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clear Morning
Chrome/Edge "New Tab" page.![Screen Shot 2564-08-28 at 13 51 57](https://user-images.githubusercontent.com/35027979/131209709-94f148a3-1378-4c0b-9e29-490d8061f2c6.png)
Feature:
- Google suggestion
- Customizable short cut
- Video background## Prerequisted
- Chromium Browser
- [New Tab Changer Extension](https://chrome.google.com/webstore/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh?hl=en)## Setup
1. Clone the repo2. Go to new tab changer, point to local repo -> index.html
## Search bar
When opening a new tab, the browser search bar will be focused (not the in-page search).To use the page search bar, press `TAB` or reload the page once.
By default, the search bar is using Google search but if prefix with certain command, it will redirect to other search engine.
To use a command, type the command name with space and the search query.
For example:
```
yt blue archive // Search "blue archive" in youtube
```This will redirect to youtube search with query "blue archive".
### Available Command
- `yt` - Youtube
- `gh` - Go directly to github link
- `ask` - Perplexity search
- `gpt` - Create a new conversation with ChatGPT
- `cl` - Create a new conversation with Claude
- `` (which in range of pinned tab) - Go to pinned tab## Shortcut
Same with command but without space.Shortcut will go directly to the link.
For example:
```
:8000 // Go to http://localhost:8000
```### Available Shortcut
- `:` - http://localhost:
- `//` - https://## Customization
It's a single html file dude, just do whatever you want.## Search hint
Search hint is a reverse proxy for Google search suggestion.By default it's using `https://search.saltyaom.com/hint` but you can deploy your own.
You can find the source code for [search hint here](https://github.com/saltyaom/ghint) which is a 5mb Go binary.