4.1.4 Nicotine+ Extra's: Add On, nSearch
Set of easy to add commands to search/get results from various webpages
4.1.4.1 Nicotine+ Extra's: Add On, WSGoogleTimeD

WSGoogleTimeD stands for WinSlayer Google
Time Display.
Gets time of a specifiek location and displays it in Nicotine+
Install WSGoogleTimeD
NoName > Honolulu, Hawaii, US -- Current local time: 10:40 PM on Monday, September 11
- 1. Start Nicotine+
- 2. insert the following command in chat input-field
/al gtime //me > |(url=$(echo http://www.google.com/search?hl=en!q=time+$@ | sed -e 's/ /+/g' -e 's/\!/\&/g' ) ; lynx -dump -width=100 "$url" | grep time: | sed 's/\[17\]/ /g') - 3. Test the script by starting nCPUinfo with following command in chat input-field.
/gtime "city"
4.1.4.2 Nicotine+ Extra's: Add On, WSWikiPediaS
WSWikiPediaS stands for WinSlayer Wikipedia
Search
Will open a wikipedia search query in firefox.
Install WSWikiPedia
- 1. Start Nicotine+
- 2. insert the following command in chat input-field
/al wiki |(url=$(echo http://en.wikipedia.org/wiki/$@ | sed 's/ /_/g') ; firefox --new-window $url)
- 3. Test the script by starting nUPTime with following command in chat input-field.
/wiki "search query"
4.1.4.3 Nicotine+ Extra's: Add On, WSGoogleS
WSGoogleS stands for WinSlayer Google
Search
Will open a google search query in firefox.
Install WSGoogleS
- 1. Start Nicotine+
- 2. insert the following command in chat input-field
/al google |(url=$(echo http://www.google.com/search?q=$@ | sed 's/ /+/g') ; firefox --new-window $url)
- 3. Test the script by starting nCPUinfo with following command in chat input-field.
/bash
Thanks to:
lee8oi ( lee8oi [at] yahoo [dot] com)
provided all commands on this page
Back to Nicotine Guide