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)