alpha
Login
or
Join now
secluded.site
/
lune
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A delightful CLI for Lunatask.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
lune
/
internal
/
ui
/
at
main
4 files
Amolith
feat(area): add hint when goal list is truncated
6mo ago
3ae5dc9e
confirm.go
feat(area): add hint when goal list is truncated When any area has more than 3 goals, the table shows (+N). Users may not realize they can dig deeper. Now a conditional hint appears below the table: (+N) = more goals; run 'lune goal list -a AREA' to see all Only shown when truncation occurs, keeping the common case clean. Also documents in AGENTS.md that dim text (ANSI 8) should be avoided for accessibility—it's unreadable in many terminal color schemes. Assisted-by: Claude Opus 4.5 via Crush
6 months ago
output.go
feat(ui): support non-interactive mode, NO_COLOR Detect non-interactive environments (piped output, scripts, CI) and disable colors, styles, spinners, and table borders automatically. Detection priority: 1. NO_COLOR env var (non-empty = plain) 2. FORCE_COLOR env var (explicit override) 3. TERM=dumb (plain) 4. TTY detection via isatty (non-TTY = plain) Config ui.color setting ("auto", "always", "never") is respected. Also adds `lune init --generate-config` for non-interactive setup, which writes a commented example config for manual editing. References: lunatask://tasks/7c9f3a83-db39-4bb4-afcb-bb73646e91bb Assisted-by: Claude Sonnet 4 via Crush
7 months ago
spinner.go
feat(ui): support non-interactive mode, NO_COLOR Detect non-interactive environments (piped output, scripts, CI) and disable colors, styles, spinners, and table borders automatically. Detection priority: 1. NO_COLOR env var (non-empty = plain) 2. FORCE_COLOR env var (explicit override) 3. TERM=dumb (plain) 4. TTY detection via isatty (non-TTY = plain) Config ui.color setting ("auto", "always", "never") is respected. Also adds `lune init --generate-config` for non-interactive setup, which writes a commented example config for manual editing. References: lunatask://tasks/7c9f3a83-db39-4bb4-afcb-bb73646e91bb Assisted-by: Claude Sonnet 4 via Crush
7 months ago
styles.go
feat(area): add hint when goal list is truncated When any area has more than 3 goals, the table shows (+N). Users may not realize they can dig deeper. Now a conditional hint appears below the table: (+N) = more goals; run 'lune goal list -a AREA' to see all Only shown when truncation occurs, keeping the common case clean. Also documents in AGENTS.md that dim text (ANSI 8) should be avoided for accessibility—it's unreadable in many terminal color schemes. Assisted-by: Claude Opus 4.5 via Crush
6 months ago