;doc: update manuals

This commit is contained in:
Simon Michael 2022-07-28 17:32:58 +01:00
parent 959bf0d989
commit 06c14ff034
9 changed files with 2144 additions and 2135 deletions

View File

@ -557,9 +557,10 @@ For this to take effect you might need to \f[C]killall Dock\f[R], or
reboot. reboot.
.PP .PP
On Windows computers, the default value is probably On Windows computers, the default value is probably
\f[C]C:\[rs]Users\[rs]MyUserName\[rs].hledger.journal\f[R]. \f[C]C:\[rs]Users\[rs]YOURNAME\[rs].hledger.journal\f[R].
You can change this by running a command like this in a powershell You can change this by running a command like this in a powershell
window: window (let us know if you need to be an Administrator, and if this
persists across a reboot):
.IP .IP
.nf .nf
\f[C] \f[C]
@ -567,8 +568,8 @@ window:
\f[R] \f[R]
.fi .fi
.PP .PP
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see
across a reboot.) https://www.java.com/en/download/help/path.html.
.SH FILES .SH FILES
.PP .PP
Reads data from one or more files in hledger journal, timeclock, Reads data from one or more files in hledger journal, timeclock,

View File

@ -589,13 +589,14 @@ the GUI (eg, Emacs started from a dock icon): In
For this to take effect you might need to 'killall Dock', or reboot. For this to take effect you might need to 'killall Dock', or reboot.
On Windows computers, the default value is probably On Windows computers, the default value is probably
'C:\Users\MyUserName\.hledger.journal'. You can change this by running 'C:\Users\YOURNAME\.hledger.journal'. You can change this by running a
a command like this in a powershell window: command like this in a powershell window (let us know if you need to be
an Administrator, and if this persists across a reboot):
> setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal" > setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal"
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see
across a reboot.) https://www.java.com/en/download/help/path.html.
 
File: hledger-ui.info, Node: FILES, Next: BUGS, Prev: ENVIRONMENT, Up: Top File: hledger-ui.info, Node: FILES, Next: BUGS, Prev: ENVIRONMENT, Up: Top
@ -663,10 +664,10 @@ Node: Watch mode limitations18399
Ref: #watch-mode-limitations18540 Ref: #watch-mode-limitations18540
Node: ENVIRONMENT19676 Node: ENVIRONMENT19676
Ref: #environment19787 Ref: #environment19787
Node: FILES21095 Node: FILES21172
Ref: #files21194 Ref: #files21271
Node: BUGS21407 Node: BUGS21484
Ref: #bugs21484 Ref: #bugs21561
 
End Tag Table End Tag Table

View File

@ -489,23 +489,24 @@ ENVIRONMENT
For this to take effect you might need to killall Dock, or reboot. For this to take effect you might need to killall Dock, or reboot.
On Windows computers, the default value is probably C:\Users\MyUser- On Windows computers, the default value is probably C:\Users\YOUR-
Name\.hledger.journal. You can change this by running a command like NAME\.hledger.journal. You can change this by running a command like
this in a powershell window: this in a powershell window (let us know if you need to be an Adminis-
trator, and if this persists across a reboot):
> setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal" > setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal"
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see https://www.java.com/en/down-
across a reboot.) load/help/path.html.
FILES FILES
Reads data from one or more files in hledger journal, timeclock, time- Reads data from one or more files in hledger journal, timeclock, time-
dot, or CSV format specified with -f, or $LEDGER_FILE, or dot, or CSV format specified with -f, or $LEDGER_FILE, or
$HOME/.hledger.journal (on windows, perhaps $HOME/.hledger.journal (on windows, perhaps
C:/Users/USER/.hledger.journal). C:/Users/USER/.hledger.journal).
BUGS BUGS
The need to precede options with -- when invoked from hledger is awk- The need to precede options with -- when invoked from hledger is awk-
ward. ward.
-f- doesn't work (hledger-ui can't read from stdin). -f- doesn't work (hledger-ui can't read from stdin).
@ -513,13 +514,13 @@ BUGS
-V affects only the accounts screen. -V affects only the accounts screen.
When you press g, the current and all previous screens are regenerated, When you press g, the current and all previous screens are regenerated,
which may cause a noticeable pause with large files. Also there is no which may cause a noticeable pause with large files. Also there is no
visual indication that this is in progress. visual indication that this is in progress.
--watch is not yet fully robust. It works well for normal usage, but --watch is not yet fully robust. It works well for normal usage, but
many file changes in a short time (eg saving the file thousands of many file changes in a short time (eg saving the file thousands of
times with an editor macro) can cause problems at least on OSX. Symp- times with an editor macro) can cause problems at least on OSX. Symp-
toms include: unresponsive UI, periodic resetting of the cursor posi- toms include: unresponsive UI, periodic resetting of the cursor posi-
tion, momentary display of parse errors, high CPU usage eventually sub- tion, momentary display of parse errors, high CPU usage eventually sub-
siding, and possibly a small but persistent build-up of CPU usage until siding, and possibly a small but persistent build-up of CPU usage until
the program is restarted. the program is restarted.
@ -530,7 +531,7 @@ BUGS
REPORTING BUGS REPORTING BUGS
Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel
or hledger mail list) or hledger mail list)

View File

@ -615,9 +615,10 @@ For this to take effect you might need to \f[C]killall Dock\f[R], or
reboot. reboot.
.PP .PP
On Windows computers, the default value is probably On Windows computers, the default value is probably
\f[C]C:\[rs]Users\[rs]MyUserName\[rs].hledger.journal\f[R]. \f[C]C:\[rs]Users\[rs]YOURNAME\[rs].hledger.journal\f[R].
You can change this by running a command like this in a powershell You can change this by running a command like this in a powershell
window: window (let us know if you need to be an Administrator, and if this
persists across a reboot):
.IP .IP
.nf .nf
\f[C] \f[C]
@ -625,8 +626,8 @@ window:
\f[R] \f[R]
.fi .fi
.PP .PP
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see
across a reboot.) https://www.java.com/en/download/help/path.html.
.SH FILES .SH FILES
.PP .PP
Reads data from one or more files in hledger journal, timeclock, Reads data from one or more files in hledger journal, timeclock,

View File

@ -592,13 +592,14 @@ the GUI (eg, Emacs started from a dock icon): In
For this to take effect you might need to 'killall Dock', or reboot. For this to take effect you might need to 'killall Dock', or reboot.
On Windows computers, the default value is probably On Windows computers, the default value is probably
'C:\Users\MyUserName\.hledger.journal'. You can change this by running 'C:\Users\YOURNAME\.hledger.journal'. You can change this by running a
a command like this in a powershell window: command like this in a powershell window (let us know if you need to be
an Administrator, and if this persists across a reboot):
> setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal" > setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal"
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see
across a reboot.) https://www.java.com/en/download/help/path.html.
 
File: hledger-web.info, Node: FILES, Next: BUGS, Prev: ENVIRONMENT, Up: Top File: hledger-web.info, Node: FILES, Next: BUGS, Prev: ENVIRONMENT, Up: Top
@ -643,10 +644,10 @@ Node: JSON API12838
Ref: #json-api12952 Ref: #json-api12952
Node: ENVIRONMENT18442 Node: ENVIRONMENT18442
Ref: #environment18558 Ref: #environment18558
Node: FILES19792 Node: FILES19869
Ref: #files19892 Ref: #files19969
Node: BUGS20105 Node: BUGS20182
Ref: #bugs20183 Ref: #bugs20260
 
End Tag Table End Tag Table

View File

@ -537,23 +537,24 @@ ENVIRONMENT
For this to take effect you might need to killall Dock, or reboot. For this to take effect you might need to killall Dock, or reboot.
On Windows computers, the default value is probably C:\Users\MyUser- On Windows computers, the default value is probably C:\Users\YOUR-
Name\.hledger.journal. You can change this by running a command like NAME\.hledger.journal. You can change this by running a command like
this in a powershell window: this in a powershell window (let us know if you need to be an Adminis-
trator, and if this persists across a reboot):
> setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal" > setx LEDGER_FILE "C:\Users\MyUserName\finance\2021.journal"
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see https://www.java.com/en/down-
across a reboot.) load/help/path.html.
FILES FILES
Reads data from one or more files in hledger journal, timeclock, time- Reads data from one or more files in hledger journal, timeclock, time-
dot, or CSV format specified with -f, or $LEDGER_FILE, or dot, or CSV format specified with -f, or $LEDGER_FILE, or
$HOME/.hledger.journal (on windows, perhaps $HOME/.hledger.journal (on windows, perhaps
C:/Users/USER/.hledger.journal). C:/Users/USER/.hledger.journal).
BUGS BUGS
The need to precede options with -- when invoked from hledger is awk- The need to precede options with -- when invoked from hledger is awk-
ward. ward.
-f- doesn't work (hledger-web can't read from stdin). -f- doesn't work (hledger-web can't read from stdin).
@ -567,7 +568,7 @@ BUGS
REPORTING BUGS REPORTING BUGS
Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel Report bugs at http://bugs.hledger.org (or on the #hledger IRC channel
or hledger mail list) or hledger mail list)

View File

@ -543,9 +543,10 @@ For this to take effect you might need to \f[C]killall Dock\f[R], or
reboot. reboot.
.PP .PP
On Windows computers, the default value is probably On Windows computers, the default value is probably
\f[C]C:\[rs]Users\[rs]MyUserName\[rs].hledger.journal\f[R]. \f[C]C:\[rs]Users\[rs]YOURNAME\[rs].hledger.journal\f[R].
You can change this by running a command like this in a powershell You can change this by running a command like this in a powershell
window: window (let us know if you need to be an Administrator, and if this
persists across a reboot):
.IP .IP
.nf .nf
\f[C] \f[C]
@ -553,8 +554,8 @@ window:
\f[R] \f[R]
.fi .fi
.PP .PP
(Let us know if you need to be an Administrator, and if this persists Or, change it in settings: see
across a reboot.) https://www.java.com/en/download/help/path.html.
.PP .PP
\f[B]COLUMNS\f[R] The screen width used by the register command. \f[B]COLUMNS\f[R] The screen width used by the register command.
Default: the full terminal width. Default: the full terminal width.
@ -566,7 +567,8 @@ This is overriden by the --color/--colour option.
.PP .PP
hledger reads transactions from one or more data files. hledger reads transactions from one or more data files.
The default data file is \f[C]$HOME/.hledger.journal\f[R] (or on The default data file is \f[C]$HOME/.hledger.journal\f[R] (or on
Windows, something like \f[C]C:/Users/USER/.hledger.journal\f[R]). Windows, something like
\f[C]C:\[rs]Users\[rs]YOURNAME\[rs].hledger.journal\f[R]).
.PP .PP
You can override this with the \f[C]$LEDGER_FILE\f[R] environment You can override this with the \f[C]$LEDGER_FILE\f[R] environment
variable: variable:
@ -11027,7 +11029,7 @@ In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger
add. add.
.PP .PP
Not all of Ledger\[aq]s journal file syntax is supported. Not all of Ledger\[aq]s journal file syntax is supported.
See file format differences. See hledger and Ledger > Differences > journal format.
.PP .PP
On large data files, hledger is slower and uses more memory than Ledger. On large data files, hledger is slower and uses more memory than Ledger.
.SH TROUBLESHOOTING .SH TROUBLESHOOTING

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff