refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / lf / README.md
1 ---
2 title: lf
3 homepage: https://github.com/gokcehan/lf
4 tagline: |
5   lf: terminal file manager written in Go
6 ---
7
8 To update or switch versions, run `webi lf@stable` (or `@v2`, `@beta`, etc).
9
10 ## Cheat Sheet
11
12 > lf (as in "list files") is a terminal file manager written in Go. It is
13 > heavily inspired by ranger with some missing and extra features.
14
15 To start the application in the current directory:
16
17 ```bash
18 lf
19 ```
20
21 ### Navigating in lf:
22
23 | Action    | Command/Key        |
24 | --------- | ------------------ |
25 | quit      | 'q'                |
26 | up        | 'k' or '\<up>'     |
27 | page-up   | '\<pgup>'          |
28 | down      | 'j' or '\<down>'   |
29 | page-down | '\<pgdn>'          |
30 | updir     | 'h' or '\<left>'   |
31 | open      | 'l' or '\<right>'  |
32 | top       | 'gg' and '\<home>' |
33 | bottom    | 'G' and '\<end>'   |
34 |           |                    |
35
36 ### For command line options:
37
38 ```bash
39 lf --help
40 ```
41
42 ### For documentation
43
44 ```bash
45 lf --doc
46 ```