diff options
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | config.h | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfb67c9 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Keyboard Listener (kl) + +## Description + +`kl` is a lightweight, command-line global keystroke monitoring and echoing tool for GNU/Linux systems. + +This tool is compiled directly to native binary with zero runtime dependencies. No Node.js, No Electron, No pyhton, **written in Pure C**. + +## Features + @@ -7,7 +7,7 @@ #define PROGRAM_NAME "kl" #define PROGRAM_FULL_NAME "Keyboard Listener (kl)" -#define PROGRAM_VERSION "0.1.1" +#define PROGRAM_VERSION "0.0.1" #define PROGRAM_AUTHORS "Verdant <im@verdant.ee>" #define CONFIG_FILE_COMMENT "# kl config file (v"PROGRAM_VERSION")\n" \ |
