try
try copied to clipboard
fresh directories for every vibe
## Summary Fix `bin/try` to properly set `$0` when loading `try.rb`, ensuring gem installation works correctly ## Problem When installed as a gem, `try.rb` uses `$0` to determine its own...
A new release tag needs to be pushed so homebrew can install the latest version. The current version is broken on fish bash but checking the build from main seems...
Output help and version text to STDERR instead of STDOUT. The shell wrapper evals STDOUT on exit 0, so `try --version` was running `eval "try 1.7.1"` which launched the TUI...
Add `head` block to allow installing from main branch: brew install --HEAD tobi/try/try The HEAD build includes lib/tui.rb and lib/fuzzy.rb which are required by the current codebase but not present...
According to https://github.com/tobi/try#quick-start and https://github.com/tobi/try#why-ruby there are no dependencies, but starting `try.rb` shows ``` /home/konfekt/bin/try.rb:6:in `require_relative': cannot load such file -- /home/konfekt/bin/lib/tui (LoadError) from /home/konfekt/bin/try.rb:6:in `' ``` as if now...
## Feature Request: Run Command After Creating Folder Currently, `try` creates new directories but doesn't support running initialization commands. **Proposed Feature**: Add a `--run` flag or similar option to execute...
## Summary - Add `GH_PATH` environment variable support for organizing GitHub repositories in `$GH_PATH//` structure (e.g., `~/github/tobi/try`) - Implement source switching in TUI with `Ctrl-G` to toggle between tries and...
It should create a new worktree for the parent repository. In fact, `git worktree add` does that automatically, so it should just work…
``` Error: Formula reports different checksum: 151778fdd07adac23fb021d2d84bd0756e0d626a97498503da24413bfdd72c28 SHA-256 checksum of downloaded file: a74e17d0c4ed29998d2a07e86872409b9e04eadc15ddb4e2ef1b7731648ba588 ```
This has already been reported and a workaround provided in https://github.com/tobi/try/issues/59 but the actual problem has not been fixed. A couple solutions: 1. Rename the repo to `homebrew-try` in order...