Remove diacritics (accents)
go install github.com/thomasleplus/decritic@latestMake sure that your Go path (meaning the output of the command go env GOPATH, e.g. "${HOME}/go/bin") is included in your PATH environment variable.
To get help, run the following:
decritic -hIn short, decritic can either read from files or from stdin:
cat input.txt | decritic > output.txt
decritic input.txt > output.txt