Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/y-yagi/kaeru


https://github.com/y-yagi/kaeru

Last synced: about 1 month ago
JSON representation

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 TO

OPTIONS:
-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`.