I created a small bash utility to quickly find synonyms in 15 different languages directly from command line.
I couldn't imagine how handy this would be, specially when writing READMEs or using Vim π!
Thought I'd share it with you here!
I created a small bash utility to quickly find synonyms in 15 different languages directly from command line.
I couldn't imagine how handy this would be, specially when writing READMEs or using Vim π!
Thought I'd share it with you here!
For further actions, you may consider blocking this person and/or reporting abuse
Alex Roor -
Pruthvi Kumar -
hexfloor -
Madza -
Top comments (2)
Great tool!
I only recently learned about the
set -e
statement for bash scripts, so I want to share my newly learned information and suggest to add it at the top of your script :)Reference: Writing Robust Bash Shell Scripts
Thanks! Definitely something I will look at :)