Metadata-Version: 2.1
Name: pycher
Version: 0.0.1
Summary: Quick desktop python launcher
Home-page: https://github.com/ahidalgob/pycher
Author: Augusto Hidalgo
Author-email: ahidalgo94@gmail.com
License: MIT
Description: 
        Requirements:
        - alacritty
        - fzf
        
        
        Config:
        Write a python file (~/.config/pycher/config.py) that defines a list of pairs (tag, command) named "commands"
        
        ```python
        commands = {
            "uh oh": "playerctl -p spotify open spotify:album:3PzrNuMGWGpp8WOfrmpkaU"
        }
        ```
        
        
        for i3 users, you might want to add this to your `.i3/config`
        
        ```
        for_window [class="Pycher"] floating enable
        for_window [class="Pycher"] resize set width 500
        for_window [class="Pycher"] move position center
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
