TheSecretJuice

🔍 fzf-enhance

Fuzzy finder with smart presets and interactive previews. Quickly search files, manage processes, and explore command history.

Script file: fzf-enhance.ps1

🆕 Features

🚀 Quick Start

# Main interactive menu
fz

# Direct file search
fzf-file

# Show help
fzf-help

📋 Interactive Menu Options

When you run fz, you get an interactive menu:

1. 📂 File Search (with Preview)

2. ⚙️ Process Killer

3. 📚 Command History

4. 🛠️ Configure Settings

🎯 Quick Commands

Command Usage Description
fz fz [query] Open main interactive menu
fzf-file fzf-file [query] Launch fuzzy file search directly
fzf-help fzf-help Show this help menu

💡 Examples

Searching Files

fz "config"       # Opens fzf with 'config' pre-filled in file search
fzf-file ".ps1"   # Search only for PowerShell scripts

Cleaning Up Processes

fz                # Choose option 2
# Type 'chrome' to find all Chrome processes
# Select the one using too much RAM and press Enter

Re-executing Commands

fz                # Choose option 3
# Search for that long docker command you ran yesterday
# Press Enter to run it again

📋 Requirements


Part of TheSecretJuice 💉 by mini-page