{"id":20029996,"url":"https://github.com/linarcx/captain-ballard","last_synced_at":"2025-05-05T03:32:34.534Z","repository":{"id":118869230,"uuid":"202374210","full_name":"LinArcX/captain-ballard","owner":"LinArcX","description":"Watches your git directories periodically and reports the latest changes","archived":true,"fork":false,"pushed_at":"2020-05-19T09:37:06.000Z","size":4658,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T02:46:32.603Z","etag":null,"topics":["auto","c","gtk3","libgit2","monitoring-tool","sqlite3"],"latest_commit_sha":null,"homepage":"","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/LinArcX.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":"2019-08-14T15:08:06.000Z","updated_at":"2023-07-23T17:05:54.000Z","dependencies_parsed_at":"2023-03-14T01:00:18.967Z","dependency_job_id":null,"html_url":"https://github.com/LinArcX/captain-ballard","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/LinArcX%2Fcaptain-ballard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fcaptain-ballard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fcaptain-ballard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinArcX%2Fcaptain-ballard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinArcX","download_url":"https://codeload.github.com/LinArcX/captain-ballard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435374,"owners_count":21747413,"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":["auto","c","gtk3","libgit2","monitoring-tool","sqlite3"],"created_at":"2024-11-13T09:24:03.990Z","updated_at":"2025-05-05T03:32:34.516Z","avatar_url":"https://github.com/LinArcX.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## captain-ballard\nA git-aware app that protects your git-based projects before it's too late :)\n\n\u003ch4 align=\"center\"\u003e\n    \u003cimg src=\"assets/appconf/captain-ballard.svg\" align=\"center\" width=\"100\"/\u003e\n\u003c/h4\u003e\n\n\u003ch4 align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/LinArcX/captain-ballard\"/\u003e  \u003cimg src=\"https://img.shields.io/github/tag/LinArcX/captain-ballard.svg?colorB=green\"/\u003e  \u003cimg src=\"https://img.shields.io/github/repo-size/LinArcX/captain-ballard.svg\"/\u003e  \u003cimg src=\"https://img.shields.io/github/languages/top/LinArcX/captain-ballard.svg\"/\u003e\n\u003c/h4\u003e\n\n\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://gist.githubusercontent.com/LinArcX/c8e9bc4eec041116639293abb011a9b0/raw/4db84504fc1e97a8c897cceccbfa3e50cbe73e6c/captain-ballard-1.0.0-status.png\"\u003e\u003cimg src=\"https://gist.githubusercontent.com/LinArcX/c8e9bc4eec041116639293abb011a9b0/raw/4db84504fc1e97a8c897cceccbfa3e50cbe73e6c/captain-ballard-1.0.0-status.png\"\u003e\u003c/a\u003e\n    \u003cbr/\u003e\n    \u003ch4 align=\"center\"\u003eList of all projects that captain-ballard are watching. \u003ca href=\"https://github.com/LinArcX/captain-ballard/issues/1\"\u003e[more]\u003c/a\u003e\u003c/h4\u003e\n\u003c/h1\u003e\n\n# NO LONGER MAINTAINED. Looking for an alternaive? See: https://github.com/LinArcX/giti\n\n## A long time ago..\nI had many projects on my computer some of which were managed by git. After a couple of months, I accidentally lost all of my data and projects.\nAnd this gave me a good motivation to start a project that monitors my projects and reports me the changes periodically.\n\n## Features\nWatches __.git__ directories on your computer and periodically reports the latest changes popping up a window titled: __status_window__.\n\nYou can adjust the interval as most convenient for you.\n\n\n## Installation\n### Void\n`sudo xbps-install -S captain-ballard`\n\n### Arch\n- git version\n\n`trizen -S captain-ballard-git`\n\n- release version\n\n`trizen -S captain-ballard`\n\n### Build From Source\nFirst Install these dependencies first:\n\n#### Dependencies\nbuild dependencies:\n- cmake\n- pkg-config\n\nruntime dependencies:\n- gtk+3\n- glib\n- sqlite\n- libgit2\n- libappindicator\n\nThen clone and build the project:\n\n```\ngit clone https://github.com/LinArcX/captain-ballard/\ncd captain-ballard; mkdir build; cd build\ncmake ..; make\n```\n\nAnd finally, run it:\n\n`cd ..; build/captain-ballard`\n\n## Donate\n- Monero: `48VdRG9BNePEcrUr6Vx6sJeVz6EefGq5e2F5S9YV2eJtd5uAwjJ7Afn6YeVTWsw6XGS6mXueLywEea3fBPztUbre2Lhia7e`\n\u003cimg src=\"assets/monero.png\" align=\"center\" /\u003e\n\n## License\n![License](https://img.shields.io/github/license/LinArcX/captain-ballard.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinarcx%2Fcaptain-ballard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinarcx%2Fcaptain-ballard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinarcx%2Fcaptain-ballard/lists"}