forked fromfishgretel/fasd
- Notifications
You must be signed in to change notification settings - Fork0
Fisherman plugin for Fish-shell to integrate fasd
License
NotificationsYou must be signed in to change notification settings
adityavm/fasd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Plugin forfish to integratefasd into efficiency-seeking workflows.
You will needfasd. On macOS, install throughhomebrew:
$ brew install fasd
Withfisherman:
$ fisher add fishgretel/fasd
Installing the plugin will enable the following functions (same as fasd's bash aliases):
alias a="fasd -a"# anyalias s="fasd -si"# show / search / selectalias d="fasd -d"# directoryalias f="fasd -f"# filealias sd="fasd -sid"# interactive directory selectionalias sf="fasd -sif"# interactive file selectionalias z="fasd_cd -d"# cd, same functionality as j in autojumpalias zz="fasd_cd -d -i"# cd with interactive selection
Let's try one out:
$ a fish4 /Users/tom/.dotfiles/.config/fish51.5272 /Users/tom/.config/fish64.5534 /Users/tom/.config/fisherman
For more info, check out the completefasd documentation.