{"id":13587027,"url":"https://github.com/thesurlydev/pluralizer-cli","last_synced_at":"2025-03-31T12:43:10.412Z","repository":{"id":40591519,"uuid":"507664766","full_name":"thesurlydev/pluralizer-cli","owner":"thesurlydev","description":"Pluralize or singularize words","archived":false,"fork":false,"pushed_at":"2022-06-26T23:56:54.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-03T06:43:36.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesurlydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-26T19:22:34.000Z","updated_at":"2023-04-02T11:23:07.000Z","dependencies_parsed_at":"2022-08-25T16:51:58.468Z","dependency_job_id":null,"html_url":"https://github.com/thesurlydev/pluralizer-cli","commit_stats":null,"previous_names":["thesurlydev/pluralizer-cli","digitalsanctum/pluralizer-cli"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Fpluralizer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Fpluralizer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Fpluralizer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesurlydev%2Fpluralizer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesurlydev","download_url":"https://codeload.github.com/thesurlydev/pluralizer-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246472580,"owners_count":20783225,"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-08-01T15:05:58.518Z","updated_at":"2025-03-31T12:43:10.394Z","avatar_url":"https://github.com/thesurlydev.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# pluralizer-cli\n\nCommand line wrapper for the [pluralizer](https://lib.rs/crates/pluralizer) crate lib.\n\n## usage\n\n### single word\n```shell\necho \"box\" | pluralizer-cli\n```\nwill result in:\n```shell\nboxes\n```\n\n### multiple words\n```shell\npluralizer-cli \u003c\u003c EOF\nbox\nfox\nEOF\n``` \nwill result in:\n```shell\nboxes\nfoxes\n```\n\n### file\n\nGiven a file with the following contents:\n\n```shell\nfood\nhouse\nfizz\nway\nbaby\n```\nThe command:\n\n```shell\ncat test | pluralizer-cli\n```\n\nwill result in:\n```shell\nfoods\nhouses\nfizzes\nways\nbabies\n```\n\n\n\n### file append\n\nGiven a file with one word per line, the command:\n```shell\ncat test | pluralizer-cli | sponge -a test\n```\n\nwill append the original file, test, with the pluralized words added.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesurlydev%2Fpluralizer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesurlydev%2Fpluralizer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesurlydev%2Fpluralizer-cli/lists"}