diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index c939730..cdf4ad6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ it's run like `input-program | swipeGuess.sh wordlist | output-program` ## input-program -more on this later... +The input program should output a stream of letters "swiped through", then a newline. + +There's a WIP Merge Request towards proycon's wvkbd for an example of this. + +=> https://github.com/proycon/wvkbd/pull/1 ## wordlist |
