About
Tabby will generate tab windows powershell tab completions for your command line application. It's incredibly easy to use and setup!
Usage
Let's get setup so you can start tab ing away!
Here's the basic usage of tabby.
Step 1. Setup Your Completer
use Path;
use ;
Step 2. Write Completions
Now, we'll be setting up tabby.config.json. Your tabby configuration will contain the completions that tabby will be able to complete. This should be the same path as your absolute path that you used in the previous step.
Step 3. Write Completions
Phew! We're almost done. Now for 1 final simple step.
Add your executable to PATH through your System Environment Variables.
That's it! We're done. Enjoy your tab completions 🥳.