Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 802 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 802 Bytes

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

  • cmake >= 3.11
  • c++17 compiler
  • FTXUI (Downloaded automatically when cmake .. is run)

How to build

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

Todo

  • Add settings view
  • Add ability to view/edit existing transactions from a ledger file
  • Add support to commit the configured ledger file if it's on a git repo.