Manpage logo

swipeGuess - infer the word you meant from a swipe

NAME  SYNOPSIS  OPTIONS  DESCRIPTION  SEE ALSO 

NAME

swipeGuess - infer the word you meant from a swipe

SYNOPSIS

swipeGuess words.txt [n] [ignorechars] < input_swipes.txt > output_guesses.tsv

wvkbd -O | swipeGuess words.txt | completelyTypeWord.sh

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

wvkbd -O | swipeGuess words.txt 1 "’" | completelyTypeWord.sh

OPTIONS

n

Number of results that should be returned (default 1).

ignorechars

Characters that exist in words.txt, but won’t exist in your swipes, that you still want to type.

DESCRIPTION

For each line of stdin, outputs the first n results from words.txt which could be an ordered subset of that line, separated by tabs. If ignorechars is given, the results may have these characters inside them even when not present in the input.

SEE ALSO

suggpicker(1) wvkbd(1) SwipeBehavior(7)


Updated 2026-06-01 - jenkler.se | uex.se