Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igrep/yes-precure5-command
Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform.
https://github.com/igrep/yes-precure5-command
Last synced: about 5 hours ago
JSON representation
Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform.
- Host: GitHub
- URL: https://github.com/igrep/yes-precure5-command
- Owner: igrep
- License: mit
- Created: 2014-01-25T04:28:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T14:44:16.000Z (about 8 years ago)
- Last Synced: 2024-04-30T02:22:16.559Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 38.1 KB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/commercialhaskell/stack)
1. `stack install yes-precure5-command`
2. Add ~/.local/bin/ (or some other directory you installed in) to your $PATH```bash
# e.g.
export PATH=~/.local/bin/:$PATH
```3. Make sure you don't call `yes` command on your system.
```bash
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```bash
# e.g.
export PATH=~/.cabal/bin/:$PATH
```3. Make sure you don't call `yes` command on your system.
```bash
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$ 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
* Yes! PreCure 5 - Wikipedia, the free encyclopedia
* Yes!プリキュア5 -東映アニメーション-
* Yes!プリキュア5GoGo! -東映アニメーション-
* Yes ! Pretty Cure 5 DVD /HQ/ Group Transformation
* Yes! Precure 5 Go Go! Group Transformation (HQ)
* Yes! Pretty Cure 5 GoGo! » Milky Rose Transformation
* Or search YouTube(TM) with "yes precure 5 transformation"
* or "yes precure 5 gogo transformations"