Skip to content

A zsh command which discovers commands to run in your current directory and presents them in a fuzzy finder.

License

Notifications You must be signed in to change notification settings

ashleytowner/runnable-scripts.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

runnable-scripts.zsh

A command for zsh which discovers runnable commands in the current directory and presents them to you.

It currently finds the following commands:

  • Executable files in the current directory
  • npm / yarn commands
  • makefile targets

It will then present them to you using fzf.

Installation

Source the scripts.zsh file in your .zshrc, then you can run it anywhere with the scripts command.

Dependencies

  • find
  • grep (with extended regex support)
  • jq
  • fzf

About

A zsh command which discovers commands to run in your current directory and presents them in a fuzzy finder.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages