Startpage with a shell like interface , use data.json for user configurations.
Built with astro
{
"clock": {
"url": "https://calendar.google.com/calendar/"
},
"shortcuts": {
"reddit": [
{
"title": "COW",
"url": "https://www.reddit.com/r/Competitiveoverwatch/"
},
{
"title": "MouseReview",
"url": "https://www.reddit.com/r/MouseReview/"
},
{
"title": "mk",
"url": "https://www.reddit.com/r/MechanicalKeyboards/"
}
],
"social": [
{
"title": "Discord",
"url": "https://discordapp.com/app"
},
{
"title": "Twitter",
"url": "https://twitter.com/"
},
{
"title": "WhatsApp",
"url": "https://web.whatsapp.com/"
}
],
"work": [
{
"title": "Drive",
"url": "https://drive.google.com/"
},
{
"title": "Gmail",
"url": "https://gmail.google.com/"
},
{
"title": "Keep",
"url": "https://keep.google.com/"
}
],
"ssh": [
{
"title": "desktop",
"url": "ssh://[email protected]"
},
{
"title": "nextcloud",
"url": "ssh://[email protected]"
},
{
"title": "media",
"url": "ssh://[email protected]"
}
]
},
"search": "https://search.brave.com/search"
}