{"id":19350798,"url":"https://github.com/terroo/terminal-finances","last_synced_at":"2025-04-23T07:30:52.399Z","repository":{"id":54388569,"uuid":"336449622","full_name":"terroo/terminal-finances","owner":"terroo","description":"Personal Financial Management","archived":false,"fork":false,"pushed_at":"2023-07-10T00:53:48.000Z","size":327,"stargazers_count":130,"open_issues_count":4,"forks_count":27,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T09:44:36.636Z","etag":null,"topics":["cpp","finance","financial","qt5"],"latest_commit_sha":null,"homepage":"https://terminalroot.com.br/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terroo.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["terroo"],"custom":["https://cutt.ly/SponsorPayPal"]}},"created_at":"2021-02-06T03:48:49.000Z","updated_at":"2025-03-07T01:20:19.000Z","dependencies_parsed_at":"2024-11-10T04:33:55.529Z","dependency_job_id":"77702cc9-6395-44fb-9e25-78caa7191999","html_url":"https://github.com/terroo/terminal-finances","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fterminal-finances","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fterminal-finances/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fterminal-finances/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terroo%2Fterminal-finances/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terroo","download_url":"https://codeload.github.com/terroo/terminal-finances/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250390988,"owners_count":21422822,"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":["cpp","finance","financial","qt5"],"created_at":"2024-11-10T04:33:51.989Z","updated_at":"2025-04-23T07:30:51.962Z","avatar_url":"https://github.com/terroo.png","language":"C++","funding_links":["https://github.com/sponsors/terroo","https://cutt.ly/SponsorPayPal"],"categories":[],"sub_categories":[],"readme":"# Terminal Finances\nThis software is suitable for those who want to have control of their personal accounts in an easy and simple way. Available for Linux and Windows.\n\n# [Donate](https://cutt.ly/SponsorPayPal)\n\n## ![Terminal Finances - Personal Financial Management](terminal-finances.png) Terminal Finances - Personal Financial Management\n\n![Terminal Finances running](screenshot.png)\n\n# Installation\nIf you want to use Terminal Finances without compiling choose one of the options below to download:\n- [AppImage Linux x86_64](https://github.com/terroo/terminal-finances/releases/download/v1.0.0/Terminal_Finances-x86_64.AppImage)\nHow to install:\n```sh\nwget https://github.com/terroo/terminal-finances/releases/download/v1.0.0/Terminal_Finances-x86_64.AppImage\nchmod +x Terminal_Finances-x86_64.AppImage\n./Terminal_Finances-x86_64.AppImage\n```\nAlternatively, you can use the [app-get](https://github.com/terroo/app-get). What makes it different is that it creates an icon on your Dashboard and makes it easier to access and update or remove. Example:\n```sh\napp-get terminal-finances\n```\n\n- [Windows 10 64-bit](https://github.com/terroo/terminal-finances/releases/download/v1.0.0/TerminalFinances_installer_Win10_64.rar)\n  - Download it by [clicking on this link](https://github.com/terroo/terminal-finances/releases/download/v1.0.0/TerminalFinances_installer_Win10_64.rar)\n  - Unzip the **.rar** file\n  - Double-click the installation file to install\n  - And after the installation is finished, access the program through the start menu\n\n# Building the Terminal Finances\nFirst of all you will need the dependencies\n  - [qmake](https://en.wikipedia.org/wiki/Qmake)\n  - [g++](https://gcc.gnu.org/)\n  - [GNU Make](https://www.gnu.org/software/make/)\n  - libQt5Widgets\n  - libQt5Gui\n  - libQt5Core\n  - libQt5Sql\n  - libQt5PrintSupport\n\nFor example, on Ubuntu, Linux Mint, Debian and derivatives the command would be:\n```sh\nsudo apt install qt5-qmake g++ make libqt5widgets5 libqt5gui5 libqt5core5a libqt5sql5-mysql libqt5printsupport5 qtbase5-dev qttools5-dev-tools\n```\n\nThen clone the repository and compile as follows:\n```sh\ngit clone https://github.com/terroo/terminal-finances\ncd terminal-finances\nqmake -qt=qt5 src/TerminalFinances.pro\nmake\nsudo make install\n```\n\n# Use\nI am still developing the Wiki, but while it is not ready you can see how to use it through this video:\n\u003e Activate subtitles and choose the language according to yours.\n\n## \u003chttps://youtu.be/BF809OoXfjM\u003e\n\nIf you find a bug or want a feature to be implemented for the new versions use the [issues](https://github.com/terroo/terminal-finances/issues) to inform.\n\n# License\n[GNU GPLv3](LICENSE)\n\n---\n\n# Uninstall\n- Compiled version \nClone the repository if you don't have\n```sh\ncd terminal-finances\nsudo make uninstall\n```\n\n- Windows\nAccess the Control Panel and Add/Remove Programs and uninstall\n\n- [app-get](https://github.com/terroo/app-get)/Linux\n```sh\napp-get --remove terminal-finances\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fterminal-finances","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterroo%2Fterminal-finances","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterroo%2Fterminal-finances/lists"}