Skip to content

amitaibu/hledger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for use of hledger.

See Blog post

Install

  • brew from here
  • Or stack from here
  • Or with Docker docker pull dastapov/hledger

Ledger-UI

hledger-ui -f hledger.journal --watch -b='last week' -2 and then: right, F (shift + f) to see future events

Or with Docker

docker container run --rm -it --volume="$PWD:/data" dastapov/hledger hledger-ui -f /data/hledger.journal --watch -b='last week' -2

More examples

Get all Israeli credit card expenses by month

hledger -f hledger.journal reg -H expenses:israel:cc -3 -M

Reorder dates

We can use hledger -f hledger.journal check-dates to confirm all transactions are ordered by date.

If they are not, we can use ./reorder-journal.sh hledger.journal to have it re-ordered.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages