update doc

cc #591
This commit is contained in:
Gokcehan 2021-03-19 14:00:00 +03:00
parent b7aaa23bd0
commit 06bf58851b
3 changed files with 17 additions and 0 deletions

5
doc.go
View File

@ -142,6 +142,7 @@ The following environment variables are exported for shell commands:
fs fs
fx fx
id id
PWD
LF_LEVEL LF_LEVEL
OPENER OPENER
EDITOR EDITOR
@ -703,6 +704,10 @@ Selected file(s) (i.e. 'fs') if there are any selected files, otherwise current
Id of the running client. Id of the running client.
PWD
Present working directory.
LF_LEVEL LF_LEVEL
The value of this variable is set to the current nesting level when you run lf from a shell spawned inside lf. The value of this variable is set to the current nesting level when you run lf from a shell spawned inside lf.

View File

@ -145,6 +145,7 @@ The following environment variables are exported for shell commands:
fs fs
fx fx
id id
PWD
LF_LEVEL LF_LEVEL
OPENER OPENER
EDITOR EDITOR
@ -754,6 +755,10 @@ current file selection (i.e. 'f').
Id of the running client. Id of the running client.
PWD
Present working directory.
LF_LEVEL LF_LEVEL
The value of this variable is set to the current nesting level when you run The value of this variable is set to the current nesting level when you run

7
lf.1
View File

@ -159,6 +159,7 @@ The following environment variables are exported for shell commands:
fs fs
fx fx
id id
PWD
LF_LEVEL LF_LEVEL
OPENER OPENER
EDITOR EDITOR
@ -845,6 +846,12 @@ Selected file(s) (i.e. 'fs') if there are any selected files, otherwise current
.PP .PP
Id of the running client. Id of the running client.
.PP .PP
.EX
PWD
.EE
.PP
Present working directory.
.PP
.EX .EX
LF_LEVEL LF_LEVEL
.EE .EE