GitXplorerGitXplorer
m

bild.me-cli

public
0 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
bb9df3008d48ff424be33179488b6a77f0944d88

Merge branch 'develop'

mmozillazg committed 11 years ago
Unverified
b96d1882cedb6673f4891c39bd9e35abd642c6a5

cleanup

mmozillazg committed 11 years ago
Unverified
4bbb7410544f87ec20b857f940590ab9b7fe76e7

Merge branch 'release-0.1.1' into develop

mmozillazg committed 11 years ago
Unverified
b866c4b0b43b227d8cc4444107259a2c043a56e1

Merge branch 'release-0.1.1'

mmozillazg committed 11 years ago
Unverified
94e0d9f93f85062666a59b221d9ad32bece2244b

fix typo

mmozillazg committed 11 years ago
Unverified
1fd9de5c9bcd059be6d4a1b532337d6b47d157ef

forgot add argparse

mmozillazg committed 11 years ago

README

The README file for this repository.

bild.me-cli

|Build| |PyPI version|

CLI tool for bild.me.

Installation

To install bild.me-cli, simply:

.. code-block:: bash

$ pip install bild.me-cli

Usage

.. code-block:: console

$ 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

.. |Build| image:: https://api.travis-ci.org/mozillazg/bild.me-cli.png?branch=master :target: https://travis-ci.org/mozillazg/bild.me-cli .. |PyPI version| image:: https://pypip.in/v/bild.me-cli/badge.png :target: https://crate.io/packages/bild.me-cli