adrianoviana87 / ltuiny

Text based utility that helps you add a transaction to a ledger file.

Home Page:https://github.com/adrianoviana87/ltuiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Text based utility that helps you add a transaction to a ledger file.

https://github.com/adrianoviana87/ltuiny

License:MIT License


Languages

Language:C++ 78.4%Language:CMake 21.6%