Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.03 KB

Example usage

Dependencies

on macOS: brew install fzf

on macOS: You have to setup Android SDK following this doc

Installation

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

git clone https://github.com/taboulot/fzf-emulator ~/.oh-my-zsh/plugins/fzf-emulator

Then add the plugin to your .zshrc

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

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

emulator ,

or if you change the config like I did

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