README edits

This commit is contained in:
Ariela Wenner 2018-10-05 19:29:08 -03:00
parent 51a01f7dcb
commit 595d84d023
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
prototype/*
w3panik-*
build/debug/objs/*.o
build/release/objs/*.o

View File

@ -16,10 +16,11 @@ First, find out your keyboard event file by running `ls -l /dev/input/by-id`. Yo
For example, if it points to `../event7`, you'll need to call `./w3panik 7`. It will then start reading alphanumerical keypresses and reacting to set keywords in the background.
This is a work in progress and a proper config file is not implemented yet.
This is a work in progress and a proper config file is not implemented yet. Use in production is not recommended.
## To Do (in urgency order):
* Clean up the code and fix potential buffer overflows
* Implement .conf loading and parsing
* Implement UNIX daemon-like behaviour
* Implement proper Unicode support
@ -40,5 +41,5 @@ Unfortuately, this is Linux dependant and I don't have the time nor resources to
## License
This project is licensed under GPLv3. See the [LICENSE.md](LICENSE.md) for details.
This project is licensed under the GNU GPLv3. See the [LICENSE.md](LICENSE.md) for details.