summaryrefslogtreecommitdiff
path: root/doc/ledger.1
Commit message (Collapse)AuthorAgeFilesLines
* Rename SHA-512/256 to the more appropriate SHA-512HalfJohn Wiegley2024-08-051-2/+2
|
* Update doc/ledger.1John Wiegley2024-08-051-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger.1John Wiegley2024-08-051-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-2/+9
|
* Add documentation for the --hashes optionJohn Wiegley2024-08-051-1/+12
|
* man: Fix common glyph usage errorsAlexis Hildebrandt2023-12-061-10/+10
| | | | | | by using correct special characters as defined in groff_char(7), e.g. using \[aq] instead of "'", as "'" may get displayed as "’" by certain groff output devices, e.g. PDF or utf8.
* manpage: Fix mdoc warning: Empty input line #1452Alexis Hildebrandt2023-04-241-1/+1
|
* Remove unused server related codeAlexis Hildebrandt2023-02-201-6/+0
|
* docs: Specify regex dialect used by ledgerAlexis Hildebrandt2023-02-081-3/+3
| | | | Closes #2145
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-251-3/+3
| | | | | | | Ledger's expression parser considers quoted_rfc4180 to be an amount (quantity 4180 of commodity "quoted_rfc"). Fixes #2007.
* Document --exchange can accept multiple commoditiesGwyneth Morgan2022-06-291-5/+10
| | | | | | | | | | | | | | | | | | | | | The --exchange option can accept multiple comma-separated commodities, but this is only mentioned in one place where --exchange is documented, and notably not in the Texinfo manual. Examples made with the following ledger file: ``` P 2022-06-28 USD 54.81 PHP P 2022-06-28 EUR 58.01 PHP 2022-06-28 * Opening Balances Equity:Opening Balances Assets:USD Bank 100 USD Assets:EUR Bank 100 EUR Assets:PHP Bank 100 PHP ``` [ci skip]
* Fix config path in man pageCédric Barreteau2021-09-081-1/+1
|
* docs: Improve --depth documentationRahix2021-08-261-9/+8
| | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-6/+4
| | | | | `$XDG_CONFIG_HOME/ledger/ledgerrc` and `$HOME/.config/ledger/ledgerrc` are tried first when looking for an init file.
* docs: fix quotation mark in man pageMartin Michlmayr2020-08-101-1/+1
|
* docs: Document new --depth in register reportsRahix2020-07-211-1/+4
|
* docs: add description for "tag regex"Martin Michlmayr2020-05-111-0/+1
|
* docs: fix some typosMartin Michlmayr2020-05-111-2/+2
|
* docs: add missing parameters for has_meta and metaMartin Michlmayr2020-05-111-2/+2
|
* Make explicit option a no-opCandyAngel2020-04-031-6/+0
| | | | Fixes #1877
* Document --average-lot-prices optionMartin Michlmayr2020-03-311-0/+3
|
* Remove the 'org' command, which was always a hack to begin withJohn Wiegley2019-03-151-3/+1
|
* Update date in manpageMartin Michlmayr2019-02-241-1/+1
|
* Mention ledger3 Texinfo manual in manpageMartin Michlmayr2019-02-241-0/+8
| | | | | | Thanks to Alexis Hildebrandt. Fixes #1763
* Add short option -f (for --file) to man pageJonas Meurer2019-01-261-1/+1
|
* Add documentation on how to sort in reverse orderVishesh Handa2018-04-081-0/+3
|
* Flip ordering of "options" and "command" in the man pageJohn Wiegley2017-02-161-2/+2
|
* doc quoted_rfc4180 in man pageGina White2016-11-121-0/+4
|
* Add reference to Emacs ledger-modethdox2016-10-271-3/+2
| | | | | | As now, ledger-mode has its own github repository. [ci skip]
* Clarify meaning of --end in man pageMartin Michlmayr2015-12-141-3/+2
|
* [doc] Minor typographical editsAlexis Hildebrandt2015-09-171-2/+2
| | | | [ci skip]
* Update documentation to reflect <Rounding> was changed to <Adjustment>Martin Michlmayr2015-07-301-1/+1
|
* Use .Nm to refer to ledger in the man pageMartin Michlmayr2015-07-281-2/+6
| | | | Thanks to Alexis for the suggestion.
* Document --no-revaluedMartin Michlmayr2015-07-281-0/+4
|
* Document --explicitMartin Michlmayr2015-07-281-1/+4
|
* Fix description of --unrealized-lossesMartin Michlmayr2015-04-231-1/+1
|
* Merge pull request #402 from thdox/documentationAlexis Hildebrandt2015-02-241-5/+1
|\ | | | | Documentation improvements
| * ledger --help actually prints the man page.thdox2015-02-241-5/+1
| |
* | Improve documentation for --auto-match option.thdox2015-02-241-3/+4
|/
* Improve documentation about --rich-data.thdox2015-02-211-1/+10
| | | | | Conflicts: doc/ledger.1
* [doc] Add documentation for command-line optionsAlexis Hildebrandt2015-02-181-16/+107
|
* [doc] Whitespace editAlexis Hildebrandt2015-02-181-29/+29
| | | | to end each sentence with two spaces.
* [doc] Add documentation for several optionsAlexis Hildebrandt2015-02-181-15/+53
|
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-1/+0
| | | | and all boost serialisation related code.
* [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-181-4/+0
| | | | since it is the same as --help.
* [doc] Use ASCII single quote instead of apostropheAlexis Hildebrandt2015-02-181-1/+1
|
* [doc] Improve example for environment variable optionsAlexis Hildebrandt2015-01-291-8/+7
| | | [ci skip]
* [doc] Add some expression documentation to manpageAlexis Hildebrandt2015-01-271-32/+66
| | | | | Comment undocumented expressions, so the are reported by test/CheckManpage.py.
* [doc] Change wording in manpageAlexis Hildebrandt2015-01-271-14/+28
| | | | [ci skip]
* [doc] Add documentation of some expressionsAlexis Hildebrandt2015-01-271-11/+69
| | | | | | to manpage. [ci skip]