- get github gist list
- create github gist (github token set GITHUB_GIST_TOKEN env)
nimble build
./gist
Copyright (c) 2023 by aerphanas
gist [Options]
Options:
--public:GITHUB_USERNAME show all public github gist item
--uname:GITHUB_USERNAME show all github gist item (need github token)
--create:DESCRIPTION FILENAME create github gist with description and file (need github token)
./gist --public:aerphanas
./gist --uname:aerphanas
./gist --create:<description> <file>