{"id":16266604,"url":"https://github.com/chambln/curly-quotes","last_synced_at":"2025-04-08T14:52:31.549Z","repository":{"id":144115377,"uuid":"234790369","full_name":"chambln/curly-quotes","owner":"chambln","description":"Converts 'straight' \"quotes\" to ‘curly’ “quotes”","archived":false,"fork":false,"pushed_at":"2020-04-25T16:49:11.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T11:26:51.088Z","etag":null,"topics":["curly-quotes"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/chambln.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2020-01-18T20:01:53.000Z","updated_at":"2020-04-18T02:46:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"933dd5d8-1fd0-4b9d-86bc-ce43eaf30b13","html_url":"https://github.com/chambln/curly-quotes","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"c96e1a38d8aacdf8a075d2a83c1b6a66fbd03184"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fcurly-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fcurly-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fcurly-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chambln%2Fcurly-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chambln","download_url":"https://codeload.github.com/chambln/curly-quotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247866126,"owners_count":21009239,"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":["curly-quotes"],"created_at":"2024-10-10T17:42:35.518Z","updated_at":"2025-04-08T14:52:31.497Z","avatar_url":"https://github.com/chambln.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Curly-quotes\n\nCurly-quotes is a simple utility that converts \\'straight\\' \\\"quotes\\\" to\ntypographically pleasing ‘curly’ “quotes”.\n\n** Installation\n\nYou will need GHC to compile this.\n\n#+BEGIN_SRC sh\nmake\nsudo make install\n#+END_SRC\n\n** Usage\n\nText is read from standard input, and the same text is written to\nstandard output, but with straight quotes converted to curly quotes.\n\n#+BEGIN_SRC\n$ cat example\n\"It'll never work,\" she said.\n\nWhat's this 'emergency balloon' for?\n#+END_SRC\n\n#+BEGIN_SRC\n$ curly-quotes \u003c example\n“It’ll never work,” she said.\n\nWhat’s this ‘emergency balloon’ for?\n#+END_SRC\n\n** Bugs and notes\n\nThe program's ability to infer the correct character is not perfect.\nIn particular, an apostrophe at the start of a word contraction will\nbe erroneously converted to an opening quote; for example =fish 'n'\nchips= becomes =fish ‘n’ chips= (incorrect) instead of =fish ’n’\nchips= (correct).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fcurly-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchambln%2Fcurly-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchambln%2Fcurly-quotes/lists"}