tt

A simple terminal timer
git clone git://git.laack.co/tt.git
Log | Files | Refs | README | LICENSE

commit 28b0927a448bf2808d8fb6441f0b5349f5710f9e
parent 83b7d018915e55e37a98cfc0d3fd8888c827d861
Author: Andrew Laack <andrew@laack.co>
Date:   Wed,  9 Sep 2026 21:20:08 -0500

Added installation

Diffstat:
MMakefile | 3+++
MREADME | 5+++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -8,4 +8,7 @@ clean: rm tt +install: build + cp tt /usr/local/bin + full: build run clean diff --git a/README b/README @@ -6,6 +6,11 @@ depends ======= figlet +installation +============ +run: + sudo make install + usage ===== run: