./finance/rex, TUI for keeping track of incomes and expenses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.18nb3, Package name: rex-0.1.18nb3, Maintainer: pin

Rex is a terminal user interface app for managing incomes, expenses, and
transactions. Built with Rust and ratatui with a simple interface that's
easy to use.


Master sites:

Filesize: 1344.241 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-24 09:43:53 by pin | Files touched by this commit (3) | Package updated
Log message:
finance/rex: update to 0.1.18

Updates
 - Fixed the app not working while offline
 - When editing a tx the add tx page now will show the balance before the tx happened
 - Fixed summary page inconsistent date lengths
 - Updated dependency
   2024-06-24 09:34:25 by pin | Files touched by this commit (3) | Package updated
Log message:
finance/rex: update to 0.1.17

Updates
    Chart now contains a new Cumulative option, showing a chart line of \ 
cumulative balance
    All dependencies have been brought up to date and use the latest Rust version

Changes
    Chart update by @TheRustyPickle in #90
    Update dep by @TheRustyPickle in #91
    UPDATE by @TheRustyPickle in #92
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-04-02 21:37:53 by pin | Files touched by this commit (3) | Package updated
Log message:
finance/rex: update to 0.1.16

Updates
 - All amount fields now recognize 'k' and 'm' number suffixes as a thousand
   and a million allowing usage of 1k, 5m.
 - The initial page text layout has been updated.
 - The Home page now has two more rows in the Balance section highlighting
   daily income and expense amount.
 - Pressing 'v' on a selected transaction/activity will show the full
   transaction details. Useful in case the detail is too large.
 - The chart page now has the option to enable/disable TX methods from the
   chart on the 'space' press.
 - All popups have been updated and now can be scrolled using the Arrow Up
   or Down keys.
 - The Add Transaction page now shows the transaction impact as the fields
   are filled up.
 - The number animation system has been improved with reduced/minimal freezing.
 - All dependencies and Rust have been updated to the latest version.

Changes
 - Recognize number suffix by @TheRustyPickle in #76
 - Revamp initial page by @TheRustyPickle in #77
 - Add daily income and expense rows by @TheRustyPickle in #79
 - Show tx details on V key press by @TheRustyPickle in #81
 - Add chart point selection by @TheRustyPickle in #83
 - Add scrolling to all popup by @TheRustyPickle in #84
 - Fix number suffix crash by @TheRustyPickle in #85
 - Show balance change from a tx on add tx page by @TheRustyPickle in #86
 - Dependency updates by @TheRustyPickle in #87
 - Update version by @TheRustyPickle in #88
   2024-03-04 11:09:10 by pin | Files touched by this commit (3) | Package updated
Log message:
finance/rex: update to 0.1.15

Updates
    Fix negative balance getting stuck at 0.00
    Fix the search page not giving correct results when tx type is transfer and \ 
both from and to method fields are not filled up
    Fix a bug that caused unrelated transactions to show up on the home page
    On the Home page transactions with the same date can now be moved up with \ 
',' and down with '.'
    A new option on J press to add backup locations. On q press, the latest DB \ 
will be copied there
    Added previously missing option to reset new app data location when the \ 
input is blank
    New and modified status updates for better clarity
    New offset-based scrolling when scrolling tables
    A new Activity page on 'y' press that will show activity details such as \ 
when transactions were added, deleted, edited, etc
    Popup help texts have been updated
    Dependency updates and minor performance improvements

Changes
    Fix negative balance not loading by @TheRustyPickle in #57
    Allow switching position of a tx by @TheRustyPickle in #60
    Show a new info status when switching to normal tx mode by @TheRustyPickle in #65
    Backup path by @TheRustyPickle in #66
    Update dependencies by @TheRustyPickle in #67
    Add a history page by @TheRustyPickle in #68
    Fix id swap UI bug by @TheRustyPickle in #72
    Update popup text by @TheRustyPickle in #74