Guided mode
#771
Replies: 1 comment
-
Been there, done that, got shot down: #318 and built a much better version for personal use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Fabric daily as my primary tool for interacting with various AI models. To streamline terminal usage, I've created a small Go program that acts as a terminal interface for Fabric. One crucial feature I've been missing is the ability to choose a pattern on the fly, eliminating the need to research a good pattern in advance.
To address this, I implemented a fuzzy finder that allows you to select a pattern without manually typing the pattern name.
Check it out here or watch the demo to see how it works.
This project started as a quick hack for my personal use, but I believe it would be beneficial to incorporate a similar feature into the main Fabric project. Perhaps as a command-line switch that enables a "guided mode" for pattern selection.
Beta Was this translation helpful? Give feedback.
All reactions