This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fzf-pass/README.md
Marko Korhonen 37e7f407b1
Added contribution info
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-08-28 22:28:39 +03:00

28 lines
1.2 KiB
Markdown

# fzf-pass
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
- Figure out a way to keep ydotool running after the popup terminal closes.
- Add detection for different fields, and show them only if they are there. Right now every field is hardcoded
- Add copy to clipboard option
### Usage
**AUR package coming soon**
Add a keybind to your Sway config like so:
```bash
bindsym $mod+p exec $term --class fzf-pass -e sh -c path/to/fzf-pass.sh
```
To make instances of fzf-pass float, here's how you can do it:
```bash
for_window [app_id="fzf-pass"] focus, floating enabled, border pixel 1
```
### Contributing
Any contributions are welcome! You can submit your PR's at [my Git server](https://git.reekynet.com/ReekyMarko/fzf-pass) (this is what I would prefer) or the mirrors at [GitLab](https://gitlab.com/ReekyMarko/fzf-pass) or [GitHub](https://github.com/ReekyMarko/fzf-pass)
You can also report bugs and submit feature requests at the issue trackers on the previously mentioned platforms.