Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |