Metadata-Version: 2.1
Name: smokeur-cli
Version: 0.1.4
Summary: Smokeur client for CLI.
Home-page: UNKNOWN
Author: c0x6a
Author-email: cj@carlosjoel.net
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: requests
Requires-Dist: pyperclip

===========
Smokeur CLI
===========

`Smokeur <https://gitlab.com/c0x6a/smokeur>`_ CLI to upload files from
your computer.

How to install and run
----------------------

Simply pip install it:

.. code-block:: shell

   pip install smokeur-cli


Configure environment variables and run
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You have to set the ``SMOKEUR_SERVER`` environment variable before using
this tool.

then you can run it from a terminal:

.. code-block:: shell

   $ smokeur /path/to/a/file.jpg


you can upload any kind of files.


