feat(tui): add tag autocomplete and query composition #43
Reference in New Issue
Block a user
Delete Branch "feat/tag-autocomplete-query-compose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
#partialin capture bar shows matching suggestions from existing tags. Tab/enter accepts, up/down navigates, esc dismisses. Popup renders above capture bar with dynamic content height adjustment.?search with composable operators —@today,@yesterday,@week,@monthfor date ranges,<Nd/>Ndfor age filters,^typefor card type filters. DB-level filters (date, card type) push to SQL via ListParams; text/tag filters remain in-memory. All operators combine freely:?deploy #ops @week ^snippet.Test plan
#followed by partial tag name in capture bar — verify suggestions appear?@todayreturns only today's entries?@weekreturns last 7 days?>30dreturns entries older than 30 days?^snippetreturns only snippet cards?deploy #ops @week ^snippet?text #tagsearch still works unchangedgo test ./...)