{"id":13753525,"url":"https://github.com/lukepistrol/TimeMachineStatus","last_synced_at":"2025-05-09T21:35:02.421Z","repository":{"id":206476180,"uuid":"716837805","full_name":"lukepistrol/TimeMachineStatus","owner":"lukepistrol","description":"TimeMachineStatus is a little menu bar application for macOS which aims to show more useful information than the system default.","archived":false,"fork":false,"pushed_at":"2025-03-27T07:46:34.000Z","size":1859,"stargazers_count":279,"open_issues_count":10,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-12T23:38:02.986Z","etag":null,"topics":["backup-utility","macos","macos-app","menubar","swift","swiftui","timemachine"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukepistrol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null},"funding":{"github":"lukepistrol","custom":["buymeacoffee.com/lukeeep"]}},"created_at":"2023-11-10T01:23:23.000Z","updated_at":"2025-04-08T08:46:32.000Z","dependencies_parsed_at":"2024-02-13T12:40:51.071Z","dependency_job_id":"92516476-150f-4cf0-a568-e2ab5f0099eb","html_url":"https://github.com/lukepistrol/TimeMachineStatus","commit_stats":{"total_commits":79,"total_committers":2,"mean_commits":39.5,"dds":0.06329113924050633,"last_synced_commit":"82c6dd0854c6c712e0d47c984aa8d26812e7ae48"},"previous_names":["lukepistrol/timemachinestatus"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepistrol%2FTimeMachineStatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepistrol%2FTimeMachineStatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepistrol%2FTimeMachineStatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukepistrol%2FTimeMachineStatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukepistrol","download_url":"https://codeload.github.com/lukepistrol/TimeMachineStatus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253328897,"owners_count":21891545,"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":["backup-utility","macos","macos-app","menubar","swift","swiftui","timemachine"],"created_at":"2024-08-03T09:01:23.939Z","updated_at":"2025-05-09T21:35:02.034Z","avatar_url":"https://github.com/lukepistrol.png","language":"Swift","readme":"![Static Badge](https://img.shields.io/badge/14.0_Sonoma-orange?label=macOS\u0026style=flat-square)\n![GitHub release (with filter)](https://img.shields.io/github/v/release/lukepistrol/TimeMachineStatus?style=flat-square)\n![Downloads](https://img.shields.io/github/downloads/lukepistrol/TimeMachineStatus/TimeMachineStatus.dmg?style=flat-square\u0026logo=github\u0026label=Downloads\u0026color=green)\n\n# TimeMachineStatus\n\nThis app is a simple status bar app that shows the status of Time Machine backups. It is still in early development and I'm open for suggestions and contributions.\n\n\u003e ⬇️ You can download TimeMachineStatus from [releases](https://github.com/lukepistrol/TimeMachineStatus/releases/latest) or using [homebrew](#homebrew).\n\n![Header](https://github.com/lukepistrol/TimeMachineStatus/assets/9460130/cea44ed3-21ea-4f06-9916-69b76584c313)\n\n## Download\n\nThere are multiple ways to download TimeMachineStatus listed below.\n\n\u003e Once installed the app can be updated by itself by selecting the _Check for uptades..._ button or by pressing `⌘ + U` while the popover is active.\n\n### GitHub Releases\n\nTimeMachineStatus is currently available for download in the [Releases Section](https://github.com/lukepistrol/TimeMachineStatus/releases/latest).\n\n### Homebrew\n\nYou can also download TimeMachineStatus using the `brew` command:\n\n```sh\nbrew install --cask timemachinestatus\n```\n\n## Features\n\n* Show the current status in the menu bar\n* List all backup destinations and detailed information about them\n* Start a backup on a specific volume\n* Customize the appearance of the menu bar item\n\n## Roadmap\n\n- [ ] Schedule backups (instead of hourly backups)\n- [ ] Schedule backups on a per volume basis\n\n## Contributing\n\nIf you want to contribute to this project, please have a look at the [open issues](https://github.com/lukepistrol/TimeMachineStatus/issues) and let me know which one you want to \nwork on. If you have an idea for additional features, please open a [new issue](https://github.com/lukepistrol/TimeMachineStatus/issues/new/choose) first so we can discuss it.\n\n\u003e Please do not create pull requests for new features without discussing it first.\n\nWhen submitting a pull request make sure you are on a feature branch in your fork. Pull requests from your main branch will be closed.\n\n## Development Setup\n\nCurrently it is only possible to run the app by building it from source using `Xcode 15`. To do so, clone the repository\nand open the project in Xcode.\n\n\u003e **Warning**\n\u003e Make sure that you change the signing team in all targets to your own, otherwise the `Full Disk Access` permission does not persist\n\u003e between app launches.\n\nThen simply run the app using the `Run` button in Xcode.\n\n## License\n\nSee LICENSE.md file in the root of the file tree.\n\n## Support Development\n\nI develop this app in my free time and I would highly appreciate a donation to help me maintaining this project if you are able ❤️\n\nYou can either [buy me a coffee](http://buymeacoffee.com/lukeeep) or [sponsor me on GitHub](https://github.com/sponsors/lukepistrol)!\n","funding_links":["https://github.com/sponsors/lukepistrol","buymeacoffee.com/lukeeep","http://buymeacoffee.com/lukeeep","https://github.com/sponsors/lukepistrol)!"],"categories":["Utilities","Swift"],"sub_categories":["Backups"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukepistrol%2FTimeMachineStatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukepistrol%2FTimeMachineStatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukepistrol%2FTimeMachineStatus/lists"}