It's a command-line application intended to help recording and managing simple financial records for personal use.
```bash
1
1 FULL TRANSACTION REGISTRY +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | ID | DATE | DESCRIPTION | FROM | TO | TYPE | AMOUNT | +====+===============+===================================+===================+===============+=========+==========+ | 0 | Sat Jun 18/22 | - | test1 | test2 | Promise | $ 20000 | +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | 1 | Sat Jun 18/22 | - | test2 | test3 | Promise | $ 10000 | +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | 2 | Sat Jun 18/22 | - | test3 | test1 | Promise | $ 500 | +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | 3 | Sat Jun 18/22 | - | acccreationtest | test1 | Promise | $ 1000 | +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | 4 | Sat Jun 18/22 | - | test3 | juan | Promise | $ 900 | +----+---------------+-----------------------------------+-------------------+---------------+---------+----------+ | 5 | Sun Jun 19/22 | - | test2 | juan | Promise | $ 2300 |
```