Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-yagi/kaeru
https://github.com/y-yagi/kaeru
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/y-yagi/kaeru
- Owner: y-yagi
- License: mit
- Created: 2022-04-23T08:14:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:58:34.000Z (4 months ago)
- Last Synced: 2024-08-30T12:57:49.442Z (3 months ago)
- Language: Go
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kaeru
Kaeru is a tool to replace text that matches a pattern.
## Usage
```
$ kaeru --help
Usage: kaeru [OPTIONS] FROM TOOPTIONS:
-dry-run
perform a trial run with no changes made
-ignore-file string
pass a file name that specified ignores pattern
-name string
file name pattern
-quiet
suppress output
-regexp
treat FROM as a regexp
-v print version number
```Note: Kaeru ignores files that specify in `.gitignore`.