Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile to simplify multifile gists #312

Open
miraculixx opened this issue Feb 22, 2020 · 0 comments
Open

Makefile to simplify multifile gists #312

miraculixx opened this issue Feb 22, 2020 · 0 comments

Comments

@miraculixx
Copy link

miraculixx commented Feb 22, 2020

gist is a great tool, thanks for making it

I would like to contribute this small utility to simplify multi-file gists
https://gist.github.com/miraculixx/65b3f3f57f1c2c7d339331ffd8f87e4f

# makefile to simplify use of gist for multi-file gists
#
# Usage:
#    1. create a .gistignore file with file patterns to ignore
#    2. make gist
#
#       this will create/update the gist including all files not matched by any
#       pattern in .gitignore. The URL will be printed and stored in .gist
#
#    3. make clean
#
#       this will delete the gist 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant