#game #fortune #cli #memory-safe #touhou #touhou-project

app gensoquote

Like fortune, but in Gensokyo and memory safe

1 unstable release

0.4.1 Mar 31, 2024

#154 in Command line utilities

Download history 149/week @ 2024-03-27 33/week @ 2024-04-03 1/week @ 2024-04-10

183 downloads per month

MIT license

170KB
5.5K SLoC

gensoquote

Like fortune, but in Gensokyo and memory safeâ„¢.

gensoquote-git

Examples

"I'm the strongest!"
-- Cirno, "Phantasmagoria of Flower View"
"... She was supposed to be strong? Wait, she's your shikigami? Aren't you a shikigami yourself?"
-- Reimu Hakurei, "Perfect Cherry Blossom, Extra Stage"
"It ain't magic if it ain't flashy. Danmaku's all about firepower."
-- Marisa Kirisame, "Perfect Memento in Strict Sense"
"Read your mind? I've already closed my satori eye. Reading people's minds only makes you depressed, there's nothing good about it."
-- Koishi Komeiji to Reimu Hakurei, "Subterranean Animism, Extra Stage"

Features

  • Over 600 quotes from all over the Touhou Project
  • Select your favorite character (-c or --character option)
  • Format quote to any of your tastes (-f or --format option)

Installation

From package manager

Arch Linux

Available as AUR package 🎉

From source

Pre requirements: "Rust" installed

Install rustup using your preferred package manager or follow the official installation tutorial.

Steps:

  1. Clone the repo:
git clone https://github.com/dmyTRUEk/gensoquote
  1. cd in it:
cd gensoquote
  1. Build in release(optimized) mode:
cargo build --release
  1. Locate single final binary at ./target/release/gensoquote. You can copy it to ~/.local/bin/ for convenient use.

Usage

Simply run gensoquote to get random quote.

Run gensoquote -h or gensoquote --help to get help.

Select character who's random quote you want to get by running gensoquote -c koishi or gensoquote --character 'Koishi Komeiji'.

Or pipe it to fumosay for even more funkyness: gensoquote | fumosay.

Rumors say that piping it to lolcat generates unforgettable experience: gensoquote | fumosay | lolcat.

License

All the rights for quotes and characters belongs to corresponding author (mostly Zun), while the code and related things are distributed under MIT* license.

Contributions

Contributions are welcome!

Plz use tabs for indenting (they have a lot of benefits compared to spaces, think about it).

Acknowledgments

Thanks to @randomtwdude and their fumosay for massive inspiration.

Thanks to @kojq for AUR packaging.

Dependencies

~1.5–2.1MB
~40K SLoC