From 92005d24b1ef42d7a5d99d7cbd1944f2151043d0 Mon Sep 17 00:00:00 2001 From: Verdant Date: Sun, 17 May 2026 19:38:54 +0800 Subject: modify version --- README.md | 10 ++++++++++ config.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.md 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 + diff --git a/config.h b/config.h index 2911c70..82e4e9a 100644 --- a/config.h +++ b/config.h @@ -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 " #define CONFIG_FILE_COMMENT "# kl config file (v"PROGRAM_VERSION")\n" \ -- cgit v1.2.3