You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The 'i' stands for __interactive__. Here's what it's designed to do:
35
35
* The payee/account names used in the auto-completion are read both from
36
36
the mapping file and, optionally, from a Ledger file or files. It runs
37
37
`ledger payees` and `ledger accounts` to get the names. It can also
38
-
scan a seperate ledger file containing 'account' definitions. The tags are
38
+
scan a separate ledger file containing 'account' definitions. The tags are
39
39
only read from the mapping file.
40
40
41
41
@@ -92,7 +92,7 @@ Options can either be used from command line or in configuration file.
92
92
--accounts-file FILE file which holds a list of allowed accounts
93
93
--quiet, -q do not prompt if account can be deduced
94
94
--reverse reverse the order of entries in the CSV file
95
-
--skip-dupes detect transactions that have alrady been imported and skip
95
+
--skip-dupes detect transactions that have already been imported and skip
96
96
--confirm-dupes detect transactions that have already been imported and prompt to skip
97
97
--skip-lines INT number of lines to skip from CSV file
98
98
--skip-older-than skip entries more than X days old
@@ -131,7 +131,7 @@ Account`.
131
131
132
132
**`--src-account STR`**
133
133
134
-
similar to `--acount` option, it is the ledger account used as source for ledger transactions but allows the `--account` option to be overriden after the config file has been parsed. This is a command-line only option and must not be provided in any section of the config file. Use of this option allows users to treat sections of the config file as generic import recipes that can be used to import all files that use the same layout while providing a means to specify the ledger source account to use during the importing of transactions.
134
+
similar to `--account` option, it is the ledger account used as source for ledger transactions but allows the `--account` option to be overridden after the config file has been parsed. This is a command-line only option and must not be provided in any section of the config file. Use of this option allows users to treat sections of the config file as generic import recipes that can be used to import all files that use the same layout while providing a means to specify the ledger source account to use during the importing of transactions.
135
135
136
136
**`--clear-screen, -C`**
137
137
@@ -301,7 +301,7 @@ will print ledger entries in reverse of their order in the CSV file.
301
301
302
302
**`--skip-dupes`**
303
303
304
-
will attempt to detect duplicate transcactions in ledger file by comparing MD5Sum of transactions. The MD5Sum is calculated from the formatted CSV values including the source account. The source account is included to avoid false postives on generic transaction descriptions when the source account is different and thus should not be considered a duplicate. MD5Sum of existing transactions are as a `; MD5Sum: ...` comment in the current ledgerfile (which means your output template will need this comment). This can help if you download statements without using a precise date range. A useful pattern is to include MD5Sum comments for both "sides" of a transaction if you download from multiple sources that resolve to a single transaction (e.g. paying a credit card from checking). Note: use of this flag by itself will detect and skip duplicate entries automatically with no interaction from user. If you want to be prompted and determine whether to skip or not see `--confirm-dupes`.
304
+
will attempt to detect duplicate transactions in ledger file by comparing MD5Sum of transactions. The MD5Sum is calculated from the formatted CSV values including the source account. The source account is included to avoid false positives on generic transaction descriptions when the source account is different and thus should not be considered a duplicate. MD5Sum of existing transactions are as a `; MD5Sum: ...` comment in the current ledger file (which means your output template will need this comment). This can help if you download statements without using a precise date range. A useful pattern is to include MD5Sum comments for both "sides" of a transaction if you download from multiple sources that resolve to a single transaction (e.g. paying a credit card from checking). Note: use of this flag by itself will detect and skip duplicate entries automatically with no interaction from user. If you want to be prompted and determine whether to skip or not see `--confirm-dupes`.
305
305
306
306
**`--confirm-dupes`**
307
307
@@ -442,7 +442,7 @@ along with a file that defines a list of allowable accounts. (See the ledger
0 commit comments