~earboxer/suggpicker

af63ed2e6fea0b1b13e977d9eb8563119b8bbf2c — Zach DeCook 2 years ago fb48d00
Documentation: Add man page
1 files changed, 21 insertions(+), 0 deletions(-)

A suggpicker.1.scd
A suggpicker.1.scd => suggpicker.1.scd +21 -0
@@ 0,0 1,21 @@
suggpicker(1)

# NAME
suggpicker - floating bar for making decisions

# SYNOPSIS

suggpicker < choices.sock > selection.sock

wvkbd -O | swipeGuess words.txt 5 | *suggpicker* | completelyTypeWord.sh

# DESCRIPTION

*suggpicker* is a persistent dynamic menu for Wayland.

Each line of tab-separated choices it reads changes the choices on the bar. Choices which are clicked or tapped will be outputted into stdout, so it can be processed by another program.

It's made to be used in conjunction with a virtual keyboard, which it will float above or below.

# SEE ALSO
*bemenu*(1) *swipeGuess*(1) *wvkbd*(1) *SwipeBehavior*(7)