{"id":16850198,"url":"https://github.com/lilic/gisty","last_synced_at":"2025-04-11T06:44:16.747Z","repository":{"id":74023643,"uuid":"78351601","full_name":"lilic/gisty","owner":"lilic","description":"CLI for creating github gists","archived":false,"fork":false,"pushed_at":"2017-04-20T20:21:59.000Z","size":630,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T04:41:21.817Z","etag":null,"topics":["cli","gists","github"],"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/lilic.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-01-08T15:25:37.000Z","updated_at":"2024-08-28T12:56:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ee8a83f-0137-483d-b4c9-91b3d54300a1","html_url":"https://github.com/lilic/gisty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilic%2Fgisty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilic%2Fgisty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilic%2Fgisty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilic%2Fgisty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilic","download_url":"https://codeload.github.com/lilic/gisty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358549,"owners_count":21090401,"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","gists","github"],"created_at":"2024-10-13T13:20:03.438Z","updated_at":"2025-04-11T06:44:16.738Z","avatar_url":"https://github.com/lilic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gisty \n\n## What is gisty?\n\nCommand Line Interface tool for creating, editing and displaying [github gists](https://gist.github.com/).\n\n## Installation\n\nTo install gisty just run:\n```\ngo get github.com/lilic/gisty\n```\nNote: Works with go 1.6+\n\n## Examples\nFor all available flags run:\n```\ngisty --help\n```\n\nTo create a gist:\n```\ngisty --create --description=\"Description.\" --content=\"This is my gist.\" --filename=\"gist.md\" --anon\n```\n\nOr create a gist by piping in a file as an input:\n```\ncat gist.md | gisty --create --filename=\"gist.md\"\n```\n\nGet a gist by passing in a gist ID:\n```\ngisty --show=\"7ba6e7d22cbd168f6fbd010fda725105\"\n```\n\nTo edit a gist interactively just pass in the gist ID:\n```\ngisty --edit=\"7ba6e7d22cbd168f6fbd010fda725105\"\n```\n\nList last 30 gists:\n```\ngisty --list\n```\nNote:\nMake sure your ENV variable `$GITHUB_TOKEN` is set to the personal github access token.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilic%2Fgisty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilic%2Fgisty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilic%2Fgisty/lists"}