Skip to main content

overrides ipython's backwards search to use fzf

Project description

Add fzf-powered ctrl+r to ipython

Release Notes Downloads Python Versions GitHub CI Status License: MIT

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

demo

Installation

You must have fzf installed for this to work:

# macos
brew install fzf

# linux
apt-get install fzf

I'd also recommend installing bat for syntax highlighting. It's detected and an advanced preview is shown when available.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipython_ctrlr_fzf-0.2.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

ipython_ctrlr_fzf-0.2.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page