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
/
note
/
at
main
6 files
Amolith
feat(ui): support non-interactive mode, NO_COLOR
7mo ago
5c2f27c6
add.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
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
note.go
feat(note): implement note module Fully implement note commands with Lunatask API integration: - add: create notes with notebook, content, and source support - list: filter by notebook/source, table and JSON output - show: display note details (renamed from get) - update: modify name, content, notebook, date - delete: with confirmation prompt Add NotebookByID helper to config package. Register shell completions for notebook 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
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