Quickly navigate to your project directory in the windows terminal, now with fuzzy finding! All you have to do is define where you keep your projects and optionally auto open VS Code.
Run the setup script to get started, then type bloodhound <foldername> (or bh <foldername>).
If you ever want to change the setup options:
- Type
$PROFILEinto the terminal - Open the ps1 file shown in a text editor
- Look for the Bloodhound config section
- Edit the variables (they look like
$VariableName = NULL)
- Type
$PROFILEinto the terminal - Open the ps1 file shown in a text editor
- Look for the Bloodhound config section and delete everything in that section
- Delete the
BloodHound.ps1file in the same folder as the powershell profile file that you just edited
Instructions coming soon!