qutebrowser: Switch out shaarli integrations for linkding
Use linkding for the 'l' search engine and add a linkding adding userscript which we use with the ";s" keymap. Add user command 'add-linkding'.
This commit is contained in:
parent
55c4a600c1
commit
930cbbc47c
4 changed files with 32 additions and 4 deletions
|
|
@ -8,8 +8,9 @@ c.aliases["e"] = "session-load"
|
|||
# wallabag add current page, either with walla command, or <leader>bw
|
||||
c.aliases["add-wallabag"] = "spawn --userscript wallabag_add.sh"
|
||||
|
||||
# add to (my) shaarli instance
|
||||
# add to bookmarks to my instances
|
||||
c.aliases["add-shaarli"] = "spawn --userscript shaarli_add.sh"
|
||||
c.aliases["add-linkding"] = "spawn --userscript linkding_add.sh"
|
||||
|
||||
# re-opens the current page on the web archive overview page
|
||||
c.aliases["send-to-archive"] = "open https://web.archive.org/web/{url}"
|
||||
|
|
|
|||
|
|
@ -72,8 +72,8 @@ config.bind("gD", "recent-downloads", mode="normal")
|
|||
|
||||
config.bind('"w', "add-wallabag", mode="normal") # add current page to wallabag
|
||||
config.bind(";w", "hint links userscript wallabag_add.sh") # add link to wallabag
|
||||
config.bind('"s', "add-shaarli", mode="normal")
|
||||
config.bind(";s", "hint links userscript shaarli_add.sh")
|
||||
config.bind('"s', "add-linkding", mode="normal")
|
||||
config.bind(";s", "hint links userscript linkding_add.sh")
|
||||
|
||||
config.bind('"a', "send-to-archive", mode="normal")
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ c.url.searchengines = {
|
|||
"hn": "https://hn.algolia.com/?q={}",
|
||||
"hub": "https://hub.docker.com/search?q={}",
|
||||
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&lang=en",
|
||||
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
|
||||
"l": "https://links.martyoeh.me/bookmarks?q={}",
|
||||
"lib": "http://libgen.fun/search.php?req={}",
|
||||
"man": "https://manned.org/browse/search?q={}",
|
||||
"maps": "https://facilmap.org/#q={}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue