Added cheatsheet to readme
[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`,
9 etc).
10
11 ## Cheat Sheet
12
13 > 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.
14
15 To start the application in the current directory:
16 ```bash
17 lf
18 ```
19 ### Navigating in lf:
20 | Action    | Command/Key |
21 |-----------|-------------|
22 | quit      | 'q'                |
23 | up        | 'k' or '\<up>'     |
24 | page-up   | '\<pgup>'          |
25 | down      | 'j' or '\<down>'   |
26 | page-down | '\<pgdn>'          |
27 | updir     | 'h' or '\<left>'   |
28 | open      | 'l' or '\<right>'  |
29 | top       | 'gg' and '\<home>' |
30 | bottom    | 'G' and '\<end>'   |
31 |||
32
33 ### For command line options:
34 ```bash
35 lf -help
36 ```
37
38 ### For documentation
39 ```bash
40 lf -doc
41 ```