Skip to content

igrep/yes-precure5-command

Repository files navigation

Yes! PreCure 5 Command! ver. 5.5

Provides extended yes command to reproduce phrases in Yes! Precure 5 or Yes! PreCure 5 GoGo!

Installation

(Recommended) With stack

  1. stack install yes-precure5-command

  2. Add ~/.local/bin/ (or some other directory you installed in) to your $PATH

    # e.g.
    export PATH=~/.local/bin/:$PATH
  3. Make sure you don't call yes command on your system.

    which yes
    # OK if it prints a path such as "/home/you/.local/bin/yes"

With cabal

  1. cabal install yes-precure5-command

  2. Add ~/.cabal/bin/ (or some other directory you installed in) to your $PATH

    # e.g.
    export PATH=~/.cabal/bin/:$PATH
  3. Make sure you don't call yes command on your system.

    which yes
    # OK if it prints a path such as "/home/you/.cabal/bin/yes"

Usage

Calling yes PreCure 5 generates one of the transformation phrase of the Japanese battle heroine Yes! PreCure 5 http://en.wikipedia.org/wiki/Yes!_PreCure_5

$ yes PreCure 5
プリキュア!メタモルフォーゼ!
大いなる希望の力、キュアドリーム!
希望の力と未来の光!
華麗に羽ばたく5つの心!Yes!プリキュア5!

プリキュア!メタモルフォーゼ!
大いなる希望の力、キュアドリーム!
...

Of course, some other expressions such as yes プリキュア5 and yes Precure5 behave same.

Now, yes PreCure 5 GoGo (and yes プリキュア5 GoGo etc.) can also generates Milky Rose's transformation phrase.

$ yes PreCure 5 GoGo
スカイローズ・トランスレイト!
青いバラは秘密のしるし! ミルキィローズ!

スカイローズ・トランスレイト!
青いバラは秘密のしるし! ミルキィローズ!
...

Given no arguments or some non-PreCure 5 (or non-GoGo) expression, the yes command behaves like the Unix's yes command.

$ yes
y
y
y
...

$ yes 高須クリニック
高須クリニック
高須クリニック
高須クリニック
...

See Also

About

Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published