{"id":17101390,"url":"https://github.com/hackerb9/hyphenate","last_synced_at":"2025-07-14T11:07:13.256Z","repository":{"id":113746315,"uuid":"122001687","full_name":"hackerb9/hyphenate","owner":"hackerb9","description":"Command line hyphenation of words using libhyphen","archived":false,"fork":false,"pushed_at":"2018-10-06T12:03:36.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T19:16:19.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackerb9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LGPL","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,"publiccode":null,"codemeta":null}},"created_at":"2018-02-18T23:50:56.000Z","updated_at":"2018-10-06T12:03:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7aa85f5-3da5-4cf6-aae1-60b3a711ac5b","html_url":"https://github.com/hackerb9/hyphenate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hackerb9/hyphenate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackerb9%2Fhyphenate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackerb9%2Fhyphenate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackerb9%2Fhyphenate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackerb9%2Fhyphenate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackerb9","download_url":"https://codeload.github.com/hackerb9/hyphenate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackerb9%2Fhyphenate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265281152,"owners_count":23739863,"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":[],"created_at":"2024-10-14T15:25:02.252Z","updated_at":"2025-07-14T11:07:13.237Z","avatar_url":"https://github.com/hackerb9.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyphenate\nCommand line hyphenation of words using libhyphen\n\n## Example\n\n    $ hyphenate example\n    ex=am=ple\n\n    $ hyphenate hyphenate\n    hy=phen=ate\n\n    $ hyphenate transubstantiation\n    tran=sub=stan=ti=a=tion\n\n## Example? Example.c!\n\nThis is almost purely the `example.c` that comes with the source for\nlibhyphen. I just cleaned it up and changed it to work nicely from the\ncommand line. I also fixed the UTF-8 multibyte character support\n(isn't that the \"spiﬃ=est\"!).\n\n## Installation\n\n    git clone http://github.com/hackerb9/hyphenation\n    cd hyphenation\n    sudo apt install libhyphen-dev libhyphen0 hyphen-en-us\n    make\n    make install\n\n## About hyphenation dictionaries and libhyphen\n\nIf you don't have the dictionaries, you can install them on most\nDebian derivatives like so:\n\n\tapt install hyphen-en-us\n\nYou can see what dictionaries you have installed on your computer by\nchecking `/usr/share/hyphen/`. If you have LibreOffice installed on\nyour machine, you already have the necessary hyphenation dictionaries\nand libraries.\n\n### Alternate language dictionaries are available.\n\nYou can install the hyphenation patterns for whatever language you\nprefer, from Afrikaans to Zulu. For example, for German:\n\n    apt install hyphen-de\n\nIf you have your computer set up for a different locale (e.g.,\n`LANG=\"de_DE\"`), this program should automatically look for the correct\nhyphenation dictionary. However, this has not been tested by a real\nuser. If it doesn't work, please file a bug report.\n\n## Note of surprise\n\nHow can there not have been a standard Unix utility to do this before?\nOriginally, I wasn't going to write this, because I presumed that, at\nthe worst, I'd just use `groff`. Unfortunately, while it hyphenates\ngreat, there's no way to get the raw hyphenation before it gets\nconverted into a PDF or whatever. (You can use the \"-a\" option to\npeek, but then you lose UTF-8).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackerb9%2Fhyphenate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackerb9%2Fhyphenate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackerb9%2Fhyphenate/lists"}