ColexDev / Corcyra

A simple TUI application to manage money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corcyra

A simple TUI application to manage money

Work in progress

Dependencies

The only dependency is ncurses. The goal in this project was to use almost no dependencies and to write everything myself. ncurses was needed to display text where it is needed on the screen.

Installation

$ git clone https://github.com/ColexDev/Corcyra
$ cd Corcyra
$ make
$ ./Corcyra

Example

image

TODO

  • Finish refactoring code base
  • Allow the user to go back at any time by pressing 'h'

About

A simple TUI application to manage money

License:GNU General Public License v3.0


Languages

Language:C++ 99.1%Language:Makefile 0.6%Language:C 0.3%