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[] \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. move up and down through lists.
.PP .PP
\f[C]g\f[] gets the latest data and refreshes the current screen and any \f[C]g\f[] reloads from the data file(s) and updates the current screen
previous screens. and any previous screens.
(With large journal files, there can be a noticeable pause.) (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 .PP
\f[C]/\f[] lets you set or change the filter query, which limits the \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 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 `left' returns to the previous screen, `up'/`down'/`page up'/`page
down'/`home'/`end' move up and down through lists. down'/`home'/`end' move up and down through lists.
`g' gets the latest data and refreshes the current screen and any `g' reloads from the data file(s) and updates the current screen and
previous screens. (With large journal files, there can be a noticeable any previous screens. (With large files, there can be a noticeable
pause.) 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 `/' lets you set or change the filter query, which limits the data
shown on most screens (in addition to the quick filters described shown on most screens (in addition to the quick filters described
below). While editing the query you can use typical command-line edit below). While editing the query you can use typical command-line edit
@ -317,15 +320,15 @@ Node: OPTIONS714
Ref: #options813 Ref: #options813
Node: KEYS3689 Node: KEYS3689
Ref: #keys3786 Ref: #keys3786
Node: SCREENS4619 Node: SCREENS4726
Ref: #screens4706 Ref: #screens4813
Node: Accounts screen4796 Node: Accounts screen4903
Ref: #accounts-screen4926 Ref: #accounts-screen5033
Node: Register screen6030 Node: Register screen6137
Ref: #register-screen6187 Ref: #register-screen6294
Node: Transaction screen7940 Node: Transaction screen8047
Ref: #transaction-screen8100 Ref: #transaction-screen8207
Node: Error screen8967 Node: Error screen9074
Ref: #error-screen9091 Ref: #error-screen9198
 
End Tag Table 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, 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. `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 `g` reloads from the data file(s) and updates the current screen and any
previous screens. (With large journal files, there can be a noticeable previous screens. (With large files, there can be a noticeable pause.)
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), `/` lets you set or change the [filter query](/hledger.html#queries),
which limits the data shown on most screens (in addition to the quick 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 returns to the previous screen, up/down/page up/page down/home/end move
up and down through lists. up and down through lists.
g gets the latest data and refreshes the current screen and any previ- g reloads from the data file(s) and updates the current screen and any
ous screens. (With large journal files, there can be a noticeable previous screens. (With large files, there can be a noticeable pause.)
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 / lets you set or change the filter query, which limits the data shown
on most screens (in addition to the quick filters described below). on most screens (in addition to the quick filters described below).