Bhanu
5c17bcd21f
feat(web-search): add perplexity.ai ( #12815 )
1 year ago
Carlo Sala
eeb01c18c1
fix(websearch): allow multi-word parameters
1 year ago
Francesco Cataldo
e52598a5cc
feat(web-search): add `reddit` ( #12664 )
2 years ago
Tulsi Prasad
f6cd6a7769
feat(web-search): add chatgpt ( #12660 )
2 years ago
Carlo Sala
43613d7b71
fix(web-search): use pattern instead of regex
...
Closes #12202
2 years ago
Mateus Fernandes de Mello
883da63320
feat(web-search): add programming packages search ( #12199 )
2 years ago
Carlo Sala
e656377d36
fix(web-search): encode spaces as `%20`
2 years ago
とんとんぼ
35a5357704
feat(web-search): add `deepL` ( #12165 )
2 years ago
Carlo Sala
c91684bb1b
docs(web-search): add `youtube` entry
3 years ago
t-aswath
2ef7c73cc8
feat(web-search): add `youtube` alias ( #11865 )
3 years ago
Tanmay Patil
15014db8d5
feat(web-search): add ask.com ( #11292 )
3 years ago
Sibs
52e848ce8f
feat(web-search): add support for Brave search engine ( #11106 )
3 years ago
jackh
140c977a3d
fix(web-search): URL-encode search parameters ( #10910 )
...
Fixes #10884
4 years ago
Małgorzata Basińska
da01dc91bf
web-search: add Google Scholar ( #9014 )
6 years ago
Marc Cornellà
60442dc47b
web-search: allow custom search engines
6 years ago
Pierre Gimalac
0fd11130a3
web-search: add Wayback Archive ( #8784 )
6 years ago
Kshitij Nikhal
47eae26bf6
web-search: add wolframalpha search engine ( #8638 )
6 years ago
Peter Theill
9975b16297
web-search: add Givero (supports good causes) as search engine ( #7581 )
...
Adds "givero" as a keyword for searching Givero, a relative new search engine donating revenue to good causes around the world.
7 years ago
Zixu Wang
6fe4ac024a
web-search: update alias for stackoverflow ( #7660 )
...
Changed from `stack` because it conflicts with Haskell Tool Stack
Fixes #7659
7 years ago
Antu Acharjee
722af459fd
Added stackoverflow in /plugins/web-search/-web-search
7 years ago
Antu Acharjee
a244d47131
Added stackoverflow in /plugins/web-search/-web-search
7 years ago
Denys Dovhan
2e0a5cbefd
web-search: add README ( #7203 )
8 years ago
Jean-Benoit Griesner
62b8a70a7c
Add Qwant engine - web_search plugin ( #6701 )
...
Co-authored-by: Maxime AURIAU <maxime.auriau@dnd.fr>
8 years ago
Ruslan Voronkov
d2725d44fc
Add goodreads search provider ( #5778 )
9 years ago
nklmish
508b80c1e1
support for startpage search engine in web-search plugin ( #5245 )
10 years ago
Gregory McCue
fb5effd5d8
Add Ecosia to web-search plugin.
10 years ago
wubaiqing
9caa215a2f
Add Baidu support to web-search plugin
11 years ago
Marc Cornellà
d1d06b5675
Use standard open command in current plugins
...
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:
frontend-search, jira, node, web-search
11 years ago
Sriram Sundarraj
8b95bdb5e0
Added github in web_search plugin.
11 years ago
Marc Cornellà
02d75684f3
Force using https in Yandex search engine
11 years ago
Marc Cornellà
e8daf8150e
Fix yahoo search URL in web-search plugin
11 years ago
Marc Cornellà
c45885093f
Add support for cygwin open in web-search plugin
11 years ago
Marc Cornellà
adaea31ca0
Silence nohup output in web-search plugin
11 years ago
Marc Cornellà
80ba54a94f
Add Yandex support to web-search plugin
11 years ago
Marc Cornellà
80d856e165
Clean up web-search plugin logic to allow easier changes
11 years ago
Pete "Peteches" McCabe
1d2c1e8ab8
Fixed output issues webith websearch plugin.
...
- if user has rm set as an alias to 'rm -i' user is prompted to whether to
remove the nohup.out file.
$ ddg fools
nohup: ignoring input and appending output to ‘nohup.out’
rm: remove regular empty file ‘nohup.out’?
- if output redirected to a file nohup will not create nohup.out and rm is
unecessary.
11 years ago
Guerki
db3dd6d755
Run Web-search as a Background Process with Nohup
12 years ago
Christian Höltje
63bae2aba9
Use $OSTYPE instead of uname to speed things up
...
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
12 years ago
stibinator
b9474c411b
changed duck to ddg for alias
13 years ago
stibinator
0456664463
added duckduckgo to web-search
13 years ago
stibinator
25913cf144
added duckduckgo to web-search
13 years ago
Hong Xu
2531381477
Add web-search plugin.
...
This plugin adds google, bing and yahoo commands to launch the default
web browser to do web search:
e.g.
google oh-my-zsh
bing what is zsh
13 years ago