summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pancake/Configuration.hs1
-rw-r--r--README.org1
2 files changed, 2 insertions, 0 deletions
diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs
index ff2e748..224bcff 100644
--- a/Pancake/Configuration.hs
+++ b/Pancake/Configuration.hs
@@ -72,6 +72,7 @@ instance Default Config where
[ ("ddg", "https://duckduckgo.com/lite/?q=")
, ("wp", "https://en.m.wikipedia.org/wiki/Special:Search?search=")
, ("wt", "https://en.m.wiktionary.org/w/index.php?search=")
+ , ("g", "https://m.gutenberg.org/ebooks/search.mobile/?query=")
, ("gp", "gopher://gopherpedia.com:70/7/lookup?")
, ("vs", "gopher://gopher.floodgap.com/7/v2/vs?")]
, paginate = True
diff --git a/README.org b/README.org
index aa78a3f..c5a2910 100644
--- a/README.org
+++ b/README.org
@@ -56,6 +56,7 @@ defaultCommand: ! 'curl -4 -L "${URI}" -w "
"'
shortcuts:
+ g: https://m.gutenberg.org/ebooks/search.mobile/?query=
ddg: https://duckduckgo.com/lite/?q=
wt: https://en.m.wiktionary.org/w/index.php?search=
wp: https://en.m.wikipedia.org/wiki/Special:Search?search=