README
Quickly create transactions for Ledger CLI
This is very rough around the edges right now. It does have some tests though.
Run it like xact credit Dinner 43.85 Expenses:Food:Dinner
or xact lunch 9.53
.
Add entries to a Ledger CLI file
<script type="module">
import xact from 'https://cdn.skypack.dev/xact';
</script>
This is very rough around the edges right now. It does have some tests though.
Run it like xact credit Dinner 43.85 Expenses:Food:Dinner
or xact lunch 9.53
.