logit is a simple command-line tool for daily developer logging. It creates a markdown log file for the current day, remembers your current project, and helps you stay focused.
logit # Creates or opens today's log
logit -p NAME # Sets the current project
logit -t # Sets or updates today's tasks
logit -l # Lists all existing logs
logit -p my-project
logit -t
logit
This will set the current project, set two tasks for the day with and open today's prefilled log file
git clone https://github.com/mikevidotto/logit.git
cd logit
go build -o logit
mv logit /usr/local/bin/ # optional