Skip to content

taboulot/fzf-idb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Example usage

Dependencies

on macOS: brew install fzf

on macOS: brew tap facebook/fb && brew install idb-companion && pip3.6 install fb-idb

Installation

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

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

Then add the plugin to your .zshrc

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

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

idb boot ,

or if you change the config like I did

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages