Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-23 | web-search: add Givero (supports good causes) as search engine (#7581) | Peter Theill | |
Adds "givero" as a keyword for searching Givero, a relative new search engine donating revenue to good causes around the world. | |||
2019-03-23 | web-search: update alias for stackoverflow (#7660) | Zixu Wang | |
Changed from `stack` because it conflicts with Haskell Tool Stack Fixes #7659 | |||
2018-12-20 | Added stackoverflow in /plugins/web-search/-web-search | Antu Acharjee | |
2018-12-20 | Added stackoverflow in /plugins/web-search/-web-search | Antu Acharjee | |
2018-10-03 | web-search: add README (#7203) | Denys Dovhan | |
2018-04-06 | Add Qwant engine - web_search plugin (#6701) | Jean-Benoit Griesner | |
Co-authored-by: Maxime AURIAU <maxime.auriau@dnd.fr> | |||
2017-01-15 | Add goodreads search provider (#5778) | Ruslan Voronkov | |
2016-08-01 | support for startpage search engine in web-search plugin (#5245) | nklmish | |
2015-12-10 | Add Ecosia to web-search plugin. | Gregory McCue | |
2015-08-12 | Merge pull request #4238 from wubaiqing/master | Robby Russell | |
Add Baidu support to web-search plugin | |||
2015-08-10 | Add Baidu support to web-search plugin | wubaiqing | |
2015-08-05 | Use standard open command in current plugins | Marc Cornellà | |
Substitutes the current duplicate logic for the standard and cross-platform function open_command in plugins: frontend-search, jira, node, web-search | |||
2015-06-13 | Added github in web_search plugin. | Sriram Sundarraj | |
2015-02-10 | Force using https in Yandex search engine | Marc Cornellà | |
2015-02-10 | Fix yahoo search URL in web-search plugin | Marc Cornellà | |
2015-02-10 | Add support for cygwin open in web-search plugin | Marc Cornellà | |
2015-02-10 | Silence nohup output in web-search plugin | Marc Cornellà | |
2015-02-10 | Add Yandex support to web-search plugin | Marc Cornellà | |
2015-02-10 | Clean up web-search plugin logic to allow easier changes | Marc Cornellà | |
2014-12-12 | Fixed output issues webith websearch plugin. | Pete "Peteches" McCabe | |
- 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. | |||
2014-09-05 | Merge pull request #2744 from docwhat/ostype-not-uname | Robby Russell | |
Use $OSTYPE instead of uname to speed things up | |||
2014-07-29 | Run Web-search as a Background Process with Nohup | Guerki | |
2014-07-23 | Use $OSTYPE instead of uname to speed things up | Christian Höltje | |
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) | |||
2013-08-14 | changed duck to ddg for alias | stibinator | |
2013-07-26 | added duckduckgo to web-search | stibinator | |
2013-07-26 | added duckduckgo to web-search | stibinator | |
2013-05-20 | Add web-search plugin. | Hong Xu | |
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 |