Metadata-Version: 2.1
Name: blkmenu
Version: 0.3
Summary: Tiny curses wrapper around lsblk and udisksctl
Home-page: https://github.com/gcmt/blkmenu
Author: Giacomo Comitti
Author-email: dev@gcomit.com
License: MIT
Description: blkmenu
        =======
        
        Tiny curses wrapper around _lsblk_ and _udisksctl_.
        
        ![Screenshot](_assets/screenshot.png "Screenshot")
        
        Installation
        ------------
        
        Arch users can simply run the following command from the project directory
        
        ```
        makepkg -si
        ```
        
        Anyone else can install the program with `pip`
        
        ```
        pip install --user blkmenu
        ```
        
        Or by running the following commands from the project directory
        
        ```
        install -Dm755 blkmenu "$HOME/.local/bin/blkmenu"
        install -Dm644 blkmenu.1 "$HOME/.local/share/man/man1/blkmenu.1"
        ```
        
        Usage
        -----
        
        Type `?` once you start `blkmenu` for a quick overview of all predefined key bindings.
        
        An overview of all command line options can be found [here](blkmenu.adoc) or by running `man blkmenu`.
        
        Run `blkmenu --help` for a quick help.
        
        License
        -------
        
        See [LICENSE.txt](LICENSE.txt).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
