README.md in cureutils-0.2.0 vs README.md in cureutils-0.2.1
- old
+ new
@@ -23,18 +23,19 @@
```
$ cure help
Commands:
cure date [OPTIONS] [+FORMAT] # Display date, time and Precure related events.
cure echo [OPTIONS] PATTERN # Print messages of Precure.
- cure girls # Print girls' name
+ cure girls [OPTIONS] # Print girls' name.
cure grep [OPTIONS] PATTERN # Print lines matching a pattern.
cure help [COMMAND] # Describe available commands or one specific command
cure humanize # Change precure_name to human_name.
cure janken # Let's play "Pikarin Janken" !
- cure precures # Print Precure names
+ cure precures [OPTIONS] # Print Precure names.
cure tr PATTERN REPLACE # Translate Precure related parameters.
- cure transform # Change human_name to precure_name
+ cure transform # Change human_name to precure_name.
+ cure version # Output the version number.
```
## `cure date`
Display date, time and Precure related events.
@@ -116,10 +117,17 @@
秋元こまち
水無月かれん
...
```
+| Option | Description |
+| ------ | ----------- |
+| -v | Include particular girl's full name. |
+| -m | Include who have only appeared in the movies. |
+
+
+
## `cure grep`
Print lines matching a pattern.
```
cure grep [OPTIONS] PATTERN
@@ -228,13 +236,20 @@
キュアルージュ
キュアレモネード
...
```
+| Option | Description |
+| ------ | ----------- |
+| -m | Include who have only appeared in the movies. |
+
## Zsh completion
-[etc/cure-completion.zsh](etc/cure-completion.zsh) is useful if you are using Zsh.
-
+[zsh-completion/_cure](zsh-completion/_cure) is the file for `cure` command completion.
+With [zplug](https://github.com/zplug/zplug), it can be installed like this.
+```sh
+zplug "greymd/cureutils", use:cureutils.plugin.zsh
+```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/greymd/cureutils. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.