Metadata-Version: 2.1
Name: angelspie
Version: 0.1.8
Summary: mapping global hotkeys and various actions for X11 events
Home-page: https://github.com/pawnhearts/angelspie
Author: robotnaoborot
Author-email: robotnaoborot@gmail.com
License: MIT license
Keywords: angelspie
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

=========
angelspie
=========


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

.. image:: https://img.shields.io/travis/pawnhearts/angelspie.svg
        :target: https://travis-ci.com/pawnhearts/angelspie

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




mapping global hotkeys and various actions for X11 events


* Free software: MIT license
* Documentation: https://angelspie.readthedocs.io.


Features
--------

* TODO

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


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

0.1.8 (2021-06-10)
------------------

- add-rule command line option, which generates yaml for next window you select.
- window: matching options to apply actions to all windows which match if conditions

0.1.7 (2021-06-10)
------------------

- fixed eval

0.1.6 (2021-06-10)
------------------

- fixed bugs
- better config example
- can send multiple keystrokes with one 'press:' directive
- after rule is enabled/disabled - rebind keys.

0.1.5 (2021-06-10)
------------------

- fixed bugs

0.1.4 (2021-06-10)
------------------

- changed config format
- added timer events
- added negative conditions like ne for not-equal
- added and/or logic in config

0.1.2 (2021-06-09)
------------------

* "then" block can now be list

0.1.1 (2021-06-09)
------------------

* Fixed bugs

0.1.0 (2021-05-14)
------------------

* First release on PyPI.
