Add rename session picker name and sort by project folder
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 19.9k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
It would be great if you could rename each session with a permanent, custom name. However, you should still retain the current options if you don't change them or leave them blank.
The current session picker is a bit confusing. What if we could add a folder-based option? For example:
/path/project1
- session project1-1
- session project1-2
- session project1-3
- more project1-session
/path/project2 - session project2-1
- session project2-2
- session project2-3
- more project2-session
This would make it easier for users to identify their projects, and the selection experience would be better.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the session picker and the code that persists session metadata; no files or tests are named in the issue. Trace how blank or unchanged options are currently handled, then define completion as persistent custom names and sessions grouped and sorted by project folder, with existing behavior retained when names are blank.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100