Skip to content

feat(cli): implement session grouping using prefixes#188

Closed
ariane-emory wants to merge 1 commit intodevfrom
feat/session-grouping-take-1
Closed

feat(cli): implement session grouping using prefixes#188
ariane-emory wants to merge 1 commit intodevfrom
feat/session-grouping-take-1

Conversation

@ariane-emory
Copy link
Owner

@ariane-emory ariane-emory commented Feb 17, 2026

What does this PR do?

Sessions with titles containing a pipe character (e.g., 'Features | Some description') are now grouped by their prefix. Grouped sessions appear above regular date-grouped sessions, with each group sorted by last update time.

  • Add shortDateTime() utility for abbreviated date/time display
  • Parse session titles to extract group prefix and display title
  • Separate sessions into grouped and ungrouped categories
  • Grouped sessions show full date/time, ungrouped show just time

Resolves #187
Resolves anomalyco#9688

How did you verify your code works?

TODO

Sessions with titles containing a pipe character (e.g., 'Features | Some description')
are now grouped by their prefix. Grouped sessions appear above regular date-grouped
sessions, with each group sorted by last update time.

- Add shortDateTime() utility for abbreviated date/time display
- Parse session titles to extract group prefix and display title
- Separate sessions into grouped and ungrouped categories
- Grouped sessions show full date/time, ungrouped show just time

Resolves #187
@ariane-emory ariane-emory deleted the feat/session-grouping-take-1 branch February 18, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Session grouping using prefixes [FEATURE]: TUI - Session Picker - Organize into Virtual Folders

1 participant