kemokemo / iawc

This tool check and report inappropriate words in your documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAWC ( Inappropriate Word Checker )

License: MIT test-and-build

This tool check and report inappropriate words in your documents.

Usage

  1. Please set words and settings in the iawc.yaml file.
  2. Run iawc {your documents directory path}.

You can get result in {found file name}: {found word} format.

# e.g.)
iawc sample
sample/sample.txt: 名前

Install

Homebrew

brew install kemokemo/tap/iawc

Scoop

First, add my scoop-bucket.

scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.git

Next, install this app by running the following.

scoop install iawc

Binary

Get the latest version from the release page, and download the archive file for your operating system/architecture. Unpack the archive, and put the binary somewhere in your $PATH.

License

MIT

Author

kemokemo

About

This tool check and report inappropriate words in your documents.

License:MIT License


Languages

Language:Go 100.0%