From b4c3e3a0e3195633d574f0080f7f06a31e8f60a5 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 11:14:29 -0300 Subject: [PATCH] add anna's archive shortcut --- plugins/shortcuts/shortcuts.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c index 4b41c1c..32c9cd6 100644 --- a/plugins/shortcuts/shortcuts.c +++ b/plugins/shortcuts/shortcuts.c @@ -31,21 +31,24 @@ int shortcut_expand(const char* uri, char* output) strcpy(tmp_output, output); char* shortcuts[] = { - "!x", + "!aa", "!blog", "!fnf", "!fnc", + "!h" "!hn", "!hnb" + "!x", }; char* expansions[] = { - "https://twitter.com", + "https://annas-archive.org", "https://nunosempere.com/blog", "https://forum.nunosempere.com/frontpage", "https://forum.nunosempere.com/comments", "https://news.ycombinator.com", "https://news.ycombinator.com/best", + "https://twitter.com", }; // len = sizeof(shortcuts) / sizeof(shortcuts[0]);