summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-19 20:56:57 +0300
committerPaul Buetow <paul@buetow.org>2025-07-19 20:56:57 +0300
commit5d0532428300d048dbc47acfa08f77b8dc9c32bb (patch)
tree42a912c2475b8e423a0497bfbfdbc782c8a08fde
parent8f25a24cf39f5735977fb2205eb75413cf027163 (diff)
add vibe-coding info
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7404a9..99e8882 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ A simple command-line tool to track time spent on tasks. It has been primarily c
`timr` is a minimalist stopwatch-style timer that runs in your terminal. It helps you track the time you spend on your work by allowing you to start, stop, and check the status of the timer. The timer's state is saved to your system, so you can pause your work and resume tracking later.
+It has been vibe coded!
+
## Installation
To build and install `timr`, you need to have Go installed on your system. You can then build the executable by running the following command in the project's root directory: