Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/gists-backup
Proof of concept Gists backup. This script will download all gist with files to local directory
https://github.com/sanusart/gists-backup
Last synced: 3 months ago
JSON representation
Proof of concept Gists backup. This script will download all gist with files to local directory
- Host: GitHub
- URL: https://github.com/sanusart/gists-backup
- Owner: sanusart
- License: mit
- Created: 2014-03-17T06:55:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T21:55:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T12:47:00.006Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 28
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gist backup
This package will download all gist files to directories named after gist description.
Pre-run
---Run `[sudo] npm install gist-backup --global`
Run
---`gist-backup `
or just
`gist-backup` (will be prompted for username, password and local path to backup directory)
---
If all went well, you'll see "gists" directory populated with directories named after gist description.
Gists with similar descriptions will be appended with 'duplicate N' (where N is an incremented number), gists without description will simply be called 'Untitled'.