# fzf Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/fzf
> Markdown URL: https://aitinkerers.org/technologies/fzf.md
> Technology record last updated: 2026-05-02T04:16:38Z
> Generated: 2026-09-20T20:36:40Z

fzf is the command-line fuzzy finder: an interactive Unix filter for any list input.

fzf is a general-purpose command-line fuzzy finder, built for speed and portability. It functions as an interactive filter, processing lists from STDIN: files, command history, Git commits, processes, or hostnames. The core strength is its fuzzy matching algorithm, allowing users to quickly locate items by typing partial or out-of-order patterns. Distributed as a single, fast binary, fzf includes robust shell integrations for Bash, Zsh, and Fish, providing key bindings like `Ctrl-T` for file selection and `Ctrl-R` for command history search.

- Official technology site: https://github.com/junegunn/fzf
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Tool Use + Mozilla Blueprints](https://toronto.aitinkerers.org/talks/rsvp_xlgsVBRz7oQ)

Mozilla Blueprints are customizable workflows that help developers build AI applications using open-source tools and models. They are teaming up with Mike and Ty from Tool Use to help more people learn about this great initiative. They put together AI commit, a basic tool to generate strong git commit messages using AI, all local. This Blueprint is a good demonstration for how anyone can build CLI tools quickly and easily.

- Event context: AI Tinkerers Toronto - March 2025 Meetup at Mozilla — 2025-03-27 — Toronto
- Public talk page: https://toronto.aitinkerers.org/talks/rsvp_xlgsVBRz7oQ

## Related Technologies

- [git](https://aitinkerers.org/technologies/git) ([Markdown](https://aitinkerers.org/technologies/git.md)) — 24 public demos
- [Jan](https://aitinkerers.org/technologies/jan) ([Markdown](https://aitinkerers.org/technologies/jan.md)) — 2 public demos
- [Ollama](https://aitinkerers.org/technologies/ollama) ([Markdown](https://aitinkerers.org/technologies/ollama.md)) — 77 public demos
