igrep/yes-precure5-command


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

License: MIT

Language: Haskell


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

Project Statistics

Sourcerank 4
Repository Size 38.1 KB
Stars 23
Forks 1
Watchers 3
Open issues 0
Dependencies 0
Contributors 2
Tags 5
Created
Last updated
Last pushed

Top Contributors See all

YAMAMOTO Yuji zakuro

Packages Referencing this Repo

yes-precure5-command
Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform.
Latest release 5.5.3 - Updated - 23 stars

Recent Tags See all

5.5.3 October 22, 2016
5.5.1 April 19, 2014
5.5 April 19, 2014
5.0.1 February 15, 2014
5 February 02, 2014

Something wrong with this page? Make a suggestion

Last synced: 2018-02-04 11:43:18 UTC

Login to resync this repository