1 unstable release
0.4.1 | Mar 31, 2024 |
---|
#967 in Command line utilities
170KB
5.5K
SLoC
gensoquote
Like fortune, but in Gensokyo and memory safeâ„¢.
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:
- Clone the repo:
git clone https://github.com/dmyTRUEk/gensoquote
cd
in it:
cd gensoquote
- Build in release(optimized) mode:
cargo build --release
- 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.3–2MB
~36K SLoC