Popularity
5.8
Declining
Activity
0.0
Stable
5
4
4
Monthly Downloads: 18
Programming language: Haskell
License: GNU General Public License v3.0 only
Latest version: v0.2.0.9
hledger-diff alternatives and similar packages
Based on the "hledger" category.
Alternatively, view hledger-diff alternatives based on common mentions on social networks and blogs.
-
hledger
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces. -
hledger-flow
An hledger/ledger-cli workflow focusing on automated statement import and classification -
hledger-iadd
A terminal UI as drop-in replacement for hledger add. -
hledger-stockquotes
Generate an HLedger Journal Containing Daily Stock & Crypto Quotes for your Commodities -
hledger-makeitso
An hledger workflow focusing on automated statement import and classification.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of hledger-diff or a related project?
README
hledger-diff
hledger-diff is a simple tool to compare two journal files as used with hledger. It looks at the transactions of a single account and prints out the transactions which are in one journal file but not in the other. This is particularly useful for reconciling existing journals with bank statements.
Installation
cabal install hledger-diff
Usage example
» hledger-diff assets:bank:giro 2014.journal bank.journal
Unmatched transactions in the first journal:
2014/01/01 Opening Balances
assets:bank:giro EUR ...
...
equity:opening balances EUR -...
Unmatched transactions in the second journal: