{"id":13593007,"url":"https://github.com/babarot/gist","last_synced_at":"2026-01-12T06:43:34.171Z","repository":{"id":20066084,"uuid":"88697214","full_name":"babarot/gist","owner":"babarot","description":":octocat: A simple gist editor for CLI","archived":false,"fork":false,"pushed_at":"2025-02-02T15:26:19.000Z","size":989,"stargazers_count":131,"open_issues_count":2,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T08:09:19.523Z","etag":null,"topics":["cli","gist","gist-editor","go","golang"],"latest_commit_sha":null,"homepage":"https://babarot.me/gist","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/babarot.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}},"created_at":"2017-04-19T03:39:53.000Z","updated_at":"2025-03-23T03:20:14.000Z","dependencies_parsed_at":"2025-02-13T13:11:36.674Z","dependency_job_id":"b2f2764a-8080-48cf-be05-d692fbe9e46e","html_url":"https://github.com/babarot/gist","commit_stats":null,"previous_names":["babarot/gist","b4b4r07/gist"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fgist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fgist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fgist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fgist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babarot","download_url":"https://codeload.github.com/babarot/gist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312082,"owners_count":20918344,"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":["cli","gist","gist-editor","go","golang"],"created_at":"2024-08-01T16:01:15.585Z","updated_at":"2026-01-12T06:43:34.128Z","avatar_url":"https://github.com/babarot.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cem\u003eA simple gist editor for CLI.\u003c/em\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/screenshot.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://babarot.mit-license.org\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/babarot/gist\" alt=\"License\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/babarot/gist/releases\"\u003e\n        \u003cimg\n            src=\"https://img.shields.io/github/v/release/babarot/gist\"\n            alt=\"GitHub Releases\"/\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://babarot.github.io/gist/\"\u003e\n        \u003cimg\n            src=\"https://img.shields.io/website?down_color=lightgrey\u0026down_message=donw\u0026up_color=green\u0026up_message=up\u0026url=https%3A%2F%2Fbabarot.github.io%2Fgist\"\n            alt=\"Website\"\n            /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/babarot/gist/actions/workflows/release.yaml\"\u003e\n        \u003cimg\n            src=\"https://github.com/babarot/gist/actions/workflows/release.yaml/badge.svg\"\n            alt=\"GitHub Releases\"\n            /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/babarot/gist/blob/master/go.mod\"\u003e\n        \u003cimg\n            src=\"https://img.shields.io/github/go-mod/go-version/babarot/gist\"\n            alt=\"Go version\"\n            /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Super fast, super interactive.\n- Easy to view, edit, upload and delete.\n- Edit as you like, then just save it. It would be uploaded to your Gist.\n- Simple and intuitive CLI UX, no complex flags or lots subcommands.\n- One binary, just grab from GitHub Releases.\n\n## Installation\n\nDownload the binary from [GitHub Releases][release] and drop it in your `$PATH`.\n\n- [Darwin / Mac](https://github.com/babarot/gist/releases/latest)\n- [Linux](https://github.com/babarot/gist/releases/latest)\n\n**For macOS / [Homebrew](https://brew.sh/) user**:\n\n```bash\nbrew install babarot/tap/gist\n```\n\n**Using [afx](https://github.com/babarot/afx), package manager for CLI**:\n\n```yaml\ngithub:\n- name: babarot/gist\n  description: A simple gist editor for CLI\n  owner: babarot\n  repo: gist\n  release:\n    name: gist\n    tag: v1.2.6 ## NEED UPDATE!\n    asset:\n      filename: '{{ .Release.Name }}_{{ .OS }}_{{ .Arch }}.tar.gz'\n      replacements:\n        darwin: darwin\n        amd64: arm64\n  command:\n    link:\n    - from: gist\n      to: gist\n    env:\n      GIST_USER: babarot ## NEED UPDATE!\n```\n\n## Versus\n\nThere are many other implements as the gist client (called \"gister\") such as the following that works on command-line:\n\n- \u003chttps://github.com/defunkt/gist\u003e\n- \u003chttps://github.com/jdowner/gist\u003e\n- ...\n\n## License\n\nMIT\n\n## Author\n\nbabarot\n\n[release]: https://github.com/babarot/gist/releases\n[license]: https://babarot.mit-license.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabarot%2Fgist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabarot%2Fgist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabarot%2Fgist/lists"}