@@ -18,8 +18,8 @@ plain text accounting app.
1818or
1919'hledger ui [OPTS] [QUERYARGS]'
2020
21- This manual is for hledger's terminal interface, version 1.51.99.
22- See also the hledger manual for common concepts and file formats.
21+ This manual is for hledger's terminal interface, version 1.52. See
22+ also the hledger manual for common concepts and file formats.
2323
2424 hledger is a robust, user-friendly, cross-platform set of programs
2525for tracking money, time, or any other commodity, using double-entry
@@ -66,8 +66,8 @@ hledger-ui provides the following options:
6666Flags:
6767 -w --watch watch for data and date changes and reload
6868 automatically
69- --theme=THEME use this custom display theme (default ,
70- greenterm , terminal, dark )
69+ --theme=THEME use this custom display theme (light ,
70+ dark , terminal, greenterm )
7171 --cash start in the cash accounts screen
7272 --bs start in the balance sheet accounts screen
7373 --is start in the income statement accounts screen
@@ -199,9 +199,9 @@ most screens:
199199
200200 The cursor keys navigate: 'RIGHT' or 'ENTER' goes deeper, 'LEFT'
201201returns to the previous screen, 'UP'/'DOWN'/'PGUP'/'PGDN'/'HOME'/'END'
202- move up and down through lists. Emacs-style
203- ('CTRL-p'/'CTRL-n'/'CTRL-f'/'CTRL-b') and VI-style ('k','j','l','h')
204- movement keys are also supported.
202+ move up and down through lists. 'J'/'K' jump down/up 10 items at a
203+ time. Emacs-style ('CTRL-p'/'CTRL-n'/'CTRL-f'/'CTRL-b') and VI-style
204+ ('k','j','l','h') movement keys are also supported.
205205
206206 (Tip: movement speed is limited by your keyboard repeat rate, to move
207207faster you may want to adjust it. On a mac, the Karabiner app is one
@@ -555,22 +555,22 @@ with the UI unresponsive.
555555
556556Tag Table:
557557Node: Top221
558- Node: OPTIONS1869
559- Node: MOUSE8755
560- Node: KEYS9087
561- Node: SCREENS14229
562- Node: Menu screen14969
563- Node: Cash accounts screen15285
564- Node: Balance sheet accounts screen15646
565- Node: Income statement accounts screen15982
566- Node: All accounts screen16367
567- Node: Register screen16730
568- Node: Transaction screen19173
569- Node: Error screen20353
570- Node: WATCH MODE20719
571- Node: --watch problems21617
572- Node: ENVIRONMENT22864
573- Node: BUGS23097
558+ Node: OPTIONS1867
559+ Node: MOUSE8751
560+ Node: KEYS9083
561+ Node: SCREENS14267
562+ Node: Menu screen15007
563+ Node: Cash accounts screen15323
564+ Node: Balance sheet accounts screen15684
565+ Node: Income statement accounts screen16020
566+ Node: All accounts screen16405
567+ Node: Register screen16768
568+ Node: Transaction screen19211
569+ Node: Error screen20391
570+ Node: WATCH MODE20757
571+ Node: --watch problems21655
572+ Node: ENVIRONMENT22902
573+ Node: BUGS23135
574574
575575End Tag Table
576576
0 commit comments