{"id":15014501,"url":"https://github.com/iloveitaly/ipython-ctrlr-fzf","last_synced_at":"2025-04-09T19:23:22.984Z","repository":{"id":210476451,"uuid":"726657420","full_name":"iloveitaly/ipython-ctrlr-fzf","owner":"iloveitaly","description":"overrides ipython's backwards search to use fzf","archived":false,"fork":false,"pushed_at":"2024-04-01T14:32:47.000Z","size":664,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T19:47:57.747Z","etag":null,"topics":["fzf","ipython","ipython-extension"],"latest_commit_sha":null,"homepage":"https://github.com/iloveitaly/ipython-ctrlr-fzf","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iloveitaly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-03T01:28:45.000Z","updated_at":"2024-06-08T07:37:03.867Z","dependencies_parsed_at":"2024-01-06T18:24:39.470Z","dependency_job_id":"4e34ef96-e5bf-41e3-b01c-c085297cdd91","html_url":"https://github.com/iloveitaly/ipython-ctrlr-fzf","commit_stats":null,"previous_names":["iloveitaly/ipython-ctrlr-fzf"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fipython-ctrlr-fzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fipython-ctrlr-fzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fipython-ctrlr-fzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fipython-ctrlr-fzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iloveitaly","download_url":"https://codeload.github.com/iloveitaly/ipython-ctrlr-fzf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248095930,"owners_count":21046943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fzf","ipython","ipython-extension"],"created_at":"2024-09-24T19:45:42.468Z","updated_at":"2025-04-09T19:23:22.959Z","avatar_url":"https://github.com/iloveitaly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add fzf-powered ctrl+r to ipython\n[![Release Notes](https://img.shields.io/github/release/iloveitaly/ipython-ctrlr-fzf)](https://github.com/iloveitaly/ipython-ctrlr-fzf/releases) [![Downloads](https://static.pepy.tech/badge/ipython-ctrlr-fzf/month)](https://pepy.tech/project/ipython-ctrlr-fzf) [![Python Versions](https://img.shields.io/pypi/pyversions/ipython-ctrlr-fzf)](https://pypi.org/project/ipython-ctrlr-fzf) ![GitHub CI Status](https://github.com/iloveitaly/ipython-ctrlr-fzf/actions/workflows/build_and_publish.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nAdd fzf-powered ctrl+r to ipython. It's nice.\n\n![demo](./demo.gif)\n\n## Installation\n\nYou must have fzf installed for this to work:\n\n```bash\n# macos\nbrew install fzf\n\n# linux\napt-get install fzf\n```\n\nI'd also recommend installing [bat](https://github.com/sharkdp/bat) for syntax highlighting. It's detected and an advanced preview is shown when available.\n\nThen, install the extension:\n\n```bash\npip install ipython-ctrlr-fzf\n```\n\nAnd in ipython, load the extension:\n\n```shell\n%load_ext ipython_ctrlr_fzf\n```\n\nAlternatively, you can add the output of the following to your `ipython_config.py`:\n\n```shell\npython -m ipython_ctrlr_fzf\n```\n\n## Inspiration\n\n* \u003chttps://stackoverflow.com/questions/48203949/backward-search-in-ipython-via-fzf\u003e\n* \u003chttps://github.com/anntzer/ipython-autoimport\u003e\n\n## TODO\n\n- [ ] understand when prompt toolkit is not used in ipython\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fipython-ctrlr-fzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filoveitaly%2Fipython-ctrlr-fzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fipython-ctrlr-fzf/lists"}