mozillazg / bild.me-cli

CLI tool for bild.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bild.me-cli

Build PyPI version

CLI tool for bild.me.

Installation

To install bild.me-cli, simply:

$ pip install bild.me-cli

Usage

$ bild -f test1.png test2.png
test1.png: [==================================================>]
http://s1.bild.me/bilder/260513/4053120test1.png
test2.png: [==================================================>]
http://s1.bild.me/bilder/260513/1932235test2.png

$ bild -q -f test1.png test2.png
http://s1.bild.me/bilder/260513/3599206test2.png
http://s1.bild.me/bilder/260513/8204314test1.png

$ bild -qf *.png
http://s1.bild.me/bilder/260513/3041575test2.png
http://s1.bild.me/bilder/260513/6296743test1.png

$ bild -h
usage: bild [-h] [-V] [-l] [-q] -f FILE [FILE ...]

CLI tool for bild.me.

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -l, --list            list all result
  -q, --quiet           decrease verbosity
  -f FILE [FILE ...], -F FILE [FILE ...], --file FILE [FILE ...]
                        picture file path, support Unix shell-style wildcards

About

CLI tool for bild.me

License:MIT License


Languages

Language:Python 100.0%