Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/qiita-dl
https://github.com/motemen/qiita-dl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/motemen/qiita-dl
- Owner: motemen
- Created: 2015-10-19T15:01:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T04:23:55.000Z (over 9 years ago)
- Last Synced: 2024-10-15T15:29:47.685Z (3 months ago)
- Language: Go
- Size: 121 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qiita-dl
qiita-dl is a simple tool that donwloads snippets published on Qiita .
qiita-dl [-x] [-o ] [-d ]
## Example
To download a snippet under ~/bin and make it executable:
$ qiita-dl -x -d ~/bin http://qiita.com/uasi/items/57da2e4268d348b371fb
Title: "git commit --fixup で fixup する対象を peco/fzf で選べるスクリプト書いた"
Saved to ~/bin/git-fixup## Installation
go get -u github.com/motemen/qiita-dl
## Author
motemen