Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemokemo/iawc
This tool check and report inappropriate words in your documents.
https://github.com/kemokemo/iawc
checker cli go golang
Last synced: 1 day ago
JSON representation
This tool check and report inappropriate words in your documents.
- Host: GitHub
- URL: https://github.com/kemokemo/iawc
- Owner: kemokemo
- License: mit
- Created: 2023-07-09T09:30:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-09T14:48:11.000Z (over 1 year ago)
- Last Synced: 2024-06-21T06:21:45.731Z (5 months ago)
- Topics: checker, cli, go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IAWC ( Inappropriate Word Checker )
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![test-and-build](https://github.com/kemokemo/iawc/actions/workflows/test-and-build.yaml/badge.svg)](https://github.com/kemokemo/iawc/actions/workflows/test-and-build.yaml)
This tool check and report inappropriate words in your documents.
## Usage
1. Please set words and settings in the `iawc.yaml` file.
1. Run `iawc {your documents directory path}`.You can get result in `{found file name}: {found word}` format.
```sh
# e.g.)
iawc sample
sample/sample.txt: 名前
```## Install
### Homebrew
```sh
brew install kemokemo/tap/iawc
```### Scoop
First, add my scoop-bucket.
```sh
scoop bucket add kemokemo-bucket https://github.com/kemokemo/scoop-bucket.git
```Next, install this app by running the following.
```sh
scoop install iawc
```### Binary
Get the latest version from [the release page](https://github.com/kemokemo/iawc/releases/latest), and download the archive file for your operating system/architecture. Unpack the archive, and put the binary somewhere in your `$PATH`.
## License
[MIT](https://github.com/kemokemo/iawc/blob/main/LICENSE)
## Author
[kemokemo](https://github.com/kemokemo)