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
/
cmd
/
person
/
at
main
7 files
Amolith
feat(person): make last name optional
7mo ago
04440637
add.go
feat(person): make last name optional Assisted-by: Claude Sonnet 4 via Crush
7 months ago
delete.go
feat(ui): add spinner feedback for network calls Wrap all API calls with huh/spinner for immediate visual feedback. - Add generic Spin[T] and SpinVoid helpers in internal/ui/spinner.go - Update all commands making network calls to use the helpers - Use proper ellipsis (…) in spinner titles Assisted-by: Claude Sonnet 4 via Crush
7 months ago
list.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
person.go
feat(person): implement person module Fully implement person commands with Lunatask API integration: - add: create people with relationship strength and source - list: filter by relationship/source, table and JSON output - show: display person details (renamed from get) - update: modify names and relationship strength - delete: with confirmation prompt - timeline: add notes to person's memory timeline Register shell completions for relationship flag. Assisted-by: Claude Sonnet 4 via Crush
7 months ago
show.go
feat(ui): add spinner feedback for network calls Wrap all API calls with huh/spinner for immediate visual feedback. - Add generic Spin[T] and SpinVoid helpers in internal/ui/spinner.go - Update all commands making network calls to use the helpers - Use proper ellipsis (…) in spinner titles Assisted-by: Claude Sonnet 4 via Crush
7 months ago
timeline.go
feat(ui): add spinner feedback for network calls Wrap all API calls with huh/spinner for immediate visual feedback. - Add generic Spin[T] and SpinVoid helpers in internal/ui/spinner.go - Update all commands making network calls to use the helpers - Use proper ellipsis (…) in spinner titles Assisted-by: Claude Sonnet 4 via Crush
7 months ago
update.go
feat(ui): add spinner feedback for network calls Wrap all API calls with huh/spinner for immediate visual feedback. - Add generic Spin[T] and SpinVoid helpers in internal/ui/spinner.go - Update all commands making network calls to use the helpers - Use proper ellipsis (…) in spinner titles Assisted-by: Claude Sonnet 4 via Crush
7 months ago