This branch builds on the open PR that adds touchscreen support and adds the feature to hide the prompt/input line. You can see it in action in this demo:
image
That was made with:
echo -e '⏻Power Off\n Restart' | ./pkg/fuzzel/usr/bin/fuzzel --hide-prompt --minimal-lines --dmenu --width 10
The version includes the UX idea of still allowing input, although it's now hidden. That means in addition to selecting with the arrow keys or via touch, you can still filter as before!
If you normally use Fuzzel by typing a few characters and hitting enter, this offers an option for an even more minimal aesthetic.
If these features are improved, there's still a bit more clean-up work to do with docs/completions/changelog.
This branch builds on the open PR that adds touchscreen support and adds the feature to hide the prompt/input line. You can see it in action in this demo:

That was made with:
```
echo -e '⏻Power Off\n Restart' | ./pkg/fuzzel/usr/bin/fuzzel --hide-prompt --minimal-lines --dmenu --width 10
```
The version includes the UX idea of still allowing input, although it's now hidden. That means in addition to selecting with the arrow keys or via touch, you can still filter as before!
If you normally use Fuzzel by typing a few characters and hitting enter, this offers an option for an even more minimal aesthetic.
If these features are improved, there's still a bit more clean-up work to do with docs/completions/changelog.