Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
1
2
3
4
5
6
firstLetter(){
	echo "$1"|grep -o '^.'
}
lastLetter(){
	echo "$1"|grep -o '.$'
}