--- title: lf homepage: https://github.com/gokcehan/lf tagline: | 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: ```sh lf ``` ### Navigating in lf: | Action | Command/Key | | --------- | ------------------ | | quit | 'q' | | up | 'k' or '\' | | page-up | '\' | | down | 'j' or '\' | | page-down | '\' | | updir | 'h' or '\' | | open | 'l' or '\' | | top | 'gg' and '\' | | bottom | 'G' and '\' | | | | ### For command line options: ```sh lf --help ``` ### For documentation ```sh lf --doc ```