Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 913 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 913 Bytes

fasd

Fasd (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v.

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

Prerequisite

On OS X homebrew has a keg for fasd:

$ brew install fasd

Install

With fisherman

$ fisher install timnew/fasd.fish

Usage

Jump to location directly fasd fuzzy matches keyword, and picks the top one

$ j fasd

Jump to location interactively fasd list all candidates with ranking

$ jj fasd
3	12         /Users/tim.wen/Workspace/fasd/completions
2	31.8616    /Users/tim.wen/Downloads/fasd
1	46.2484    /Users/tim.wen/Workspace/fasd
>

Hope you have a fast swim!