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.
1. Run from Source Code:
git clone https://github.com/TheRustyPickle/Rex
cargo run --release
2. Run the Latest Release:
Download the latest executable from Releases.
./rex
or rex
depending on the OS at the correct directory.or
3. Install from Cargo:
cargo install rex-tui
~/.cargo/bin
is on path if you're on linuxSee here for location info where Rex data is saved which is determined based on the OS.
For any feedback, improvement suggestions or bugs please open an issue