Zach's git repos
/
swipeGuess
Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
master
48
Commits
1
Branch
5
Tags
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with IntelliJ IDEA
Commits
readme: Document usage with phosh-osk-stub
Zach DeCook committed
2024-10-11
a1b932d
readme: Add information about contributing
Zach DeCook committed
2024-10-11
fe1b75c
README: Mention phosh-osk-stub
Guido Günther committed
2024-10-11
de5b1fd
build: Use temp file when creating manpages
Guido Günther committed
2024-10-11
bcdf076
Makefile: Quote backticks for better error messages when it fails
Zach DeCook committed
2023-10-24
7cb7bdc
mapScore: Fix segmentation fault
Zach DeCook committed
2023-10-24
4073009
mapScore Usage: Add newline
Zach DeCook committed
2023-10-24
1811353
README: update
Zach DeCook committed
2023-10-21
811becd
Makefile: Add test
Zach DeCook committed
2023-10-21
56b4f82
Makefile: Create example english word file
Zach DeCook committed
2023-10-21
f6779d1
swipeGuess usage: add newline
Zach DeCook committed
2023-10-21
3bf8263
Makefile: Create this
Zach DeCook committed
2023-10-21
5b441f8
mapScore: Make case-insensitive
Zach DeCook committed
2023-08-28
0bb685e
mapScore: Ignore characters that aren't set
Zach DeCook committed
2023-08-28
d601ee0
swipeGuess: Add ignorechars
Zach DeCook committed
2023-08-28
bb018bf
completelyTypeWord.sh: Use POSIX compliant substitution
Zach DeCook committed
2022-12-01
0185d38
Documentation: Add man pages for swipeGuess and mapScore
Zach DeCook committed
2022-06-29
9e9cef8
addWord: helper utility
Zach DeCook committed
2022-05-14
c006ba2
mapScore: rewrite in C
Zach DeCook committed
2022-01-26
a6a6346
Readme: Update for c rewrite
Zach DeCook committed
2022-01-24
4234793
swipeGuess: insensitive comparison
Zach DeCook committed
2022-01-24
a8cb10f
swipeGuess: rewrite in C
Zach DeCook committed
2022-01-24
e355818
mapScore: add bee distance
Zach DeCook committed
2022-01-24
ce12882
Revert "map scoring: weight length of word"
Zach DeCook committed
2022-01-24
09a8e79
swipeGuess: allow case-insensitive matches
Zach DeCook committed
2021-12-04
7e4bb43
readme: add more info for map.tsv
Zach DeCook committed
2021-12-01
bfe452b
readme: Add more instructions
Zach DeCook committed
2021-12-01
0ca1f4a
swipeGuess: accept more terse input
Zach DeCook committed
2021-12-01
1e2c962
map scoring: weight length of word
Zach DeCook committed
2021-12-01
b2eed7e
doc changes, minor fix
Zach DeCook committed
2021-11-24
85c03d4
mapscore:complete script
Zach DeCook committed
2021-11-24
d7c1438
mapscore: calculate score
Zach DeCook committed
2021-11-24
8c3c7a0
mapscore: create map from file
Zach DeCook committed
2021-11-24
f5b1def
readme: describe input program
Zach DeCook committed
2021-10-21
d4fc235
swipeGuess: support single quotes (apostrophes)
Zach DeCook committed
2021-10-21
1a454fd
license: AGPLv3
Zach DeCook committed
2021-10-14
1a16ce0
readme: start describe using directory.
Zach DeCook committed
2021-10-11
e74725c
makeDir: actually mkdir if not exists
Zach DeCook committed
2021-10-11
8c8c0b7
swipeGuess: allow to use directory instead of file
Zach DeCook committed
2021-10-11
63bd2aa
make method to split file into multiple files based on first and last letters
Zach DeCook committed
2021-10-11
b5f1684
readmee: describe program
Zach DeCook committed
2021-10-11
7c22f7a
command: remove more characters that could mess up grep
Zach DeCook committed
2021-10-10
7187e80
guessSwipe: strip out single quotes to reduce tripping from thatt
Zach DeCook committed
2021-10-10
c105223
rename completelytypeword script
Zach DeCook committed
2021-10-09
906af62
swipeGuess.sh: only print first result
Zach DeCook committed
2021-10-09
3ba9a6c
scripts: try to make them pipe together better
Zach DeCook committed
2021-10-09
6ccd1b8
firstComplete.sh: type the rest of the word
Zach DeCook committed
2021-10-09
78b9951
swipeGuess.sh: script to turn swip into a list of guesses
Zach DeCook committed
2021-10-09
bed91ca