From d367d166a91baeb127bf4b74d2169ae39fc974af Mon Sep 17 00:00:00 2001 From: u80864958 Date: Mon, 7 Oct 2024 22:11:05 +0200 Subject: [PATCH] update readme --- .asdf | 0 README.md | 7 +++++++ test.lua | 4 ---- 3 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 .asdf delete mode 100644 test.lua diff --git a/.asdf b/.asdf deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index e69de29..81178d2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# Timer + +Timer times the time it took you to realize your project + +Counts the time in your editor inside on directory. +Not beeing inside the editor for less than 5 minutes gets counted as beeing +inside the editor. diff --git a/test.lua b/test.lua deleted file mode 100644 index 58cee16..0000000 --- a/test.lua +++ /dev/null @@ -1,4 +0,0 @@ -local username = os.getenv("USER") -local hostname = io.popen("hostname -s"):read("*a") -print(username) -print(hostname)