Add try do command to graduate tries to permanent projects
#97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

We've all been there. You start a quick experiment, and three days later it's actually... good? It works. It has tests. It deserves a real name and a real home.
But it's sitting in
~/src/tries/2025-08-17-redis-pooland you're too deep in flow to deal with the ceremony of moving it, renaming it, making sure git is set up.So it stays in tries. Forever. Alongside 200 other directories. Some brilliant, some abandoned, all indistinguishable.
try dois the graduation ceremony.Date prefix stripped. Clean name proposed. One enter and it's moved to
~/Workwith git ready to go.A symlink stays behind, so graduated tries still show up in the TUI — marked with ⭐ instead of 📁. Your experiments list becomes a record of everything you tried, and which ones made it.
Works from subdirectories. Preserves everything — git history, remotes, uncommitted work.
TRY_DO_PATHconfigures where graduated projects land.No new dependencies. 23 tests. Docs updated.