A couple of handy personal scripts using fzf
to speed up common shell tasks.
Quickly SSH into hosts defined in your ~/.ssh/config
using fzf
.
- Filters SSH hosts using
fzf
- Immediate connect on selection
Run commands or scripts from the ~/.config/scripts/commands/
directory.
- Displays executable scripts in that directory with
fzf
- Runs the selected script
~/.config/scripts/
└── commands/
├── script1.sh
├── script2.sh
└── ...