{"id":16323069,"url":"https://github.com/yamadapc/haskell-read-editor","last_synced_at":"2025-03-22T21:32:37.887Z","repository":{"id":56876225,"uuid":"45029227","full_name":"yamadapc/haskell-read-editor","owner":"yamadapc","description":"Opens a temporary file on the system's EDITOR and returns the resulting edits","archived":false,"fork":false,"pushed_at":"2016-02-02T17:57:38.000Z","size":11,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T20:48:36.025Z","etag":null,"topics":[],"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/yamadapc.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":"2015-10-27T09:11:17.000Z","updated_at":"2020-03-10T05:19:08.000Z","dependencies_parsed_at":"2022-08-20T11:31:01.750Z","dependency_job_id":null,"html_url":"https://github.com/yamadapc/haskell-read-editor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamadapc%2Fhaskell-read-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamadapc%2Fhaskell-read-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamadapc%2Fhaskell-read-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamadapc%2Fhaskell-read-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamadapc","download_url":"https://codeload.github.com/yamadapc/haskell-read-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245023296,"owners_count":20548695,"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-10T22:53:49.671Z","updated_at":"2025-03-22T21:32:37.440Z","avatar_url":"https://github.com/yamadapc.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"haskell-read-editor\n===================\n[![Build Status](https://travis-ci.org/yamadapc/haskell-read-editor.svg?branch=master)](https://travis-ci.org/yamadapc/haskell-read-editor)\n- - -\nOpens a temporary file on the system's EDITOR and returns the resulting edits\n\nPublished to hackage as [`read-editor`](https://hackage.haskell.org/package/read-editor).\n\n## Usage\n```haskell\nmodule Main where\n\nimport System.ReadEditor\n\nmain :: IO ()\nmain = do\n    putStrLn \"\u003e\u003e\u003e Opening editor for you to write me some content\"\n    content \u003c- readEditor\n    putStrLn \"\u003e\u003e\u003e You wrote:\"\n    putStrLn content\n```\n\n### Reading edits of existing content\n```haskell\nmodule Main where\n\nimport System.ReadEditor\n\nmain :: IO ()\nmain = do\n    putStrLn \"\u003e\u003e\u003e Opening editor for you to write me some content\"\n    content \u003c- readEditorWith \"Some stuff that's already here\"\n    putStrLn \"\u003e\u003e\u003e You wrote:\"\n    putStrLn content\n```\n\n## Support through CI\nTravis-CI is building this package with GHC versions 7.6, 7.8 and 7.10. If the\nbuild status is green, they should all be supported. Check the [project page](https://travis-ci.org/yamadapc/haskell-read-editor)\nto see more.\n\n## License\nThis code is licensed under the MIT license for Pedro Tacla Yamada. For more\ninformation please refer to the [LICENSE](/LICENSE) file.\n\n## Donations\nWould you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamadapc%2Fhaskell-read-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamadapc%2Fhaskell-read-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamadapc%2Fhaskell-read-editor/lists"}