adrianoviana87 / ltuiny

Text based utility that helps you add a transaction to a ledger file.
https://github.com/adrianoviana87/ltuiny
MIT License
12 stars 2 forks source link
cpp cpp17 ledger ledger-cli ledger-client plaintext-accounting

ltuiny

Screenshot

a simple text-based utility to add a transaction to a ledger file.

Is it ready yet?

The project is sill under development but it can already add transactions to a fixed ledger file named data.dat on the current directory.

Dependencies

How to build

git clone https://github.com/adrianoviana87/ltuiny
cd ltuiny
mkdir build
cd build
cmake ..
cmake --build .
./libs/ltuiapp/ltui_app

Todo