Metadata-Version: 2.1
Name: fuzeepass
Version: 0.1.1
Summary: A command-line fuzzy finder for KeePassX
Home-page: https://github.com/xuta/fuzeepass
Author: Xuta Le
Author-email: xuta.le@gmail.com
License: MIT license
Description: # fuzeepass
        
        [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fxuta%2Ffuzeepass%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/xuta/fuzeepass/goto?ref=main)
        [![Coverage Status](https://coveralls.io/repos/github/xuta/fuzeepass/badge.svg?branch=main)](https://coveralls.io/github/xuta/fuzeepass?branch=main)
        [![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/xuta/fuzeepass/blob/main/LICENSE)
        
        A command-line fuzzy finder for KeePassX
        
        ## Features
        ![Animated demonstration](/assets/fuzeepass_1.gif)
        
        * Fuzzy search powered by [fzf](https://github.com/junegunn/fzf)
        * Convenient hot-keys
        * Support update/create/delete new entries, groups
        * Censored password by default
        * Hot-key to copy password to clipboard
        
        ## Installation
        **updating...**
        
        ## Key-bindings
        
        | Key                                           | Action                    |
        | :----------------------------: | ------------------------------ |
        | <kbd>Ctrl</kbd> - <kbd>k</kbd> | Selection move up              |
        | <kbd>Ctrl</kbd> - <kbd>j</kbd> | Selection move down            |
        | <kbd>Ctrl</kbd> - <kbd>p</kbd> | Show password in preview panel |
        | <kbd>Ctrl</kbd> - <kbd>y</kbd> | Copy password to clipboard     |
        | <kbd>Ctrl</kbd> - <kbd>r</kbd> | Reload or back to main screen  |
        | <kbd>Ctrl</kbd> - <kbd>c</kbd> | Switch to `Create` screen      |
        | <kbd>Ctrl</kbd> - <kbd>u</kbd> | Switch to `Update` screen      |
        | <kbd>Ctrl</kbd> - <kbd>d</kbd> | Switch to `Delete` screen      |
        
        ## How it works
        
        ## References
        * Powered by [fzf](https://github.com/junegunn/fzf)
        
Keywords: fuzeepass
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Systems Administration
Description-Content-Type: text/markdown
