Metadata-Version: 1.1
Name: makeprompt
Version: 0.1
Summary: Generate customised shell prompts (for ZSH)
Home-page: https://github.com/rshk/makeprompt
Author: Samuele Santi
Author-email: samuele@samuelesanti.com
License: BSD License
Description: Makeprompt
        ==========
        
        Generate rich shell prompts. Only supports Zsh at the moment.
        
        
        Usage
        -----
        
        Install it:
        
            pip install --user makeprompt
        
        Put this in your ``~/.zshrc``:
        
            PROMPT='$( ~/.local/bin/makeprompt )'
        
        
        Features
        --------
        
        - Display user/hostname/path using truecolor (24-bit) colors
        - 8-bit color fallbacks, for terminals that don't support truecolor
        - git repository status information (branch, dirty)
        - Python enabled virtualenv information
        - Background (stopped) jobs count
        
        
        Customize
        ---------
        
        No customization options are available at the moment.
        Let me know what you'd like to do, and we'll see how to make it possible.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
