format

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package format provides shared display helpers for CLI output.

It exposes lipgloss table styles (header, cell, dim) used consistently across all ttal list views, and a Plural helper for grammatically correct count strings. Used by project, agent, task, today, and worker list commands.

Plane: shared

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Plural

func Plural(n int, singular, plural string) string

Plural returns singular when n == 1, otherwise returns the plural form.

func TableStyles added in v1.0.0

func TableStyles() (color.Color, lipgloss.Style, lipgloss.Style, lipgloss.Style)

TableStyles returns the shared lipgloss styles used across all ttal list tables. Returns: dimColor, headerStyle, cellStyle, dimStyle

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL