Add try do command to graduate tries to permanent projects#97
Open
Add try do command to graduate tries to permanent projects#97
try do command to graduate tries to permanent projects#97Conversation
Owner
|
Really like this! what i'd like to see is that we leave a symlink behind, and then in the UX show symlinks as graduated or ⭐ metadata |
Moves current try directory to ~/Work (TRY_DO_PATH), strips the date prefix for a clean name, and ensures git is initialized. Leaves a symlink behind so graduated tries still appear in the TUI with a ⭐.
Author
@tobi thanks for the feedback. I've updated.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.