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
Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.
Kudzai Murimi -
Shanu Kumawat -
Jérôme Dx -
Nozibul Islam -
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 :)