Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motemen/qiita-dl


https://github.com/motemen/qiita-dl

Last synced: about 2 months ago
JSON representation

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