summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-05 13:15:10 +0300
committerdefanor <defanor@uberspace.net>2017-11-05 13:15:10 +0300
commit1344f11abc7514c5d11b8b49fbd2337569c1cf0c (patch)
treef05482fba41a0d80b487a12b5f43504ffbd227e2
parent0bbd17281c3558dcc39df38eae41a61595177f9e (diff)
Add Project Gutenberg search shortcut into the default configuration
-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=