Skip to content

Commit

Permalink
Update docs for fuzzel support
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 24, 2024
1 parent 431927b commit 78fe476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![PyPI](https://img.shields.io/pypi/v/keepmenu)
![GitHub contributors](https://img.shields.io/github/contributors/firecat53/keepmenu)

Fully featured Dmenu/[Rofi][2]/[Bemenu][7]/[Wofi][8]/[Yofi][9] frontend for
Fully featured [Bemenu][7]/Dmenu/[Fuzzel][13]/[Rofi][2]//[Wofi][8]/[Yofi][9] frontend for
autotype and managing of Keepass databases.

Inspired in part by [Passhole][3], but more dmenu and less command line focused.
Expand All @@ -26,7 +26,7 @@ For full installation documention see the [installation docs][docs/install.md].

1. Python 3.7+
2. [Pykeepass][1] >= 4.0.0 and [pynput][5]
3. Dmenu, Rofi, Wofi, Yofi or Bemenu
3. Bemenu, Dmenu, Fuzzel, Rofi, Wofi, or Yofi
4. xsel or wl-copy
5. (optional) Pinentry
6. (optional) xdotool (for X), [ydotool][10] or [wtype][11](for Wayland), [dotool][12] (X or Wayland).
Expand Down Expand Up @@ -95,3 +95,4 @@ To run tests in a venv: `make test`
[10]: https://github.com/ReimuNotMoe/ydotool/ "Ydotool"
[11]: https://github.com/atx/wtype "Wtype"
[12]: https://git.sr.ht/~geb/dotool "Dotool"
[13]: https://codeberg.org/dnkl/fuzzel "Fuzzel"
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Python 3.7+.
2. [Pykeepass][1] >= 4.0.0 and [pynput][2]. Install via pip or your
distribution's package manager, if available.
3. Dmenu, Rofi, Wofi, Yofi or Bemenu.
3. Bemenu, Dmenu, Fuzzel, Rofi, Wofi, or Yofi.
4. (optional) Pinentry. Make sure to set which flavor of pinentry command to use
in the config file.
5. (optional) xdotool (for X) or ydotool (>=1.0.0, for Wayland), wtype (for
Expand Down Expand Up @@ -97,6 +97,7 @@ Link to the executable `venv/bin/keemenu` when assigning a keyboard shortcut.
|----------------|-----|-----------------------------|----------------------|------------------|-----------------|
| *Launchers* | | | | | |
| Dmenu | Yes | No | No | No | |
| Fuzzel | No | Yes | Yes | No | |
| Rofi | Yes | Yes | No | No | |
| Bemenu | Yes | Yes | Yes | No | |
| Wofi | No | Yes | Yes | Yes | |
Expand Down

0 comments on commit 78fe476

Please sign in to comment.