{"id":17862367,"url":"https://github.com/thalesmg/giz","last_synced_at":"2026-05-19T09:31:20.277Z","repository":{"id":110957413,"uuid":"345839063","full_name":"thalesmg/giz","owner":"thalesmg","description":"Create gists from the command line and track them with git.","archived":false,"fork":false,"pushed_at":"2021-04-13T13:03:20.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T11:33:34.163Z","etag":null,"topics":["command-line-tool","gist","git"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thalesmg.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-09T00:51:49.000Z","updated_at":"2021-04-13T13:03:22.000Z","dependencies_parsed_at":"2023-04-14T07:31:21.279Z","dependency_job_id":null,"html_url":"https://github.com/thalesmg/giz","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/thalesmg%2Fgiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesmg%2Fgiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesmg%2Fgiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalesmg%2Fgiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thalesmg","download_url":"https://codeload.github.com/thalesmg/giz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246892848,"owners_count":20850850,"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":["command-line-tool","gist","git"],"created_at":"2024-10-28T08:52:33.787Z","updated_at":"2026-05-19T09:31:20.233Z","avatar_url":"https://github.com/thalesmg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"* giz\n\nCreate gists from the command line and track them with git.\n\n** Usage\n\nCreate a gist from files =a.txt= and =src/b.txt= with a description clone\nthe result into =/tmp/mygist=.\n\n#+BEGIN_SRC sh\ngiz create -o /tmp/mygist -d \"my gist description\" ./a.txt ./src/b.txt\n#+END_SRC\n\n** Installation\n\n*** Using ~nix-env~\n\n#+BEGIN_SRC sh\nnix-env -i -f https://github.com/thalesmg/giz/archive/master.tar.gz\n#+END_SRC\n\n*** Simple link\n\n(here, it is assumed that =/home/user/bin= in the current user's PATH)\n\n#+BEGIN_SRC sh\nnix build .\nln -sf $PWD/result/bin/giz /home/user/bin/giz\n#+END_SRC\n\n** Configuration\n\nCreate a =config.json= file at =XDG_CONFIG_HOME/giz= (or\n=$HOME/.config/giz=) with the path that [[https://www.passwordstore.org/][=pass=]] will use to get yout\nGithub personal access token (PAT). This PAT must have at least the\n=gist= scope.\n\nExample:\n\n#+BEGIN_SRC json\n{\n    \"pass-path\": \"github.com/tokens/giz-token\"\n}\n#+END_SRC\n\nOr else pass that path as an argument with =--pass-path=:\n\n#+BEGIN_SRC sh\ngiz create --pass-path \"github.com/tokens/giz-token\" -o /tmp/mygist a.txt\n#+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalesmg%2Fgiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthalesmg%2Fgiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalesmg%2Fgiz/lists"}