From 0b2f34165380a54955f9f5dd5a96cf2e931f3ae5 Mon Sep 17 00:00:00 2001 From: palapapa <61058728+palapapa@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:45:58 +0800 Subject: [PATCH] feat: WakaTime tracker Added a WakaTime tracker to README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8acab..322d71a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # LOCCounter +[![time tracker](https://wakatime.com/badge/github/palapapa/LOCCounter.svg)](https://wakatime.com/badge/github/palapapa/LOCCounter) +
A simple tool that counts LOCs.
Command format: @@ -9,4 +11,4 @@ Command format: recursive: "true" or "false". Whether to recursively search for files in the specified paths. exclude-extension: "true" or "false". Whether to exclude the extensions specified in "extensions" and search for all other extensions. Example: C:\Code | D:\Programming | ?D:\Programming\Secret; .cs, .cpp, .c; true; false -``` \ No newline at end of file +```