ui: doc: a key runs add

This commit is contained in:
Simon Michael 2016-06-09 09:56:36 -07:00
parent a6d859c273
commit a70eca8e01
4 changed files with 73 additions and 62 deletions

View File

@ -226,9 +226,13 @@ goes deeper, \f[C]left\f[] returns to the previous screen,
\f[C]up\f[]/\f[C]down\f[]/\f[C]page\ up\f[]/\f[C]page\ down\f[]/\f[C]home\f[]/\f[C]end\f[]
move up and down through lists.
.PP
\f[C]g\f[] gets the latest data and refreshes the current screen and any
previous screens.
(With large journal files, there can be a noticeable pause.)
\f[C]g\f[] reloads from the data file(s) and updates the current screen
and any previous screens.
(With large files, there can be a noticeable pause.)
.PP
\f[C]a\f[] runs command\-line hledger\[aq]s add command, and reloads
hledger\-ui.
This allows some basic data entry.
.PP
\f[C]/\f[] lets you set or change the filter query, which limits the
data shown on most screens (in addition to the quick filters described

View File

@ -157,10 +157,13 @@ Generally the cursor keys navigate; `right' (or `enter') goes deeper,
`left' returns to the previous screen, `up'/`down'/`page up'/`page
down'/`home'/`end' move up and down through lists.
`g' gets the latest data and refreshes the current screen and any
previous screens. (With large journal files, there can be a noticeable
`g' reloads from the data file(s) and updates the current screen and
any previous screens. (With large files, there can be a noticeable
pause.)
`a' runs command-line hledger's add command, and reloads hledger-ui.
This allows some basic data entry.
`/' lets you set or change the filter query, which limits the data
shown on most screens (in addition to the quick filters described
below). While editing the query you can use typical command-line edit
@ -317,15 +320,15 @@ Node: OPTIONS714
Ref: #options813
Node: KEYS3689
Ref: #keys3786
Node: SCREENS4619
Ref: #screens4706
Node: Accounts screen4796
Ref: #accounts-screen4926
Node: Register screen6030
Ref: #register-screen6187
Node: Transaction screen7940
Ref: #transaction-screen8100
Node: Error screen8967
Ref: #error-screen9091
Node: SCREENS4726
Ref: #screens4813
Node: Accounts screen4903
Ref: #accounts-screen5033
Node: Register screen6137
Ref: #register-screen6294
Node: Transaction screen8047
Ref: #transaction-screen8207
Node: Error screen9074
Ref: #error-screen9198

End Tag Table

View File

@ -87,9 +87,11 @@ _reportingoptions_
Generally the cursor keys navigate; `right` (or `enter`) goes deeper, `left` returns to the previous screen,
`up`/`down`/`page up`/`page down`/`home`/`end` move up and down through lists.
`g` gets the latest data and refreshes the current screen and any
previous screens. (With large journal files, there can be a noticeable
pause.)
`g` reloads from the data file(s) and updates the current screen and any
previous screens. (With large files, there can be a noticeable pause.)
`a` runs command-line hledger's add command, and reloads hledger-ui.
This allows some basic data entry.
`/` lets you set or change the [filter query](/hledger.html#queries),
which limits the data shown on most screens (in addition to the quick

View File

@ -149,9 +149,11 @@ KKEEYYSS
returns to the previous screen, up/down/page up/page down/home/end move
up and down through lists.
g gets the latest data and refreshes the current screen and any previ-
ous screens. (With large journal files, there can be a noticeable
pause.)
g reloads from the data file(s) and updates the current screen and any
previous screens. (With large files, there can be a noticeable pause.)
a runs command-line hledger's add command, and reloads hledger-ui.
This allows some basic data entry.
/ lets you set or change the filter query, which limits the data shown
on most screens (in addition to the quick filters described below).