]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: add slack searchengine
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Tue, 2 Jan 2018 11:47:27 +0000 (11:47 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 2 Jan 2018 11:59:47 +0000 (11:59 +0000)
it's not that great though :/

qutebrowser/config.py

index 1fb0932fd024a43c0d75ea21b788e529d4bd3b3e..ff281da3133ce1f5b1124b9bf90d87c80c1a2394 100644 (file)
@@ -1200,6 +1200,7 @@ c.url.default_page = 'https://duckduckgo.com/?t=chakra'
 ## Type: Dict
 c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
                        'ddg':     'https://duckduckgo.com/?t=chakra&q={}',
 ## Type: Dict
 c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}',
                        'ddg':     'https://duckduckgo.com/?t=chakra&q={}',
+                       'slack':   'https://ultrahaptics.slack.com/messages/{}',
                        'pcl':     'http://docs.pointclouds.org/trunk/search.php?query={}',
                        'std':     'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
                        'cv':      'http://docs.opencv.org/3.1.0/index.html#gsc.tab=0&gsc.ref=more%3A3.1&gsc.q={}' }
                        'pcl':     'http://docs.pointclouds.org/trunk/search.php?query={}',
                        'std':     'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}',
                        'cv':      'http://docs.opencv.org/3.1.0/index.html#gsc.tab=0&gsc.ref=more%3A3.1&gsc.q={}' }