rex-tui 0.1.7

A TUI for managing Incomes and Expenses
Documentation

new_rex

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 ./rex or rex depending on the OS at the correct directory.

    or

    • Double click the executable which will try to open a terminal/CMD by itself.

3. Install from Cargo:

  • Run cargo install --git https://github.com/TheRustyPickle/Rex.git
  • Make sure ~/.cargo/bin is on path if you're on linux

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