Skip to content

Upload any file to your GitHub Gists

License

Notifications You must be signed in to change notification settings

Sad-theFaceless/gist_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

gist_uploader

Upload any file to your GitHub Gists (including binary files).

Download

GNU/Linux

wget https://raw.githubusercontent.com/Sad-theFaceless/gist_uploader/main/gist_uploader.sh && chmod +x gist_uploader.sh

Usage

./gist_uploader.sh "gist_ID" "commit message" "file(s)"
  • gist_ID is in the gist URL: "https:https://gist.github.com/USERNAME/gist_ID".

Example

./gist_uploader.sh "1234567890a1b2c3d4e5f6g7h8i9j10k" "adding dummy archive" "dummy.zip"