{"id":15178689,"url":"https://github.com/maxinehazel/goin","last_synced_at":"2026-02-13T02:04:00.753Z","repository":{"id":57493351,"uuid":"185277966","full_name":"maxinehazel/goin","owner":"maxinehazel","description":"go package to get user input from an editor","archived":false,"fork":false,"pushed_at":"2021-02-08T22:19:27.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-10T00:23:45.334Z","etag":null,"topics":["editors","go","golang","input","vim"],"latest_commit_sha":null,"homepage":"","language":"Go","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/maxinehazel.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":"2019-05-06T22:01:56.000Z","updated_at":"2023-12-17T02:02:35.000Z","dependencies_parsed_at":"2022-08-28T15:13:02.805Z","dependency_job_id":null,"html_url":"https://github.com/maxinehazel/goin","commit_stats":null,"previous_names":["softpunks/goin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxinehazel%2Fgoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxinehazel%2Fgoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxinehazel%2Fgoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxinehazel%2Fgoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxinehazel","download_url":"https://codeload.github.com/maxinehazel/goin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198403,"owners_count":20900078,"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":["editors","go","golang","input","vim"],"created_at":"2024-09-27T15:21:31.364Z","updated_at":"2025-04-04T14:40:38.080Z","avatar_url":"https://github.com/maxinehazel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goin\n\nSmall go package for reading user input from an editor. Useful for building\nCLIs and the like.\n\nCurrently supports vim but I am going to expand it to use a generic text editor\neventually.\n\n## Installation\n\n```shell\n$ go get github.com/maxinekrebs/goin\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/maxinekrebs/goin\"\n)\n\nfunc main() {\n\tfileName := \"/tmp/example.txt\"\n\tinput, err := goin.ReadFromFile(fileName)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(input)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxinehazel%2Fgoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxinehazel%2Fgoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxinehazel%2Fgoin/lists"}