{"id":23020612,"url":"https://github.com/dmytruek/gensoquote","last_synced_at":"2025-08-01T17:34:32.148Z","repository":{"id":226620296,"uuid":"768358985","full_name":"dmyTRUEk/gensoquote","owner":"dmyTRUEk","description":"Gensokyo Quotes","archived":false,"fork":false,"pushed_at":"2024-03-31T08:27:11.000Z","size":232,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T15:51:14.984Z","etag":null,"topics":["cli","touhou","touhou-project"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmyTRUEk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-06T23:53:55.000Z","updated_at":"2025-02-08T20:37:31.000Z","dependencies_parsed_at":"2024-03-28T00:38:00.641Z","dependency_job_id":null,"html_url":"https://github.com/dmyTRUEk/gensoquote","commit_stats":null,"previous_names":["dmytruek/gensoquote"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dmyTRUEk/gensoquote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmyTRUEk%2Fgensoquote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmyTRUEk%2Fgensoquote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmyTRUEk%2Fgensoquote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmyTRUEk%2Fgensoquote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmyTRUEk","download_url":"https://codeload.github.com/dmyTRUEk/gensoquote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmyTRUEk%2Fgensoquote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268266968,"owners_count":24222772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","touhou","touhou-project"],"created_at":"2024-12-15T12:14:32.342Z","updated_at":"2025-08-01T17:34:32.102Z","avatar_url":"https://github.com/dmyTRUEk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gensoquote\nLike [fortune](https://en.wikipedia.org/wiki/Fortune_(Unix)), but in Gensokyo and memory safe™.\n\n[![gensoquote-git](https://img.shields.io/aur/version/gensoquote-git?color=1793d1\u0026label=gensoquote-git\u0026logo=arch-linux\u0026style=for-the-badge)](https://aur.archlinux.org/packages/gensoquote-git/)\n\n## Examples\n```\n\"I'm the strongest!\"\n-- Cirno, \"Phantasmagoria of Flower View\"\n```\n```\n\"... She was supposed to be strong? Wait, she's your shikigami? Aren't you a shikigami yourself?\"\n-- Reimu Hakurei, \"Perfect Cherry Blossom, Extra Stage\"\n```\n```\n\"It ain't magic if it ain't flashy. Danmaku's all about firepower.\"\n-- Marisa Kirisame, \"Perfect Memento in Strict Sense\"\n```\n```\n\"Read your mind? I've already closed my satori eye. Reading people's minds only makes you depressed, there's nothing good about it.\"\n-- Koishi Komeiji to Reimu Hakurei, \"Subterranean Animism, Extra Stage\"\n```\n\n## Features\n- Over 600 quotes from all over the Touhou Project\n- Select your favorite character (`-c` or `--character` option)\n- Format quote to any of your tastes (`-f` or `--format` option)\n\n## Installation\n### Using `cargo`\n```\ncargo install gensoquote\n```\n\n### From package manager\n#### Arch Linux\nAvailable as [AUR package](https://aur.archlinux.org/packages/gensoquote-git/) 🎉\n\n### From source\n#### Pre requirements: \"Rust\" installed\nInstall `rustup` using your preferred package manager\nor follow the [official installation tutorial](https://www.rust-lang.org/tools/install).\n\n#### Steps:\n1. Clone the repo:\n```\ngit clone https://github.com/dmyTRUEk/gensoquote\n```\n\n2. `cd` in it:\n```\ncd gensoquote\n```\n\n3. Build in release(optimized) mode:\n```\ncargo build --release\n```\n\n4. Locate single final binary at `./target/release/gensoquote`.\nYou can copy it to `~/.local/bin/` for convenient use.\n\n## Usage\nSimply run `gensoquote` to get random quote.\n\nRun `gensoquote -h` or `gensoquote --help` to get help.\n\nSelect character who's random quote you want to get by running\n`gensoquote -c koishi` or `gensoquote --character 'Koishi Komeiji'`.\n\nOr pipe it to [fumosay](https://github.com/randomtwdude/fumosay) for even more funkyness:\n`gensoquote | fumosay`.\n\nRumors say that piping it to [lolcat](https://github.com/busyloop/lolcat) generates unforgettable experience:\n`gensoquote | fumosay | lolcat`.\n\n## License\nAll the rights for quotes and characters belongs to corresponding author (mostly Zun),\nwhile the code and related things are distributed under [MIT* license](./LICENSE.md).\n\n## Contributions\nContributions are welcome!\n\nPlz use tabs for indenting\n(they have a lot of benefits compared to spaces, think about it).\n\n## Acknowledgments\nThanks to [@randomtwdude](https://github.com/randomtwdude) and their [fumosay](https://github.com/randomtwdude/fumosay) for massive inspiration.\n\nThanks to [@kojq](https://github.com/kojq) for AUR packaging.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmytruek%2Fgensoquote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmytruek%2Fgensoquote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmytruek%2Fgensoquote/lists"}