Thanks to visit codestin.com
Credit goes to github.com

Skip to content

thomasleplus/decritic

Decritic

Remove diacritics (accents)

Go

Installation

go install github.com/thomasleplus/decritic@latest

Make 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.

Usage

To get help, run the following:

decritic -h

In short, decritic can either read from files or from stdin:

cat input.txt | decritic > output.txt
decritic input.txt > output.txt

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Security

Please read SECURITY.md for details on our security policy and how to report security vulnerabilities.

Code of Conduct

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

License

This project is licensed under the terms of the LICENSE file.