gpell (short for 'Google spell') is a command line utility that allows you to ask
Google for help when trying to spell a word.
The power lies within being able to put the word in question in context and make
use of Google's uncanny ability to guess what you are trying to spell. if Google
thinks the words in your search phrase are spelled correctly then gspell exits silently
and returns 0. However if Google has a better idea, gspell will print the familiar
phrase:
Did you mean: <Google's suggestion> ?
NOTE: What this utility lacks in usefulness it surely makes up for in novelty.
gspell licensed under the
GNU GPL.
libcurl 7.10
What can I say about curl, other than it ROX, so use it!
you can get the latest version of curl from fink...
sudo fink install curl
Since fink installs to /sw by default be sure to update your PATH environment variable so
that /sw/bin appears before /usr/bin.
If you don't want to do that just use this hack:
sudo mv /usr/bin/curl /usr/bin/curl_old
sudo mv /usr/bin/curl-config /usr/bin/curl-config_old
sudo ln -s /sw/bin/curl /usr/bin/curl
sudo ln -s /sw/bin/curl-config /usr/bin/cur-config
My motivation for writing gspell was basically threefold:
- Learn more about the GNU build system
- Fascination for Google's ability to guess what I am trying to type
- I can't spell to save my life.
If you have any questions or would like to provide feedback, I can be reached at:
Courtney Ludwin <
courtneyludwin@yahoo.com>
In the future be on the lookout AuctionHunter ( an eBay sniper soon to be released ) and a tutorial on parsing html using T.A.J.F..