8000 GitHub - Jomik/fish-fasd: Fisherman plugin for Fish-shell to integrate fasd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fisherman plugin for Fish-shell to integrate fasd

License

Notifications You must be signed in to change notification settings

Jomik/fish-fasd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasd wrapper for fish

Plugin for fish to integrate fasd into efficiency-seeking workflows. Minimal without aliases, you can add aliases and completions for it easily.

Example:

functions/z.fish

function z -d "Change directory to first match"
  fasd_cd -d $argv
end

completions/z.fish

complete -c z -a "(__fasd_print_completion -d)" -f

Prerequisite

You will need fasd.

Install

With fisherman:

$ fisher add jomik/fish-fasd

For more info, check out the complete fasd documentation.

About

Fisherman plugin for Fish-shell to integrate fasd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0