Skip to content

pierpo/fzf-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7db744 ยท Apr 12, 2019

History

1 Commit
Apr 12, 2019
Apr 12, 2019
Apr 12, 2019

Repository files navigation

Example usage

Dependencies

on macOS: brew install fzf

on macOS: brew install jq

Installation

Clone the repo in .oh-my-zsh/plugins/fzf-yarn

git clone https://github.com/pierpo/fzf-yarn ~/.oh-my-zsh/plugins/fzf-yarn

Then add the plugin to your .zshrc

# In your .zshrc
plugins=(... fzf-yarn ...)

Usage

If you don't like the ** prefix (which is a fzf thing), you may change it in your zshrc:

export FZF_COMPLETION_TRIGGER='**'

I personally put , instead ๐Ÿ˜‰

Scripts list

yarn **<TAB>

or if you change the config like I did

# If you change the fzf completion trigger to ','
yarn ,<TAB>

About

Yarn script completion using fzf ๐ŸŒธ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages