An open API service indexing awesome lists of open source software.

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

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