-
Notifications
You must be signed in to change notification settings - Fork 125
Description
Hi,
I really like try. I often live inside Raycast, so I built a Raycast extension that reproduces the core behavior of try (fuzzy search of experiment directories, date‑prefixed names, time‑aware sorting, etc.), so I can use the same workflow directly from the launcher.
The logic is essentially a reimplementation of your tool for the Raycast environment. I’ve kept the MIT license and credited tobi/try in the README and in the extension description.
Right now the code is on GitHub:
I’ve also opened a PR to add this extension to the Raycast extensions (so it can be installed from Raycast). If you’d prefer that this not be published, or if you have any concerns about how I’ve reused the idea/logic, I’m very happy to change things or close the PR.
Thanks again for building try – it really fits how my brain works, and it inspired this extension.