hledger-import
Verified for current stable LTS
Hledger Import Command: Watch Conversion Errors While Editing Rules
Use for watch conversion errors while editing rules with Hledger Import. Exact CLI syntax to watch conversion errors while editing rules using Hledger Import.
When to use this: Use for watch conversion errors while editing rules with Hledger Import.
Command Syntax
watchexec -- hledger -f <path/to/bank.csv> print watchexec -- hledger -f <path/to/bank.csv> print Command Breakdown
--- Command Option
- Tool-specific option used by this command invocation.
-f- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to watch conversion errors while editing rules using Hledger Import.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hledger Import Command: Dry Run Import From Multiple Csv
hledger import <path/to/bank1.csv> <path/to/bank2.csv> --dry-run Hledger Import Command: Dry Run Import From Multiple Files hledger import <path/to/bank1.csv> <path/to/bank2.csv> --dry-run Hledger Import Command: Import Transactions From All Csv hledger import --rules-file <common.rules> *.csv Hledger Import Command: Import Transactions From All Csv Files hledger import --rules-file <common.rules> *.csv Hledger Import Command: Import Transactions From Csv hledger import <path/to/bank.csv>