{"id":13598948,"url":"https://github.com/TheRustyPickle/Rex","last_synced_at":"2025-04-10T10:30:45.512Z","repository":{"id":39754801,"uuid":"493858532","full_name":"TheRustyPickle/Rex","owner":"TheRustyPickle","description":"TUI program for keeping track of incomes and expenses, created with Rust","archived":false,"fork":false,"pushed_at":"2024-10-23T16:14:45.000Z","size":2072,"stargazers_count":41,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:18:05.740Z","etag":null,"topics":["ratatui","rusqlite","rust","sqlite","terminal","terminal-based","terminal-ui","tui","tui-rs"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRustyPickle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-18T23:43:54.000Z","updated_at":"2025-02-19T03:56:49.000Z","dependencies_parsed_at":"2023-02-09T17:02:51.540Z","dependency_job_id":"d8ff7c54-817a-49b4-839f-3e9346554488","html_url":"https://github.com/TheRustyPickle/Rex","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustyPickle%2FRex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustyPickle%2FRex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustyPickle%2FRex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustyPickle%2FRex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRustyPickle","download_url":"https://codeload.github.com/TheRustyPickle/Rex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ratatui","rusqlite","rust","sqlite","terminal","terminal-based","terminal-ui","tui","tui-rs"],"created_at":"2024-08-01T17:00:58.359Z","updated_at":"2025-04-10T10:30:44.331Z","avatar_url":"https://github.com/TheRustyPickle.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/TheRustyPickle/Rex/assets/35862475/04575a15-53f7-497f-b2e7-88a7a66d1136\" width=400\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\u003ch1\u003eRex\u003c/h1\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://wakatime.com/@RustyPickle\"\u003e\u003cimg src=\"https://wakatime.com/badge/github/TheRustyPickle/Rex.svg\" alt=\"wakatime\"\u003e\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/rex-tui\"\u003e\n\u003cimg src=\"https://img.shields.io/crates/v/rex-tui.svg?style=flat-square\u0026logo=rust\u0026color=orange\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/TheRustyPickle/Rex/releases\"\u003e\n\u003cimg src=\"https://img.shields.io/github/v/release/TheRustyPickle/Rex?style=flat-square\u0026logo=github\u0026color=orange\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/rex-tui\"\u003e\n\u003cimg src=\"https://img.shields.io/crates/d/rex-tui?style=flat-square\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\nRex 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.\n\n![Rex](https://github.com/TheRustyPickle/Rex/assets/35862475/78fa9d86-5f7c-4c37-be35-437ecc8c4f92)\n\n\u003ch2\u003eKey Features\u003c/h2\u003e\n\n* Easily view, add, edit, and delete transactions.\n* Navigate through transactions and instantly observe balance changes after each transaction.\n* Chart for visualizing balance changes over a specific month, year, or all transactions.\n* Access a summary with key insights and information on income, expense, and percentage distribution.\n* Built using SQLite database and keeps everything local.\n* Find transactions quickly using partial or specific information.\n* Organize transactions with custom tags for easy filtering.\n* Works fully offline.\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n**1. Run from Source Code:**\n\n* Clone the repository\n`\ngit clone https://github.com/TheRustyPickle/Rex\n`\n* Run with Cargo\n`\ncargo run --release\n`\n\n**2. Run the Latest Release:**\n\n* Download the latest executable from [Release](https://github.com/TheRustyPickle/Rex/releases/latest).\n  * Open terminal/CMD and start the program by the command `./rex` or `rex` depending on the OS at the correct directory.\n  \n  or\n  \n  * Double-click the executable which will try to open a terminal/CMD by itself.\n\n**3. Install from Cargo:**\n\n* Install with `cargo install rex-tui`\n* Run with the command `rex`\n\n**4. Install using a package manager:**\n\n* On NetBSD a package is available from the [official repositories](https://pkgsrc.se/finance/rex). To install it simply run:\n```sh\npkgin install rex\n```\n\n\u003ch2\u003eApp Data Location\u003c/h2\u003e\n\nSee [here](https://docs.rs/dirs/latest/dirs/fn.data_local_dir.html) to learn about the initial directory where Rex data gets saved which is determined based on the OS.\n\n\u003ch2\u003eFeedback \u0026 Bug Reports\u003c/h2\u003e\n\nFor any feedback, improvement suggestions, or bugs please [open an issue](https://github.com/TheRustyPickle/Rex/issues/new)\n","funding_links":[],"categories":["tui","💻 Apps"],"sub_categories":["🚀 Productivity and Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheRustyPickle%2FRex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheRustyPickle%2FRex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheRustyPickle%2FRex/lists"}