Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelroses/startpage
A cool little startpage
https://github.com/isabelroses/startpage
dashboard startpage
Last synced: about 2 months ago
JSON representation
A cool little startpage
- Host: GitHub
- URL: https://github.com/isabelroses/startpage
- Owner: isabelroses
- License: mit
- Created: 2023-09-29T23:17:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T18:04:55.000Z (12 months ago)
- Last Synced: 2024-10-10T13:44:04.764Z (2 months ago)
- Topics: dashboard, startpage
- Language: JavaScript
- Homepage: https://dash.isabelroses.com/
- Size: 18.8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Startpage
Kanged from [tartarus](https://github.com/AllJavi/tartarus-startpage) based on [dawn](https://github.com/b-coimbra/dawn)
## ⌨️ Keybindings
| Hotkey | Action |
| ------------------------------------------------- | --------------------------- |
| Numrow \| MouseWheel \| Click | Switch tabs |
| s | Search Dialog |
| q | Config Dialog (new) |
| Esc | Close Dialogs |## ⚙️ Configuration Dialog
![config-dialog](https://github.com/AllJavi/tartarus-startpage/assets/49349604/3b42c650-b5bb-4a7d-a358-cfa5a8915966)The default configuration file is [userconfig.js](userconfig.js), but you can change it in the configuration dialog. You can find more information about how the file works in the [original repository](https://github.com/b-coimbra/dawn). The available components are tabs, a clock, and weather.
Additionally, there are two different new options:
- `fastlink`: To set the link of the Pokeball button.
- `localIcons`: To optimize the loading time of the icons, you can check it out [here](#local-icons).## 🔍 Search Dialog
![search-dialog](https://github.com/AllJavi/tartarus-startpage/assets/49349604/3f76323d-88c4-41b6-b93d-e4cceb1780b7)The search dialog allows you to display a search bar with various search engines defined in the configuration. To select each one, you simply need to prefix the query with the corresponding `!`.
By default, the defined search engines are:
- `!g`: google
- `!d`: duckduckgo
- `!y`: youtube
- `!r`: reddit
- `!p`: pinterest## 🖼 Available banners
|cbg-2|cbg-3|cbg-4|cbg-5|
| ------------- | ------------- | ------------- | ------------- |
||||||cbg-6|cbg-7|cbg-8|cbg-9|
| ------------- | ------------- | ------------- | ------------- |
||||||cbg-10|cbg-11|cbg-12|cbg-13|
| ------------- | ------------- | ------------- | ------------- |
|||||## Local Icons
If you want to reduce the loading time of the icons, you could install the [icon font](https://github.com/AllJavi/tartarus-startpage/tree/master/src/fonts) locally and activate the option `"localIcons": true` in the config to disable the remote styles.## Credit
- [Tartarus Startpage](https://github.com/AllJavi/tartarus-startpage)
- [Dawn Startpage](https://github.com/b-coimbra/dawn) ([preview](https://startpage.metaphoric.dev/))## License
[MIT License](./LICENSE)