{"id":21801459,"url":"https://github.com/px86/gistmaker","last_synced_at":"2025-08-17T11:04:56.538Z","repository":{"id":158843970,"uuid":"583932718","full_name":"px86/gistmaker","owner":"px86","description":"GistMaker is a command line utility written in C++. It creates github gists from local files.","archived":false,"fork":false,"pushed_at":"2022-12-31T14:20:15.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T19:07:11.806Z","etag":null,"topics":["cpp","github-api","github-gist"],"latest_commit_sha":null,"homepage":"","language":"C++","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/px86.png","metadata":{"files":{"readme":"README.org","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":"2022-12-31T14:19:54.000Z","updated_at":"2022-12-31T14:47:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a38f73a-2a44-4c27-bbe4-790141aec579","html_url":"https://github.com/px86/gistmaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/px86/gistmaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/px86%2Fgistmaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/px86%2Fgistmaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/px86%2Fgistmaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/px86%2Fgistmaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/px86","download_url":"https://codeload.github.com/px86/gistmaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/px86%2Fgistmaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270837583,"owners_count":24654391,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","github-api","github-gist"],"created_at":"2024-11-27T11:18:06.997Z","updated_at":"2025-08-17T11:04:56.477Z","avatar_url":"https://github.com/px86.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: GistMaker - create github gists from local files\n#+AUTHOR: Pushkar Raj\n#+EMAIL: px86@protonmail.com\n#+DATE: [2022-12-31 Sat]\n\n=GistMaker= is a command line utility written in C++. It creates github gists from local text files.\n\n* How to build\n\nMake sure you have =conan=, =cmake=, =gcc= installed.\n\n#+begin_src shell\n  git clone https://github.com/px86/gistmaker\n  cd gistmaker\n  mkdir build\n  cd build\n  conan install ..\n  cmake ..\n  cmake --build .\n#+end_src\n\nNote: the executable is named as =gm=.\n\n* Usage\n\nCreate a github personal access token, with permissions to create/delete =gists=. And export it in the =GISTMAKER_TOKEN= environment variable.\n\n#+begin_src shell\n  Usage: gistmaker [OPTIONS]\n\n  Options:\n    --help            Print this help message\n    --file, -f VAL    file to be uploaded\n    --desc, -d VAL    gist description\n    --public, -p      make gist public\n#+end_src\n\n** Example\n\n#+begin_src shell\n gm --file ./path/to/somefile.md --public --desc \"This is gist description\"\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpx86%2Fgistmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpx86%2Fgistmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpx86%2Fgistmaker/lists"}