{"id":15715978,"url":"https://github.com/code-yeongyu/brew-updates","last_synced_at":"2025-05-13T00:06:32.656Z","repository":{"id":47030343,"uuid":"406797477","full_name":"code-yeongyu/brew-updates","owner":"code-yeongyu","description":"Get Brew Packages to update, just like you've experienced from Ubuntu","archived":false,"fork":false,"pushed_at":"2021-10-17T09:08:47.000Z","size":738,"stargazers_count":10,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-13T00:06:19.876Z","etag":null,"topics":["brew","mac","macos","shell","terminal","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","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/code-yeongyu.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}},"created_at":"2021-09-15T14:20:30.000Z","updated_at":"2025-03-04T03:07:56.000Z","dependencies_parsed_at":"2022-08-26T10:11:49.637Z","dependency_job_id":null,"html_url":"https://github.com/code-yeongyu/brew-updates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2Fbrew-updates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2Fbrew-updates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2Fbrew-updates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2Fbrew-updates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-yeongyu","download_url":"https://codeload.github.com/code-yeongyu/brew-updates/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843215,"owners_count":21972873,"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":["brew","mac","macos","shell","terminal","utility"],"created_at":"2024-10-03T21:43:44.316Z","updated_at":"2025-05-13T00:06:32.630Z","avatar_url":"https://github.com/code-yeongyu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/code-yeongyu/brew-updates/master/docs/images/logo.png\" alt=\"BrewUpdates\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eGet the number of Brew Packages to update, just like you've experienced from Ubuntu\u003c/em\u003e\n\u003c/p\u003e\n\n---\n\nBrewUpdate is a simple utility written in Go, notify you how many packages to update every time when you execute the terminal.\n\n_This project is currently in progress, so the following features cannot work as expected._\n\nThe key features are:\n\n- Fast: Caching the packages to update\n  - The execution time of `brew update; brew outdated`: `7.42 seconds`\n  - The execution best time of `brew-updates` (cached): `271.91 millis` - **approximately 27x faster**\n- Easy: Simply downloadable using brew\n- Easy to setup: Just by specifying what shell you use, the setup can be done\n- Friendly: The apt-like notifications from brew\n\n---\n\n## Example\n\nWhen you open terminal in ubuntu, you can see the following:\n![SSH-connected ubuntu screenshot](docs/images/ubuntu-execution.png)\n\nWhen you have installed BrewUpdates, you can see the following:\n![demo](docs/images/execution.png)\n\nYou can do the similar thing with the `brew update; brew upgrade` command, which takes a few seconds.\n\nWith the BrewUpdates, your update history will be recorded locally so you don't have to wait for a few seconds to get result.\n\n---\n\n## Installation\n\n```\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/code-yeongyu/brew-updates/master/install/install.sh)\"\n```\n\nI have plan to upload this project to the brew, so that you can download easily.\n\nHowever, still I got some works to do, so currently it's not supported to install automatically using brew.\n\n---\n\n## Build\n\nFollow the below instructions sequentially. Let's start with the installing `brew` and `go`. You can skip installing it if you already have it.\n\n### Install brew\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n### Install go\n\n```sh\nbrew install go\n```\n\n### Clone this repository\n\n```sh\ngit clone git@github.com:code-yeongyu/brew-updates.git\n```\n\n### Install dependencies\n\n```sh\ncd src/\ngo mod tidy\n```\n\n### Compile \u0026 Install\n\n```sh\nCGO_ENABLED=0 go build -a -o bin/brew-updates main.go; \\\nmv bin/brew-updates /usr/local/bin\n```\n\n### Run!\n\n```sh\n./brew-updates\n```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Fbrew-updates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-yeongyu%2Fbrew-updates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Fbrew-updates/lists"}