Added AUR package and some TODO
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
37e7f407b1
commit
212a705cfa
1 changed files with 5 additions and 3 deletions
|
@ -3,16 +3,18 @@
|
||||||
This is a script heavily inspired by [rofi-pass](https://github.com/carnager/rofi-pass), but with FZF instead of Rofi. There's still a lot to do and this is just the first version. As it is now, it is only compatible with [Sway](https://github.com/swaywm/sway) (see TODO section)
|
This is a script heavily inspired by [rofi-pass](https://github.com/carnager/rofi-pass), but with FZF instead of Rofi. There's still a lot to do and this is just the first version. As it is now, it is only compatible with [Sway](https://github.com/swaywm/sway) (see TODO section)
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
- Figure out a way to keep ydotool running after the popup terminal closes.
|
- Figure out a way to keep ydotool running after the popup terminal closes. Right now we can only support Sway because swaymsg is used to move the terminal out of the way
|
||||||
- Add detection for different fields, and show them only if they are there. Right now every field is hardcoded
|
- Add detection for different fields, and show them only if they are there. Right now every field is hardcoded
|
||||||
- Add copy to clipboard option
|
- Add copy to clipboard option
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
For Arch Linux users, there is an [AUR package](https://aur.archlinux.org/packages/fzf-pass). For all others, just download the script and point to it in your keybind.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
**AUR package coming soon**
|
|
||||||
|
|
||||||
Add a keybind to your Sway config like so:
|
Add a keybind to your Sway config like so:
|
||||||
```bash
|
```bash
|
||||||
bindsym $mod+p exec $term --class fzf-pass -e sh -c path/to/fzf-pass.sh
|
bindsym $mod+p exec $term --class fzf-pass -e sh -c fzf-pass
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue