https://github.com/rjz/dir2gists
Convert directory into github gists for re-use in blog posts, medium articles, etc.
https://github.com/rjz/dir2gists
automation gists medium
Last synced: about 1 year ago
JSON representation
Convert directory into github gists for re-use in blog posts, medium articles, etc.
- Host: GitHub
- URL: https://github.com/rjz/dir2gists
- Owner: rjz
- Created: 2017-12-01T04:12:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T04:13:12.000Z (over 8 years ago)
- Last Synced: 2025-02-04T17:28:50.808Z (over 1 year ago)
- Topics: automation, gists, medium
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
NAME
dir2gists — publish local directories as gists
DESCRIPTION
Turns child directories of the current working directory into github
gists for re-use in blog posts, medium articles, etc.
Organize folders within the working directory as:
gists
├── gist-1
│ └── code.js
...
└── gist-n
└── example.js
Then run the script!
EXAMPLES
cd gists && ./dir2gists
MIT 2017 rj@rjzaworski.com MIT
```