From af63ed2e6fea0b1b13e977d9eb8563119b8bbf2c Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 29 Jun 2022 21:50:52 -0400 Subject: Documentation: Add man page --- suggpicker.1.scd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 suggpicker.1.scd (limited to 'suggpicker.1.scd') diff --git a/suggpicker.1.scd b/suggpicker.1.scd new file mode 100644 index 0000000..9800255 --- /dev/null +++ b/suggpicker.1.scd @@ -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) -- cgit 1.4.1