Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 628 Bytes

Decritic

Remove diacritics (accents)

Go CodeQL

Installation

go install github.com/thomasleplus/decritic@latest

Make sure that your Golang path (meaning the output of the command go env GOPATH, e.g. "${HOME}/go/bin") is included in your PATH environment variable.

Usage

cat input.txt | decritic > output.txt