beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

Update thesaurus-lookup.sh #2

Closed derekschrock closed 11 years ago

derekschrock commented 11 years ago

Not all systems have /bin/bash.

beloglazov commented 11 years ago

Hi Derek,

I think that's a reasonable change, why did you close the pull request?

Cheers, Anton

derekschrock commented 11 years ago

I made some more changes. I'm about to commit it.

On Wed, Aug 21, 2013 at 06:09:41PM -0700, Anton Beloglazov wrote:

Hi Derek,

I think that's a reasonable change, why did you close the pull request?

Cheers, Anton


Reply to this email directly or view it on GitHub: https://github.com/beloglazov/vim-online-thesaurus/pull/2#issuecomment-23062346

beloglazov commented 11 years ago

Cool, thanks.

derekschrock commented 11 years ago

I don't know if you looked but dictionary.com has an API but they appear to be selective on who can use it. I sent them an email to see how/if we can use it. This might (should be) a better option than cut up that HTML.

On Wed, Aug 21, 2013 at 06:11:17PM -0700, Anton Beloglazov wrote:

Cool, thanks.


Reply to this email directly or view it on GitHub: https://github.com/beloglazov/vim-online-thesaurus/pull/2#issuecomment-23062404

beloglazov commented 11 years ago

I've come across a couple of services providing APIs, but they require personal API keys, which makes it more difficult to use. If the API of dictionary.com doesn't require a key, it might be a good idea to switch to it.

derekschrock commented 11 years ago

Ok I'll let you know what I find out however I suspect dictionary.com will be the same (personal API keys, etc.)

On Wed, Aug 21, 2013 at 06:21:17PM -0700, Anton Beloglazov wrote:

I've come across a couple of services providing APIs, but they require personal API keys, which makes it more difficult to use. If the API of dictionary.com doesn't require a key, it might be a good idea to switch to it.


Reply to this email directly or view it on GitHub: https://github.com/beloglazov/vim-online-thesaurus/pull/2#issuecomment-23062712