feat: alphabetized bookmarks

This commit is contained in:
Nick 2024-10-20 20:53:59 -05:00
parent eae67fba70
commit 19b595aa83

View file

@ -198,6 +198,12 @@ in {
tags = ["stripe" "bank" "banking" "money"]; tags = ["stripe" "bank" "banking" "money"];
keyword = "Stripe"; keyword = "Stripe";
} }
{
name = "Telus (Security)";
url = "https://smarthome-security.telus.com/web/system/home";
tags = ["telus" "security"];
keyword = "ADT";
}
{ {
name = "Wealthsimple"; name = "Wealthsimple";
url = "https://my.wealthsimple.com/app/tax-onboarding/2021"; url = "https://my.wealthsimple.com/app/tax-onboarding/2021";
@ -464,24 +470,6 @@ in {
} }
]; ];
} }
{
name = "Telus";
toolbar = false;
bookmarks = [
{
name = "ADT";
url = "https://www.adt.com/control-login";
tags = ["adt" "security" "telus"];
keyword = "ADT";
}
{
name = "Telus";
url = "https://www.telus.com/my-telus/billing/summary";
tags = ["telus" "phone" "security" "bills" "money"];
keyword = "Telus";
}
];
}
{ {
name = "Tools"; name = "Tools";
toolbar = false; toolbar = false;
@ -492,6 +480,12 @@ in {
tags = ["uncensored" "ai"]; tags = ["uncensored" "ai"];
keyword = "AI"; keyword = "AI";
} }
{
name = "Chmod Calculator";
url = "https://chmod-calculator.com/";
tags = ["chmod" "calculator"];
keyword = "Chmod";
}
{ {
name = "ChatGPT"; name = "ChatGPT";
url = "https://chatgpt.com/"; url = "https://chatgpt.com/";
@ -528,12 +522,24 @@ in {
tags = ["maps" "google"]; tags = ["maps" "google"];
keyword = "Map"; keyword = "Map";
} }
{
name = "ListenBrainz";
url = "https://listenbrainz.org/user/BRBWaffles/";
tags = ["listenbrainz" "listen" "brains"];
keyword = "Listen";
}
{ {
name = "Memory Express"; name = "Memory Express";
url = "https://www.memoryexpress.com/"; url = "https://www.memoryexpress.com/";
tags = ["memoryexpress" "memory" "mem" "express"]; tags = ["memoryexpress" "memory" "mem" "express"];
keyword = "Mem"; keyword = "Mem";
} }
{
name = "Percentage Calculator";
url = "https://percentagecalculator.net";
tags = ["percentage" "percent" "calculator"];
keyword = "Percent";
}
{ {
name = "Portchecker"; name = "Portchecker";
url = "https://portchecker.co/"; url = "https://portchecker.co/";
@ -546,6 +552,12 @@ in {
tags = ["proof" "tree" "logic" "academic"]; tags = ["proof" "tree" "logic" "academic"];
keyword = "Logic"; keyword = "Logic";
} }
{
name = "PubMed";
url = "https://pubmed.ncbi.nlm.nih.gov/";
tags = ["pub" "pubmed" "science" "research" "academic"];
keyword = "Pub";
}
{ {
name = "RhymeZone"; name = "RhymeZone";
url = "https://www.rhymezone.com/"; url = "https://www.rhymezone.com/";
@ -553,16 +565,10 @@ in {
keyword = "Rhyme"; keyword = "Rhyme";
} }
{ {
name = "Chmod Calculator"; name = "Sci-Hub";
url = "https://chmod-calculator.com/"; url = "https://sci-hub.ee/";
tags = ["chmod" "calculator"]; tags = ["sci" "sci-hub" "scihub" "science" "research" "academic" "torrent"];
keyword = "Chmod"; keyword = "Sci";
}
{
name = "ListenBrainz";
url = "https://listenbrainz.org/user/BRBWaffles/";
tags = ["listenbrainz" "listen" "brains"];
keyword = "Listen";
} }
{ {
name = "Speedtest"; name = "Speedtest";
@ -570,6 +576,18 @@ in {
tags = ["speedtest" "speed" "test"]; tags = ["speedtest" "speed" "test"];
keyword = "Speed"; keyword = "Speed";
} }
{
name = "Stanford Encyclopedia of Philosophy";
url = "https://plato.stanford.edu/";
tags = ["standford" "encyclopedia" "philosophy" "phil"];
keyword = "Phil";
}
{
name = "Telus (Billing)";
url = "https://www.telus.com/my-telus/billing/summary";
tags = ["telus" "phone" "bills" "money"];
keyword = "Telus";
}
{ {
name = "TinEye"; name = "TinEye";
url = "https://tineye.com/"; url = "https://tineye.com/";
@ -577,10 +595,10 @@ in {
keyword = "Tin"; keyword = "Tin";
} }
{ {
name = "Percentage Calculator"; name = "Zotero Bibliography";
url = "https://percentagecalculator.net"; url = "https://zbib.org/";
tags = ["percentage" "percent" "calculator"]; tags = ["votero" "bibliography" "bib" "zbib"];
keyword = "Percent"; keyword = "Bib";
} }
]; ];
} }
@ -588,6 +606,12 @@ in {
name = "Tracking"; name = "Tracking";
toolbar = false; toolbar = false;
bookmarks = [ bookmarks = [
{
name = "1337";
url = "https://1337x.to/";
tags = ["torrent" "1337"];
keyword = "1337";
}
{ {
name = "Metal Tracker"; name = "Metal Tracker";
url = "https://en.metal-tracker.com/"; url = "https://en.metal-tracker.com/";
@ -600,12 +624,6 @@ in {
tags = ["torrent" "leech"]; tags = ["torrent" "leech"];
keyword = "Leech"; keyword = "Leech";
} }
{
name = "1337";
url = "https://1337x.to/";
tags = ["torrent" "1337"];
keyword = "1337";
}
]; ];
} }
]; ];