Metadata-Version: 1.1
Name: cliPublish
Version: 0.2.0
Summary: Convenient commandline utility to publish files on a webserver using rsync
Home-page: https://github.com/mheistermann/cliPublish
Author: Martin Heistermann
Author-email: sieve-git-pushdeploy@mheistermann.de
License: GPLv3+
Description: # cliPublish
        [![Build Status](https://travis-ci.org/mheistermann/cliPublish.svg?branch=master)](https://travis-ci.org/mheistermann/cliPublish)
        
        ## Introduction
        
        cliPublish allows easily uploading a file to a fixed directory of your
        webserver using rsync. On success it prints the URL the file will be available
        at.
        
        ## Usage
        You need to create a small config file in `~/.config/cliPublish/remotes.conf`.
        There is an example file in [cliPublish/remotes.conf.example](cliPublish/remotes.conf.example).
        
        ## Example
        
        ```
        $ cliPublish.py 20140903_0399.JPG
        20140903_0399.JPG
                310,428 100%  264.80MB/s    0:00:00 (xfr#1, to-chk=0/1)
        http://tmp.mheistermann.de/20140903_0399.JPG
        ```
        
        Optionally you can also specify a filename for the remote side:
        
        ```
        $ cliPublish.py 20140903_0399.JPG ijen_crater.jpg
        20140903_0399.JPG
                310,428 100%  264.80MB/s    0:00:00 (xfr#1, to-chk=0/1)
        http://tmp.mheistermann.de/ijen_crater.jpg
        ```
        
        ## License
        
        cliPublish was written by Martin Heistermann <github()mheistermann.de>
        and is available under the terms of the GPL v3.
        
        
        
        ## Ideas
        
        * Automatic copy to clipboard
        * Support multiple servers in config, select using optional argument
        * Warn/stop/backup if remote filename already exists
        * Upload multiple files at once, creating a directory with an index.html
        
        ## Contributing
        
        Send me a pull request on github or [email me a patch](mailto:github[]mheistermann.de).
        
Keywords: rsync upload cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
