https://github.com/bash/privatize-gist
An quick and dirty bash script for making a gist private
https://github.com/bash/privatize-gist
Last synced: about 1 year ago
JSON representation
An quick and dirty bash script for making a gist private
- Host: GitHub
- URL: https://github.com/bash/privatize-gist
- Owner: bash
- License: unlicense
- Created: 2024-01-09T22:12:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T22:12:56.000Z (about 2 years ago)
- Last Synced: 2025-02-21T15:19:26.563Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Privatize Gist
An quick and dirty solution for making a gist private.
Note that the gist's id and creation date change (the script creates a new gist)
## Usage
```shell
./privatize-gist.sh 'gist-id'
```
## Dependencies
* [gh](https://cli.github.com/)
* [jq](https://jqlang.github.io/jq/)
* git