Versions in this module Expand all Collapse all v1 v1.0.2 Jun 3, 2026 v1.0.1 Jun 3, 2026 Changes in this version + func FormatTime(value *time.Time) string + func PrintCheckinsTable(w io.Writer, checkins []domain.HabitCheckin) error + func PrintFocusTable(w io.Writer, focuses []domain.Focus, projectNames map[string]string) error + func PrintHabitsTable(w io.Writer, habits []domain.Habit) error + func PrintJSON(w io.Writer, value any) error + func PrintProjectsTable(w io.Writer, projects []domain.Project) error + func PrintTasksTable(w io.Writer, tasks []domain.Task, projectNames map[string]string) error