Add GH_PATH support for GitHub-specific repository organization #71
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.
Summary
GH_PATHenvironment variable support for organizing GitHub repositories in$GH_PATH/<owner>/<repo>structure (e.g.,~/github/tobi/try)Ctrl-Gto toggle between tries and GitHub sourcesChanges
New Feature: GH_PATH Support
When
GH_PATHis set:$GH_PATH/<owner>/<repo>instead of date-prefixed directoriescds into it without re-cloningowner/repoformat (e.g.,toby/try)TUI Enhancements
(Tries + GitHub),(Tries only), or(GitHub only)Delete Safety Validation
TRY_PATHGH_PATHTest Plan
GH_PATH=~/githuband clone a GitHub repo:try clone https://github.com/user/repo~/github/user/repoCtrl-Gto cycle through source filtersowner/repoformatCtrl-D→ typeYESGH_PATH