1
1
.\"t
2
2
3
- .TH "HLEDGER" "1" "May 2023" "hledger-1.30 " "hledger User Manuals"
3
+ .TH "HLEDGER" "1" "June 2023" "hledger-1.30 " "hledger User Manuals"
4
4
5
5
6
6
@@ -494,15 +494,6 @@ Some reporting options can also be written as query arguments.
494
494
Here are some details useful to know about for hledger command lines
495
495
(and elsewhere).
496
496
Feel free to skip this section until you need it.
497
- .SS Option repetition
498
- .PP
499
- If options are repeated in a command line, hledger will generally use
500
- the last (right-most) occurence.
501
- Some of the boolean flags will toggle if repeated; these include:
502
- \f[V]--invert\f[R], \f[V]--transpose\f[R], \f[V]-r/--related\f[R],
503
- \f[V]-%/--percent\f[R], \f[V]-E/--empty\f[R], \f[V]-N/--no-total\f[R],
504
- \f[V]-T/--row-total\f[R], \f[V]-A/--average\f[R], and
505
- \f[V]-S/--sort-amount\f[R].
506
497
.SS Special characters
507
498
.SS Single escaping (shell metacharacters)
508
499
.PP
@@ -10056,6 +10047,9 @@ the account to transfer to/from can be changed with
10056
10047
.IP \[bu] 2
10057
10048
the accounts to be closed/opened can be changed with \f[V]ACCTQUERY\f[R]
10058
10049
(account query arguments).
10050
+ .IP \[bu] 2
10051
+ the closing/opening dates can be changed with \f[V]-e DATE\f[R] (a
10052
+ report end date)
10059
10053
.PP
10060
10054
By default just one destination/source posting will be used, with its
10061
10055
amount left implicit.
@@ -10075,10 +10069,9 @@ This could be useful for troubleshooting.
10075
10069
.PP
10076
10070
The default closing date is yesterday, or the journal\[aq]s end date,
10077
10071
whichever is later.
10078
- You can change this by specifying a report end date; (The report start
10079
- date does not matter.)
10080
- The last day of the report period will be the closing date; eg
10081
- \f[V]-e 2022\f[R] means \[dq]close on 2022-12-31\[dq].
10072
+ You can change this by specifying a report end date with \f[V]-e\f[R].
10073
+ The last day of the report period will be the closing date, eg
10074
+ \f[V]-e 2024\f[R] means \[dq]close on 2023-12-31\[dq].
10082
10075
The opening date is always the day after the closing date.
10083
10076
.SS close and balance assertions
10084
10077
.PP
@@ -10308,21 +10301,25 @@ Tips:
10308
10301
.PP
10309
10302
Make your terminal window large enough to see the demo clearly.
10310
10303
.PP
10304
+ Use the -s/--speed SPEED option to set your preferred playback speed, eg
10305
+ \f[V]-s4\f[R] to play at 4x original speed or \f[V]-s.5\f[R] to play at
10306
+ half speed.
10307
+ The default speed is 2x.
10308
+ .PP
10309
+ Other asciinema options can be added following a double dash, eg
10310
+ \f[V]-- -i.1\f[R] to limit pauses or \f[V]-- -h\f[R] to list
10311
+ asciinema\[aq]s other options.
10312
+ .PP
10311
10313
During playback, several keys are available: SPACE to pause/unpause, .
10312
10314
to step forward (while paused), CTRL-c quit.
10313
10315
.PP
10314
- asciinema options can be added following a double dash, such as
10315
- \f[V]-s N\f[R] to adjust speed and \f[V]-i SECS\f[R] to limit pauses.
10316
- Run \f[V]asciinema -h\f[R] to list these options.
10317
- .PP
10318
10316
Examples:
10319
10317
.IP
10320
10318
.nf
10321
10319
\f[C]
10322
- $ hledger demo # list available demos
10323
- $ hledger demo 1 # play the first demo
10324
- $ hledger demo install -- -s5 -i.5 # play the install demo at 5x speed,
10325
- # with pauses limited to half a second
10320
+ $ hledger demo # list available demos
10321
+ $ hledger demo 1 # play the first demo at default speed (2x)
10322
+ $ hledger demo install -s4 # play the \[dq]install\[dq] demo at 4x speed
10326
10323
\f[R]
10327
10324
.fi
10328
10325
.SS descriptions
0 commit comments