-
Easily view, add, edit, and delete transactions
-
Navigate through transactions and instantly observe balance changes after each transaction
-
Chart for visualizing balance changes over specific a month, year, or all transactions
-
Access a summary with key insights with various info on income, expense, and percentage distribution.
-
Built using SQLite database and keeps everything local
-
Find transactions quickly using partial or specific information
-
Organize transactions with custom tags for easy filtering
-
Works fully offline
1. Run from Source Code:
- Clone the repository
git clone https://github.com/TheRustyPickle/Rex - Run with Cargo
cargo run --release
2. Run the Latest Release:
-
Download the latest executable from Releases.
- Open terminal/CMD and start the program by the command
./rexorrexdepending on the OS at the correct directory.
or
- Double click the executable which will try to open a terminal/CMD by itself.
- Open terminal/CMD and start the program by the command
3. Install from Cargo:
- Run
cargo install rex-tui - Make sure
~/.cargo/binis on the PATH if you're on Linux
4. Install using a package manager:
- On NetBSD a package is available from the official repositories. To install it simply run:
See 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