update embedded manuals

This commit is contained in:
Simon Michael 2017-10-31 12:38:37 -07:00
parent a3fa09b604
commit 676eb6e1a2
14 changed files with 547 additions and 558 deletions

View File

@ -1,4 +1,4 @@
This is hledger-api.1.info, produced by makeinfo version 6.0 from stdin. This is hledger-api.1.info, produced by makeinfo version 6.1 from stdin.
 
File: hledger-api.1.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-api.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger_csv.5.info, produced by makeinfo version 6.0 from stdin. This is hledger_csv.5.info, produced by makeinfo version 6.1 from stdin.
 
File: hledger_csv.5.info, Node: Top, Next: CSV RULES, Up: (dir) File: hledger_csv.5.info, Node: Top, Next: CSV RULES, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger_journal.5.info, produced by makeinfo version 6.0 from This is hledger_journal.5.info, produced by makeinfo version 6.1 from
stdin. stdin.
 

View File

@ -181,7 +181,6 @@ FILE FORMAT
description or posting account name, separated from it by a space, description or posting account name, separated from it by a space,
indicating one of three statuses: indicating one of three statuses:
mark status mark status
------------------ ------------------
unmarked unmarked
@ -207,7 +206,6 @@ FILE FORMAT
What "uncleared", "pending", and "cleared" actually mean is up to you. What "uncleared", "pending", and "cleared" actually mean is up to you.
Here's one suggestion: Here's one suggestion:
status meaning status meaning
-------------------------------------------------------------------------- --------------------------------------------------------------------------
uncleared recorded but not yet reconciled; needs review uncleared recorded but not yet reconciled; needs review
@ -805,7 +803,6 @@ EDITOR SUPPORT
These were written with Ledger in mind, but also work with hledger These were written with Ledger in mind, but also work with hledger
files: files:
Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html
Vim https://github.com/ledger/ledger/wiki/Get- Vim https://github.com/ledger/ledger/wiki/Get-
ting-started ting-started
@ -815,8 +812,6 @@ EDITOR SUPPORT
Mate-2 Mate-2
Text Wrangler https://github.com/ledger/ledger/wiki/Edit- Text Wrangler https://github.com/ledger/ledger/wiki/Edit-
ing-Ledger-files-with-TextWrangler ing-Ledger-files-with-TextWrangler
Visual Studio https://marketplace.visualstudio.com/items?item- Visual Studio https://marketplace.visualstudio.com/items?item-
Code Name=mark-hansen.hledger-vscode Code Name=mark-hansen.hledger-vscode

View File

@ -1,4 +1,4 @@
This is hledger_timeclock.5.info, produced by makeinfo version 6.0 from This is hledger_timeclock.5.info, produced by makeinfo version 6.1 from
stdin. stdin.
 

View File

@ -1,4 +1,4 @@
This is hledger_timedot.5.info, produced by makeinfo version 6.0 from This is hledger_timedot.5.info, produced by makeinfo version 6.1 from
stdin. stdin.
 

View File

@ -1,4 +1,4 @@
This is hledger-ui.1.info, produced by makeinfo version 6.0 from stdin. This is hledger-ui.1.info, produced by makeinfo version 6.1 from stdin.
 
File: hledger-ui.1.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-ui.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger-web.1.info, produced by makeinfo version 6.0 from stdin. This is hledger-web.1.info, produced by makeinfo version 6.1 from stdin.
 
File: hledger-web.1.info, Node: Top, Next: OPTIONS, Up: (dir) File: hledger-web.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -319,12 +319,14 @@ Or, you can run the addon executable directly:
.PP .PP
Most hledger commands accept arguments after the command name, which are Most hledger commands accept arguments after the command name, which are
often a query, filtering the data in some way. often a query, filtering the data in some way.
.SS Argument expansion .SS Argument files
.PP .PP
You can save a set of command line options/arguments in a file, one per You can save a set of command line options/arguments in a file, one per
line, and then reuse them by writing \f[C]\@FILE\f[] in a command line. line, and then reuse them by writing \f[C]\@FILENAME\f[] in a command
(To prevent this expansion of \f[C]\@\f[]\-arguments, precede them with line.
a \f[C]\-\-\f[] argument.) To prevent this expansion of \f[C]\@\f[]\-arguments, precede them with a
\f[C]\-\-\f[] argument.
For more, see Save frequently used options.
.SS Special characters .SS Special characters
.PP .PP
Option and argument values which contain problematic characters should Option and argument values which contain problematic characters should

View File

@ -1,4 +1,4 @@
This is hledger.1.info, produced by makeinfo version 6.0 from stdin. This is hledger.1.info, produced by makeinfo version 6.1 from stdin.
 
File: hledger.1.info, Node: Top, Next: EXAMPLES, Up: (dir) File: hledger.1.info, Node: Top, Next: EXAMPLES, Up: (dir)
@ -118,7 +118,7 @@ File: hledger.1.info, Node: OPTIONS, Next: QUERIES, Prev: EXAMPLES, Up: Top
* General options:: * General options::
* Command options:: * Command options::
* Command arguments:: * Command arguments::
* Argument expansion:: * Argument files::
* Special characters:: * Special characters::
* Input files:: * Input files::
* Smart dates:: * Smart dates::
@ -254,7 +254,7 @@ options after a double-hyphen, eg: 'hledger ui -- --watch'. Or, you can
run the addon executable directly: 'hledger-ui --watch'. run the addon executable directly: 'hledger-ui --watch'.
 
File: hledger.1.info, Node: Command arguments, Next: Argument expansion, Prev: Command options, Up: OPTIONS File: hledger.1.info, Node: Command arguments, Next: Argument files, Prev: Command options, Up: OPTIONS
2.3 Command arguments 2.3 Command arguments
===================== =====================
@ -263,18 +263,18 @@ Most hledger commands accept arguments after the command name, which are
often a query, filtering the data in some way. often a query, filtering the data in some way.
 
File: hledger.1.info, Node: Argument expansion, Next: Special characters, Prev: Command arguments, Up: OPTIONS File: hledger.1.info, Node: Argument files, Next: Special characters, Prev: Command arguments, Up: OPTIONS
2.4 Argument expansion 2.4 Argument files
====================== ==================
You can save a set of command line options/arguments in a file, one per You can save a set of command line options/arguments in a file, one per
line, and then reuse them by writing '@FILE' in a command line. (To line, and then reuse them by writing '@FILENAME' in a command line. To
prevent this expansion of '@'-arguments, precede them with a '--' prevent this expansion of '@'-arguments, precede them with a '--'
argument.) argument. For more, see Save frequently used options.
 
File: hledger.1.info, Node: Special characters, Next: Input files, Prev: Argument expansion, Up: OPTIONS File: hledger.1.info, Node: Special characters, Next: Input files, Prev: Argument files, Up: OPTIONS
2.5 Special characters 2.5 Special characters
====================== ======================
@ -2222,129 +2222,129 @@ Node: EXAMPLES1886
Ref: #examples1988 Ref: #examples1988
Node: OPTIONS3634 Node: OPTIONS3634
Ref: #options3738 Ref: #options3738
Node: General options4042 Node: General options4038
Ref: #general-options4169 Ref: #general-options4165
Node: Command options6488 Node: Command options6484
Ref: #command-options6641 Ref: #command-options6637
Node: Command arguments7039 Node: Command arguments7035
Ref: #command-arguments7199 Ref: #command-arguments7191
Node: Argument expansion7320 Node: Argument files7312
Ref: #argument-expansion7485 Ref: #argument-files7465
Node: Special characters7704 Node: Special characters7731
Ref: #special-characters7863 Ref: #special-characters7886
Node: Input files9282 Node: Input files9305
Ref: #input-files9420 Ref: #input-files9443
Node: Smart dates11383 Node: Smart dates11406
Ref: #smart-dates11526 Ref: #smart-dates11549
Node: Report start & end date12505 Node: Report start & end date12528
Ref: #report-start-end-date12677 Ref: #report-start-end-date12700
Node: Report intervals13743 Node: Report intervals13766
Ref: #report-intervals13908 Ref: #report-intervals13931
Node: Period expressions14309 Node: Period expressions14332
Ref: #period-expressions14471 Ref: #period-expressions14494
Node: Depth limiting16811 Node: Depth limiting16834
Ref: #depth-limiting16957 Ref: #depth-limiting16980
Node: Pivoting17299 Node: Pivoting17322
Ref: #pivoting17419 Ref: #pivoting17442
Node: Cost19095 Node: Cost19118
Ref: #cost19205 Ref: #cost19228
Node: Market value19323 Node: Market value19346
Ref: #market-value19460 Ref: #market-value19483
Node: Regular expressions20760 Node: Regular expressions20783
Ref: #regular-expressions20898 Ref: #regular-expressions20921
Node: QUERIES22259 Node: QUERIES22282
Ref: #queries22363 Ref: #queries22386
Node: COMMANDS26330 Node: COMMANDS26353
Ref: #commands26444 Ref: #commands26467
Node: accounts27427 Node: accounts27450
Ref: #accounts27527 Ref: #accounts27550
Node: activity28520 Node: activity28543
Ref: #activity28632 Ref: #activity28655
Node: add28991 Node: add29014
Ref: #add29092 Ref: #add29115
Node: balance31750 Node: balance31773
Ref: #balance31863 Ref: #balance31886
Node: Flat mode35020 Node: Flat mode35043
Ref: #flat-mode35147 Ref: #flat-mode35170
Node: Depth limited balance reports35567 Node: Depth limited balance reports35590
Ref: #depth-limited-balance-reports35770 Ref: #depth-limited-balance-reports35793
Node: Multicolumn balance reports36190 Node: Multicolumn balance reports36213
Ref: #multicolumn-balance-reports36401 Ref: #multicolumn-balance-reports36424
Node: Custom balance output41049 Node: Custom balance output41072
Ref: #custom-balance-output41233 Ref: #custom-balance-output41256
Node: Colour support43326 Node: Colour support43349
Ref: #colour-support43487 Ref: #colour-support43510
Node: Output destination43660 Node: Output destination43683
Ref: #output-destination43818 Ref: #output-destination43841
Node: CSV output44088 Node: CSV output44111
Ref: #csv-output44207 Ref: #csv-output44230
Node: balancesheet44604 Node: balancesheet44627
Ref: #balancesheet44742 Ref: #balancesheet44765
Node: balancesheetequity46710 Node: balancesheetequity46733
Ref: #balancesheetequity46861 Ref: #balancesheetequity46884
Node: cashflow47650 Node: cashflow47673
Ref: #cashflow47780 Ref: #cashflow47803
Node: check-dates49692 Node: check-dates49715
Ref: #check-dates49821 Ref: #check-dates49844
Node: check-dupes49938 Node: check-dupes49961
Ref: #check-dupes50065 Ref: #check-dupes50088
Node: equity50202 Node: equity50225
Ref: #equity50314 Ref: #equity50337
Node: help50477 Node: help50500
Ref: #help50580 Ref: #help50603
Node: import51654 Node: import51677
Ref: #import51770 Ref: #import51793
Node: incomestatement52500 Node: incomestatement52523
Ref: #incomestatement52636 Ref: #incomestatement52659
Node: prices54589 Node: prices54612
Ref: #prices54706 Ref: #prices54729
Node: print54749 Node: print54772
Ref: #print54861 Ref: #print54884
Node: print-unique59707 Node: print-unique59730
Ref: #print-unique59835 Ref: #print-unique59858
Node: register59903 Node: register59926
Ref: #register60032 Ref: #register60055
Node: Custom register output64533 Node: Custom register output64556
Ref: #custom-register-output64664 Ref: #custom-register-output64687
Node: register-match65961 Node: register-match65984
Ref: #register-match66097 Ref: #register-match66120
Node: rewrite66280 Node: rewrite66303
Ref: #rewrite66399 Ref: #rewrite66422
Node: stats66468 Node: stats66491
Ref: #stats66573 Ref: #stats66596
Node: tags67454 Node: tags67477
Ref: #tags67554 Ref: #tags67577
Node: test67790 Node: test67813
Ref: #test67876 Ref: #test67899
Node: ADD-ON COMMANDS68244 Node: ADD-ON COMMANDS68267
Ref: #add-on-commands68356 Ref: #add-on-commands68379
Node: Official add-ons69643 Node: Official add-ons69666
Ref: #official-add-ons69785 Ref: #official-add-ons69808
Node: api69872 Node: api69895
Ref: #api69963 Ref: #api69986
Node: ui70015 Node: ui70038
Ref: #ui70116 Ref: #ui70139
Node: web70174 Node: web70197
Ref: #web70265 Ref: #web70288
Node: Third party add-ons70311 Node: Third party add-ons70334
Ref: #third-party-add-ons70488 Ref: #third-party-add-ons70511
Node: diff70623 Node: diff70646
Ref: #diff70722 Ref: #diff70745
Node: iadd70821 Node: iadd70844
Ref: #iadd70937 Ref: #iadd70960
Node: interest71020 Node: interest71043
Ref: #interest71143 Ref: #interest71166
Node: irr71238 Node: irr71261
Ref: #irr71338 Ref: #irr71361
Node: Experimental add-ons71416 Node: Experimental add-ons71439
Ref: #experimental-add-ons71570 Ref: #experimental-add-ons71593
Node: autosync71861 Node: autosync71884
Ref: #autosync71975 Ref: #autosync71998
Node: budget72214 Node: budget72237
Ref: #budget72338 Ref: #budget72361
Node: chart72404 Node: chart72427
Ref: #chart72523 Ref: #chart72546
Node: check72594 Node: check72617
Ref: #check72698 Ref: #check72721
 
End Tag Table End Tag Table

View File

@ -222,10 +222,11 @@ OPTIONS
Most hledger commands accept arguments after the command name, which Most hledger commands accept arguments after the command name, which
are often a query, filtering the data in some way. are often a query, filtering the data in some way.
Argument expansion Argument files
You can save a set of command line options/arguments in a file, one per You can save a set of command line options/arguments in a file, one per
line, and then reuse them by writing @FILE in a command line. (To pre- line, and then reuse them by writing @FILENAME in a command line. To
vent this expansion of @-arguments, precede them with a -- argument.) prevent this expansion of @-arguments, precede them with a -- argument.
For more, see Save frequently used options.
Special characters Special characters
Option and argument values which contain problematic characters should Option and argument values which contain problematic characters should
@ -285,7 +286,6 @@ OPTIONS
format automatically based on the file extension, or if that is not format automatically based on the file extension, or if that is not
recognised, by trying each built-in "reader" in turn: recognised, by trying each built-in "reader" in turn:
Reader: Reads: Used for file extensions: Reader: Reads: Used for file extensions:
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
journal hledger's journal format, also .journal .j .hledger journal hledger's journal format, also .journal .j .hledger
@ -323,7 +323,6 @@ OPTIONS
Examples: Examples:
2009/1/1, 2009/01/01, simple dates, several sep- 2009/1/1, 2009/01/01, simple dates, several sep-
2009-1-1, 2009.1.1 arators allowed 2009-1-1, 2009.1.1 arators allowed
2009/1, 2009 same as above - a missing 2009/1, 2009 same as above - a missing
@ -331,10 +330,10 @@ OPTIONS
1/1, january, jan, relative dates, meaning 1/1, january, jan, relative dates, meaning
this year january 1 of the current this year january 1 of the current
year year
next year january 1 of next year next year january 1 of next year
this month the 1st of the current this month the 1st of the current
month month
this week the most recent monday this week the most recent monday
last week the monday of the week last week the monday of the week
before this one before this one
@ -356,7 +355,6 @@ OPTIONS
Examples: Examples:
-b 2016/3/17 begin on St. Patrick's -b 2016/3/17 begin on St. Patrick's
day 2016 day 2016
-e 12/1 end at the start of decem- -e 12/1 end at the start of decem-
@ -396,7 +394,6 @@ OPTIONS
long as you don't run two dates together. "to" can also be written as long as you don't run two dates together. "to" can also be written as
"-". These are equivalent to the above: "-". These are equivalent to the above:
-p "2009/1/1 2009/4/1" -p "2009/1/1 2009/4/1"
-p2009/1/1to2009/4/1 -p2009/1/1to2009/4/1
-p2009/1/1-2009/4/1 -p2009/1/1-2009/4/1
@ -404,7 +401,6 @@ OPTIONS
Dates are smart dates, so if the current year is 2009, the above can Dates are smart dates, so if the current year is 2009, the above can
also be written as: also be written as:
-p "1/1 4/1" -p "1/1 4/1"
-p "january-apr" -p "january-apr"
-p "this year to 4/1" -p "this year to 4/1"
@ -412,7 +408,6 @@ OPTIONS
If you specify only one date, the missing start or end date will be the If you specify only one date, the missing start or end date will be the
earliest or latest transaction in your journal: earliest or latest transaction in your journal:
-p "from 2009/1/1" everything after january -p "from 2009/1/1" everything after january
1, 2009 1, 2009
-p "from 2009/1" the same -p "from 2009/1" the same
@ -423,7 +418,6 @@ OPTIONS
A single date with no "from" or "to" defines both the start and end A single date with no "from" or "to" defines both the start and end
date like so: date like so:
-p "2009" the year 2009; equivalent -p "2009" the year 2009; equivalent
to "2009/1/1 to 2010/1/1" to "2009/1/1 to 2010/1/1"
-p "2009/1" the month of jan; equiva- -p "2009/1" the month of jan; equiva-
@ -438,7 +432,6 @@ OPTIONS
-Y flags. Between report interval and start/end dates (if any), the -Y flags. Between report interval and start/end dates (if any), the
word in is optional. Examples: word in is optional. Examples:
-p "weekly from 2009/1/1 to 2009/4/1" -p "weekly from 2009/1/1 to 2009/4/1"
-p "monthly in 2008" -p "monthly in 2008"
-p "quarterly" -p "quarterly"
@ -449,7 +442,6 @@ OPTIONS
Examples: Examples:
-p "bimonthly from 2008" -p "bimonthly from 2008"
-p "every 2 weeks" -p "every 2 weeks"
-p "every 5 days from 1/3" -p "every 5 days from 1/3"