{"id":26990484,"url":"https://github.com/fdesjardins/wikiquote-cli","last_synced_at":"2025-06-16T19:06:41.394Z","repository":{"id":19150446,"uuid":"86258817","full_name":"fdesjardins/wikiquote-cli","owner":"fdesjardins","description":"Companion CLI for wikiquote package (https://github.com/fdesjardins/wikiquote)","archived":false,"fork":false,"pushed_at":"2022-12-30T17:14:10.000Z","size":2349,"stargazers_count":4,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T18:05:34.500Z","etag":null,"topics":["cli","excerpts","fortunes","proverbs","quotes","sayings","wikiquote"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdesjardins.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-26T19:25:02.000Z","updated_at":"2023-03-08T04:35:16.000Z","dependencies_parsed_at":"2023-01-11T20:22:02.211Z","dependency_job_id":null,"html_url":"https://github.com/fdesjardins/wikiquote-cli","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/fdesjardins/wikiquote-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fwikiquote-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fwikiquote-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fwikiquote-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fwikiquote-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdesjardins","download_url":"https://codeload.github.com/fdesjardins/wikiquote-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fwikiquote-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260221334,"owners_count":22976860,"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","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","excerpts","fortunes","proverbs","quotes","sayings","wikiquote"],"created_at":"2025-04-03T21:38:11.568Z","updated_at":"2025-06-16T19:06:41.367Z","avatar_url":"https://github.com/fdesjardins.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wikiquote-cli\n\n[![Build Status][travis-image]][travis-url]\n[![NPM Version][npm-image]][npm-url]\n[![Coverage][coveralls-image]][coveralls-url]\n\nCompanion CLI for wikiquote package (https://github.com/fdesjardins/wikiquote)\n\n## Install\n\n```\n$ npm install -g wikiquote-cli\n```\n\n## Usage\n\n```\n$ wikiquote -h\n\nGet quotes from Wikiquote\n\nUsage: wikiquote \u003ccmd\u003e [options]\n\nCommands:\n  wikiquote cache \u003ccmd\u003e            issue cache commands\n  wikiquote list \u003cname\u003e            list quotes for a page name\n  wikiquote random \u003cname\u003e          get a random quote from a page\n  wikiquote search \u003cquery\u003e         search for page names\n  wikiquote completion             generate bash completion script\n\nOptions:\n  -v, --version  Show version number                           [boolean]\n  -h, --help     Show help                                     [boolean]\n\nExamples:\n  wikiquote random \"Steve Jobs\"\n  wikiquote search \"bill gates\"\n```\n\n### Cache \u0026 Offline Usage\n\nYou can speed up quote retrieval and store quotes by using the `cache` command:\n\n```\nCommands:\n  wikiquote cache add \u003cname\u003e     cache quotes for a give page\n  wikiquote cache clear \u003cname\u003e   clear the local cache\n  wikiquote cache update \u003cname\u003e  update the local cache\n```\n\n## Examples\n\nAdding cache entries:\n\n```sh\n$ time wikiquote random 'Abraham Lincoln'\n# 2.02s user 0.11s system 85% cpu 2.503 total\n\n$ wikiquote cache add 'Abraham Lincoln'\nAdded \"Abraham Lincoln\" to cache\n\n$ time wikiquote random 'Abraham Lincoln'\n# 0.33s user 0.04s system 111% cpu 0.338 total\n```\n\nUse with other programs:\n\n```sh\n$ wikiquote random \"Nikola Tesla\" | cowsay\n _________________________________________\n/ We crave for new sensations but soon    \\\n| become indifferent to them. The wonders |\n| of yesterday are today common           |\n\\ occurrences. -- Nikola Tesla            /\n -----------------------------------------\n        \\   ^__^\n         \\  (oo)\\_______\n            (__)\\       )\\/\\\n                ||----w |\n                ||     ||\n```\n\n## License\n\nMIT © [Forrest Desjardins](https://github.com/fdesjardins)\n\n[npm-url]: https://www.npmjs.com/package/wikiquote-cli\n[npm-image]: https://img.shields.io/npm/v/wikiquote-cli.svg?style=flat\n[travis-url]: https://travis-ci.org/fdesjardins/wikiquote-cli\n[travis-image]: https://img.shields.io/travis/fdesjardins/wikiquote-cli.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/fdesjardins/wikiquote-cli\n[coveralls-image]: https://img.shields.io/coveralls/fdesjardins/wikiquote-cli.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fwikiquote-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdesjardins%2Fwikiquote-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fwikiquote-cli/lists"}