index
:
oeddefine
master
ars/oeddefine/ import from blatech.co.uk from 04/02/2023
ars
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oedquery.sh
Age
Commit message (
Expand
)
Author
2020-10-30
Only meant to output first definition of each lexical entry in the first resu...
Asa Venton
2020-10-30
Simplify prefixing output with the word of the day. Adjust comment.
Asa Venton
2020-10-30
_getdata was being called twice for -wod.
Asa Venton
2020-10-28
Change cURL limit to 3 attempts which is required by word of the day.
ars
2020-10-28
Move thesaurus lookup to a function in order to attempt multiple lexical cate...
ars
2020-10-28
Fix bad variable name in curl rate limiting.
ars
2020-10-28
Move curls to a function and add rate limiting.
ars
2020-10-28
Add check for exceeded API usage quota.
ars
2020-10-28
Remove old things that aren't doing anything, fix/add comments.
ars
2020-10-28
Remove commented line
ars
2020-10-28
Fallback to shortDefinition if definition isn't available.
ars
2020-10-21
Make config reading much simpler (far too overengineered before).
ars
2020-10-21
most of the stuff in _wod was already being done in _define so move everythin...
ars
2020-10-20
Re add full stop and quotes to _define output that were lost in earlier commi...
ars
2020-10-20
Read variables from conf file. Add example conf file.
ars
2020-10-19
Fix check no returned etymology.
Asa Venton
2020-10-19
Ass -wod to help.
Asa Venton
2020-10-19
Add commas to thesaurus output, fix word of the day flag.
Asa Venton
2020-10-19
Add additional checks, adjust help output to reflect new name of command in t...
Asa Venton
2020-10-19
Rename file as define is no longer entirely representative of its function an...
Asa Venton