Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 533 Bytes

Balance.jl

Configuring

ENV config variables can be set in the .env file in run location

BALANCE_STORE="/home/myusername/.balance_jl"

How to run

Add work item

julia --project="." -e 'using Balance; log_hours()

Print invoice to PDF

julia --project="." -e 'using Balance; export_invoice()

WIP: setup sync with git

julia --project="." -e 'using Balance; init_sync("https://git_url_for_balance_files.git")

TODO: sync using git

julia --project="." -e 'using Balance; sync_balance()