{"id":14248696,"url":"https://github.com/jonaburg/nodebro","last_synced_at":"2025-08-12T09:31:59.865Z","repository":{"id":253067201,"uuid":"842340749","full_name":"jonaburg/nodebro","owner":"jonaburg","description":"Just a little golang TUI to track git tag releases on github","archived":false,"fork":false,"pushed_at":"2024-08-14T13:27:32.000Z","size":5123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-15T09:00:21.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/jonaburg.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":"2024-08-14T06:41:46.000Z","updated_at":"2024-08-14T13:27:36.000Z","dependencies_parsed_at":"2024-08-14T09:09:09.307Z","dependency_job_id":null,"html_url":"https://github.com/jonaburg/nodebro","commit_stats":null,"previous_names":["jonaburg/nodebro"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaburg%2Fnodebro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaburg%2Fnodebro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaburg%2Fnodebro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaburg%2Fnodebro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonaburg","download_url":"https://codeload.github.com/jonaburg/nodebro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216394929,"owners_count":16019191,"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":[],"created_at":"2024-08-22T00:00:52.523Z","updated_at":"2024-12-14T05:30:46.357Z","avatar_url":"https://github.com/jonaburg.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"git\"\u003e\u003c/a\u003eGit and accessories","Table of Contents"],"sub_categories":[],"readme":"# nodebro\n\nWhen you want to quickly take a glance at how several github based projects are developing and peruse through their release notes. vim navigational TUI git release tracking viewer. Simply navigate, (j/up, k/down) most recent release tags updated, and enter to view tag specific release note. ASC sort in order of age of release.\n\n![Front](front.webp)\n![Inner](back.webp)\n\n## install \n\n### download\n```\n git clone https://github.com/jonaburg/nodebro.git \n```\n### enter downloaded directory and build\n```\n cd nodebro\n go build -o nodebro \n```\n### move binary to path\n```\n mv nodebro /usr/local/bin/nodebro\n```\n\n\n## Setup\n\nthere's an example.config.toml that should be populated before the script runs. include your PAT from github in order to not get rate limited for such simple queries :) \n\n```\nmkdir -p ~/.config/nodebro\ncp example.config.toml ~/.config/nodebro/config\n```\n\nor just do it manually and make a config like:\n\n```\npat = \"ghp_n8Jv8sTTkdsameMmlC2d8Enfnskklp3oeckK\" // example PAT\n[[repos]]\nOwner = \"bitcoin\"\nRepo = \"bitcoin\"\n[[repos]]\nOwner = \"ethereum\"\nRepo = \"go-ethereum\"\n```\n\netc.\n\n## run\n`nodebro`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaburg%2Fnodebro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonaburg%2Fnodebro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaburg%2Fnodebro/lists"}