Skip to content

heydaytime/dev-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf Utilities

A couple of handy personal scripts using fzf to speed up common shell tasks.

Scripts

fzf_SSH.zsh

Quickly SSH into hosts defined in your ~/.ssh/config using fzf.

Features

  • Filters SSH hosts using fzf
  • Immediate connect on selection

Screenshot

image


fzf_cmd.zsh

Run commands or scripts from the ~/.config/scripts/commands/ directory.

Features

  • Displays executable scripts in that directory with fzf
  • Runs the selected script

Directory Structure

~/.config/scripts/
└── commands/
    ├── script1.sh
    ├── script2.sh
    └── ...

About

Some cool scripts that improve my dev productivity significantly!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages