Zach's git repos
/
swipeGuess
Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
c105223
swipeGuess
/ completelyTypeWord.sh
Raw
1
2
3
4
5
#!/bin/sh type=wtype while read -r word; do test "${word:1}" && $type "${word:1}" done