{"id":18637538,"url":"https://github.com/dutchcoders/gister","last_synced_at":"2025-04-11T09:33:23.288Z","repository":{"id":28805335,"uuid":"32328410","full_name":"dutchcoders/gister","owner":"dutchcoders","description":"Manage your gists from the command-line.","archived":false,"fork":false,"pushed_at":"2015-04-08T07:37:24.000Z","size":3353,"stargazers_count":59,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T12:12:57.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dutchcoders.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-03-16T13:55:30.000Z","updated_at":"2024-08-12T19:16:38.000Z","dependencies_parsed_at":"2022-08-17T22:15:15.622Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/gister","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/gister/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368352,"owners_count":21092343,"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-11-07T05:36:39.437Z","updated_at":"2025-04-11T09:33:18.271Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gister \n\nManage your gists from the command-line. You can even manage your gists using your favorite editor.\n\n## Demo\n![](demo.gif)\n\n## Create a github access token\n\n* https://help.github.com/articles/creating-an-access-token-for-command-line-use/\u003cF37\u003e\n\n## Install\n\n```\n$ brew tap dutchcoders/homebrew-gister\n$ brew install gister\n```\n\n## Environment variables\n\n* GITHUB_TOKEN: your github access token\n* EDITOR: your favorite editor\n\n## Usage\n\n```\nusage: gister --editor=\"vim\" --token=\"GITHUB_TOKEN\"\n       [\u003cflags\u003e] \u003ccommand\u003e [\u003cflags\u003e] [\u003cargs\u003e ...]\n\nFlags:\n  --help          Show help.\n  --debug         enable debug mode\n  --editor=\"EDITOR\"  editor to use\n  --token=\"GITHUB_TOKEN\"\n                  github token\n  --description=DESCRIPTION\n                  description\n  --public        public gist\n\nCommands:\n  help [\u003ccommand\u003e]\n    Show help for a command.\n\n  list [\u003cflags\u003e]\n    list gists\n\n  search [\u003cflags\u003e] \u003ckeyword\u003e\n    search gists\n\n  download --gist=GIST [\u003cflags\u003e] [\u003cfiles\u003e]\n    download gist\n\n  cat --gist=GIST [\u003cfiles\u003e]\n    cat gist to stdout\n\n  create [\u003cfiles\u003e]\n    create new gist with specified files\n\n  info --gist=GIST\n    show info gist\n\n  edit --gist=GIST\n    edit gist using editor\n\n  delete --gist=GIST\n    delete specified gist\n```\n\n## Samples\n\n**Create a new gist**\n\n```\n$ gister create\n00da2a1fddaa77fb40e4\n\n$ cat /tmp/test.txt | gister create\n00da2a1fddaa77fb40e4\n```\n\n**List gists**\n\n```\n$ gister list\nnl5887/00da2a1fddaa77fb40e4\nnl5887/f74a0a0837f609af9552 test\nnl5887/0f70d642f6c91f33535e Slack invite by email\n```\n\nfrom another github user:\n\n```\n$ gister list --user=msoap\n```\n\n**Search gists**\n\n```\n$ gister search test\nnl5887/f74a0a0837f609af9552 test\n```\n\n**Edit**\n\n```\n$ gister edit f74a0a0837f609af9552\nnl5887/f74a0a0837f609af9552 test\n```\n\n**Delete a gist**\n\n```\n$ gister delete --gist 960473f0df6f8e98d220\n```\n\n**Cat a gist to stdout**\n\n```\n$ gister cat --gist 960473f0df6f8e98d220 | grep '...'\n```\n\n## Contributions\n\nContributions are welcome.\n\n## Thanks\n\nSpecial thanks goes to:\n\n- [Sergey Mudrik](https://github.com/msoap) for adding cat support\n\n## Creators\n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n## Copyright and license\n\nCode and documentation copyright 2011-2015 Remco Verhoef.\n\nCode released under [the MIT license](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgister/lists"}