Skip to content

adityavm/fasd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasd (plugin for fish)

Plugin for fish to integrate fasd into efficiency-seeking workflows.

Prerequisite

You will need fasd. On macOS, install through homebrew:

$ brew install fasd

Install

With fisherman:

$ fisher add fishgretel/fasd

Usage

Installing the plugin will enable the following functions (same as fasd's bash aliases):

alias a="fasd -a"        # any
alias s="fasd -si"       # show / search / select
alias d="fasd -d"        # directory
alias f="fasd -f"        # file
alias sd="fasd -sid"     # interactive directory selection
alias sf="fasd -sif"     # interactive file selection
alias z="fasd_cd -d"     # cd, same functionality as j in autojump
alias zz="fasd_cd -d -i" # cd with interactive selection

Let's try one out:

$ a fish
4          /Users/tom/.dotfiles/.config/fish
51.5272    /Users/tom/.config/fish
64.5534    /Users/tom/.config/fisherman

For more info, check out the complete fasd documentation.

About

Fisherman plugin for Fish-shell to integrate fasd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%