Skip to content

iloveitaly/ipython-ctrlr-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add fzf-powered ctrl+r to ipython

Add fzf-powered ctrl+r to ipython. It's nice.

Installation

You must have fzf installed for this to work:

# macos
brew install fzf

# linux
apt-get install fzf

Then, install the extension:

pip install ipython-ctrlr-fzf

And in ipython, load the extension:

%load_ext ipython_ctrlr_fzf

Alternatively, you can add the output of the following to your ipython_config.py:

python -m ipython_ctrlr_fzf

Inspiration

TODO

  • understand when prompt toolkit is not used in ipython