decritic

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

README

Decritic

Remove diacritics (accents)

Go CodeQL

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL