keyneston / daylog

A small tool for collecting what you do through the day to submit for standup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daylog

daylog is a small highly specialised CLI app for keeping track of your day, and then submitting your standups.

Use:

# Add a task:
daylog add "Finished ticket #1573"
daylog blocked Got stuck working on ticket \#1983
daylog next "Vacation for the" "next week"

# Open it in $EDITOR:
daylog edit

# Show what is on disk:
daylog show

# output a completed version of the day
daylog compile

Installation

brew tap keyneston/tap
brew install daylog

With go installed:

go install github.com/keyneston/daylog@latest

Or download the latest release and add to your path.

About

A small tool for collecting what you do through the day to submit for standup


Languages

Language:Go 100.0%