Metadata-Version: 2.1
Name: rofipaste
Version: 0.1.3
Summary: A tool to paste some useful things
Home-page: https://github.com/Any0ne22/rofipaste
Author: Tom GOUVILLE
Author-email: tom.gouville@telecomnancy.net
License: GNU General Public License v3
Keywords: rofipaste
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: Click (>=7.0)
Requires-Dist: click-config-file (>=0.6.0)
Requires-Dist: pyxdg (>=0.26)

=========
RofiPaste
=========


.. image:: https://img.shields.io/pypi/v/rofipaste.svg
        :target: https://pypi.python.org/pypi/rofipaste

.. image:: https://img.shields.io/travis/com/Any0ne22/rofipaste.svg
        :target: https://travis-ci.com/github/Any0ne22/rofipaste

.. image:: https://readthedocs.org/projects/rofipaste/badge/?version=latest
        :target: https://rofipaste.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/Any0ne22/rofipaste/shield.svg
     :target: https://pyup.io/repos/github/Any0ne22/rofipaste/
     :alt: Updates



A tool to paste some useful things using rofi (rofi needs to be installed to use this package)


* Free software: GNU General Public License v3
* Documentation: https://rofipaste.readthedocs.io.

Features
--------

- You can paste all the entries you have created

- You can create new entries

- You can create executable entries


* TODO

  - Edit CONTRIBUTING.rst if necessary

  - Edit HISTORY.rst if necessary

  - Create requirements.txt (and use it instead of requirements_dev.txt for the installation)

  - Create tests

  - Write documentation


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

This package was inspired and developed from the rofimoji_ project.

.. _rofimoji: https://github.com/fdw/rofimoji


=======
History
=======

0.1.0 (2020-09-27)
------------------

* First release on PyPI.


