Files
vim-ale/lf
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

title, homepage, tagline
title homepage tagline
lf https://github.com/gokcehan/lf lf: terminal file manager written in Go

To update or switch versions, run webi lf@stable (or @v2, @beta, etc).

Cheat Sheet

lf (as in "list files") is a terminal file manager written in Go. It is heavily inspired by ranger with some missing and extra features.

To start the application in the current directory:

lf

Navigating in lf:

Action Command/Key
quit 'q'
up 'k' or '<up>'
page-up '<pgup>'
down 'j' or '<down>'
page-down '<pgdn>'
updir 'h' or '<left>'
open 'l' or '<right>'
top 'gg' and '<home>'
bottom 'G' and '<end>'

For command line options:

lf --help

For documentation

lf --doc