Files
vim-ale/fzf
AJ ONeal 0861ebc8b8 ref(releases.conf): collapse source/owner/repo into single keys
Source type is now inferred from the primary key:
  github_repo = owner/repo   (was source=github + owner + repo)
  git_url = https://...      (was source=gittag + url)
  gitea_repo = owner/repo    (was source=gitea + owner + repo)
  hashicorp_product = name   (was source=hashicorp + product)

One-off dist sources (nodedist, zigdist, etc.) keep the explicit
source= key since they're already one-liners.

Parser still accepts the old format via the default fallback branch.
2026-03-11 01:05:08 -06:00
..
2026-03-08 19:38:49 -06:00
2023-10-17 17:18:47 +00:00

title, homepage, tagline
title homepage tagline
fzf https://github.com/junegunn/fzf fzf is a general-purpose command-line fuzzy finder.

To update or switch versions, run webi fzf@stable (or @v0.23, @beta, etc).

Files

~/.config/envman/PATH.env
~/.local/bin/fzf

Cheat Sheet

It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, logs, etc.

Live filter search results

find . | fzf

Live filter logs

sudo journalctl -u my-app-name  --since '2020-01-01' | fzf
^README | .md$ | .txt$