{"id":20217650,"url":"https://github.com/pforret/shwordle","last_synced_at":"2025-04-10T15:43:47.791Z","repository":{"id":144773470,"uuid":"454750780","full_name":"pforret/shwordle","owner":"pforret","description":"Wordle (bash/CLI) with variable # of letters and multiple languages","archived":false,"fork":false,"pushed_at":"2022-02-05T13:59:11.000Z","size":916,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T13:36:07.744Z","etag":null,"topics":["bash","bashew","game","shell","wordle"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-02T11:38:20.000Z","updated_at":"2022-02-24T17:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"34eb1067-7e82-474e-a10d-150614a42c80","html_url":"https://github.com/pforret/shwordle","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":"pforret/bashew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fshwordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fshwordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fshwordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fshwordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/shwordle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243497,"owners_count":21071054,"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":["bash","bashew","game","shell","wordle"],"created_at":"2024-11-14T06:34:57.528Z","updated_at":"2025-04-10T15:43:47.782Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Shellcheck CI](https://github.com/pforret/shwordle/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/shwordle)\n![GH stars](https://img.shields.io/github/stars/pforret/shwordle)\n![GH tag](https://img.shields.io/github/v/tag/pforret/shwordle)\n![GH License](https://img.shields.io/github/license/pforret/shwordle)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://basher.gitparade.com/package/)\n\n# shwordle\n\nCLI version of Wordle with choice of # letters and choice of langauge\n\n![](/assets/unsplash.word.jpg)\n\n## 🔥 Usage\n\n```\nProgram: shwordle 0.1.8 by peter@forret.com\nUpdated: Feb  5 14:43:26 2022\nDescription: CLI Wordle\nUsage: shwordle [-h] [-q] [-v] [-f] [-l \u003clog_dir\u003e] [-t \u003ctmp_dir\u003e] [-e \u003cletters\u003e] [-g \u003cguesses\u003e] [-u \u003clanguage\u003e] \u003caction\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -q|--quiet       : [flag] no output [default: off]\n    -v|--verbose     : [flag] output more [default: off]\n    -f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n    -l|--log_dir \u003c?\u003e : [option] folder for log files   [default: /Users/pforret/log/shwordle]\n    -t|--tmp_dir \u003c?\u003e : [option] folder for temp files  [default: /tmp/shwordle]\n    -e|--letters \u003c?\u003e : [option] word length  [default: 5]\n    -g|--guesses \u003c?\u003e : [option] allowed guesses  [default: 6]\n    -u|--language \u003c?\u003e: [option] word language  [default: en-us]\n    \u003caction\u003e         : [parameter] action to perform: play/options\n```\n\n## ⚡️ Examples\n\n```bash\n\u003e shwordle play\n# start Shwordle with default options\n\n\u003eshwordle -e 4 play\n# start Showrdle with 4 letter word\n\n\u003eshwordle -u nl play\n# start Shwordle with Dutch words\n\n\u003e ./shwordle options\n✅  use -e | --letters to choose word length (default: 6)\n✅  use -u | --language to choose dictionary (default: en)\n   available languages: \n   * en-us:     3218 words\n   * es-es:      949 words\n   * fr-fr:     2448 words\n   * nl-nl:     2422 words\n\n```\n\n## 🚀 Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n\t$ basher install pforret/shwordle\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/shwordle.git\n\t$ cd shwordle\n\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2022 Peter Forret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fshwordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fshwordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fshwordle/lists"}