{"id":19630604,"url":"https://github.com/zwimer/quote","last_synced_at":"2026-01-25T21:43:17.048Z","repository":{"id":62717134,"uuid":"561974228","full_name":"zwimer/quote","owner":"zwimer","description":"A tiny CLI used for quoting input lines","archived":false,"fork":false,"pushed_at":"2024-10-19T03:44:52.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T17:59:30.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zwimer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-04T23:47:43.000Z","updated_at":"2024-10-19T03:44:55.000Z","dependencies_parsed_at":"2024-04-02T10:49:29.739Z","dependency_job_id":"68a467ec-1a5e-471d-9702-5f5ef6b68903","html_url":"https://github.com/zwimer/quote","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"aef4e53066a96e0798d158a02c47514ff2312d8e"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/zwimer/quote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwimer%2Fquote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwimer%2Fquote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwimer%2Fquote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwimer%2Fquote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zwimer","download_url":"https://codeload.github.com/zwimer/quote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zwimer%2Fquote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28759421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-11T12:04:33.515Z","updated_at":"2026-01-25T21:43:17.032Z","avatar_url":"https://github.com/zwimer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quote\n\nA tiny CLI used for quoting input lines\n\n## Example\n\nConsider the directory:\n```bash\n$ find .\n.\n./c\n./a b\n```\n\nHere, `xargs` alone will fail if we do: `find . -type f | xargs cat` with:\n```\nThis file is named: c\ncat: ./a: No such file or directory\ncat: b: No such file or directory\n```\n\nThis is because the file 'a b' is not quoted!\n\nInstead we can do: `find . -type f | quote | xargs cat` and we will get:\n```\nThis file is named: c\nThis file is named: a b\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwimer%2Fquote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzwimer%2Fquote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzwimer%2Fquote/lists"}