dylandevelops
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I built tmpo, a Go CLI time tracker. I started it because I was manually logging billable hours in Google Forms for my business, and it was painful. Built with Cobra for the CLI structure. Features include…
-
I got tired of manually logging billable hours in Google Forms, so I built tmpo – a CLI time tracker that lives in your terminal. Quick workflow: cd my-project/ tmpo start "Implementing auth" # ... work happens ... tmpo…
-
I built tmpo because I was losing money tracking freelance hours in Google Forms. It's a CLI time tracker that auto-detects your project from Git and stores everything locally. Key technical decisions: - Pure Go…
-
Hi HN! I'm Dylan, and I built tmpo to solve a problem I had as a freelance developer. I was tracking billable hours using Google Forms (yes, really). Every time I switched tasks, I had to manually fill out the project…