Metadata-Version: 2.1
Name: rofi-rbw
Version: 0.3.0
Summary: Rofi frontend for Bitwarden
Home-page: https://github.com/fdw/rofi-rbw
Author: fdw
Author-email: 5821180+fdw@users.noreply.github.com
License: MIT
Project-URL: Source, https://github.com/fdw/rofi-rbw
Project-URL: Bug Tracker, https://github.com/fdw/rofi-rbw/issues
Project-URL: Changelog, https://github.com/fdw/rofi-rbw/CHANGELOG.md
Description: # rbw-rofi
        ## A rofi frontend for Bitwarden
        
        Based on the alternative [Bitwarden](https://bitwarden.com/) CLI [rbw](https://git.tozt.net/rbw) and inspired by [rofi-pass](https://github.com/carnager/rofi-pass), `rbw-rofi` is a simplistic password typer/copier using [rofi](https://github.com/davatorium/rofi).
        
        ## Features
        - Type the selected password with `Enter` or `Alt+3`
        - Type the selected username with `Alt+2`
        - Autotype username and password (with a `tab` character in between) with `Alt+1`
        - Copy the username to your clipboard with `Alt+u`
        - Copy the password to your clipboard with `Alt+p`
        
        ## Configuration
        You can configure `rofi-rbw` either with cli arguments or with a config file called `$XDG_CONFIG_HOME/rofi-rbw.rc`. In the file, use the long option names without double dashes.
        
        ### Options
        
        | long option | short option | possible values | description |
        | --- | --- | --- | --- |
        | `--action` | `-a` | `type-password` (default), `type-username`, `autotype`, `copy-username`, `copy-password` | Chose what `rofi-rbw` should do. |
        | `--prompt` | `-r` | any string | Define the prompt text for `rofimoji`. |
        | `--show-help` | | `true` (default), `false` | Show a help message with the available shortcuts. |
        | `--rofi-args` | | | Define arguments that will be passed through to `rofi`.<br/>Please note that you need to specify it as `--rofi-args="<rofi-args>"` or `--rofi-args " <rofi-args>"` because of a [bug in argparse](https://bugs.python.org/issue9334) |
        | `--selector` | | `rofi`, `wofi` | Show the selection dialog with this application. |
        | `--clipboarder` | | `xsel`, `xclip`, `wl-copy` | Access the clipboard with this application. |
        | `--typer` | | `xdotool`, `wtype` | Type the characters using this application. |
        
        ## Installation
        
        ### Arch Linux
        Install the [rofi-rbw](https://aur.archlinux.org/packages/rofi-rbw/) AUR package.
        
        ### Manual
        Download the wheel file from releases and install it with  `sudo pip install $filename` (or you can use `pip install --user $filename` to only install it for the local user).
        Note that it needs `configargparse` to work.
        
Keywords: rofi bitwarden rbw
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
