summaryrefslogtreecommitdiff
path: root/internal/askcli/command_edit_test.go
AgeCommit message (Collapse)Author
4 daysAdd 'ask edit ID' to edit task description in $EDITOR; bump to 0.41.0Paul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019e9b82-6ba0-77a4-b4a0-5c2cbf9bf39f Co-authored-by: Amp <amp@ampcode.com>
5 daysAdd 'ask edit' subcommand and collapse multi-line task descriptionsPaul Buetow
- ask edit opens $EDITOR and creates a task from the (multi-line) content, reusing the shared internal/editor package - collapse newlines in list output and fish completion so multi-line descriptions render on one line and don't break completion Bump version to 0.40.0 Amp-Thread-ID: https://ampcode.com/threads/T-019e96a1-9c8e-73d6-95b4-b55cb12cc762 Co-authored-by: Amp <amp@ampcode.com>