{"id":25436685,"url":"https://github.com/grackleclub/go-run","last_synced_at":"2026-05-05T00:36:30.744Z","repository":{"id":276519483,"uuid":"929488891","full_name":"grackleclub/go-run","owner":"grackleclub","description":"go live reload - automatically restart Go upon file changes","archived":false,"fork":false,"pushed_at":"2025-02-08T21:17:54.000Z","size":1575,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T03:11:26.537Z","etag":null,"topics":["bash","frontend","go"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/grackleclub.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,"zenodo":null}},"created_at":"2025-02-08T17:04:53.000Z","updated_at":"2025-02-08T21:17:57.000Z","dependencies_parsed_at":"2025-02-08T19:30:38.839Z","dependency_job_id":"59ef737e-60f2-47c3-903e-d5a2f2ecd670","html_url":"https://github.com/grackleclub/go-run","commit_stats":null,"previous_names":["grackleclub/go-run"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/grackleclub/go-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grackleclub%2Fgo-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grackleclub%2Fgo-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grackleclub%2Fgo-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grackleclub%2Fgo-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grackleclub","download_url":"https://codeload.github.com/grackleclub/go-run/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grackleclub%2Fgo-run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32631058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","frontend","go"],"created_at":"2025-02-17T08:21:43.568Z","updated_at":"2026-05-05T00:36:30.716Z","avatar_url":"https://github.com/grackleclub.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-run\n`go-run` is a simple bash script that monitors for file change and reloads automatically.\n\nWhile live-reload tools in the code editor work great for rendering plain `html`+`css`, Go projects utilizing templates require tedious manual reloading. `go-run` automates this.\n\n[![Shellcheck](https://github.com/grackleclub/go-run/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/grackleclub/go-run/actions/workflows/shellcheck.yml) [![Update Version](https://github.com/grackleclub/go-run/actions/workflows/version.yml/badge.svg)](https://github.com/grackleclub/go-run/actions/workflows/version.yml)\n\n## Features\n- accepts arbitrary arguments and passes them through\n- lists detected file changes\n- stops upon program termination or signal interrupt\n- preserves exit codes in all scenarios\n\n## Getting Started on Linux\nCopy the file and give it permission to run:\n```sh\ncurl -o go-run https://raw.githubusercontent.com/grackleclub/go-run/refs/heads/main/go-run\n```\n\nMake the script executable:\n```sh\nchmod +x go-run\n```\n\nMake the script globally executable (optional):\n```sh\nsudo mv go-run /usr/local/bin\n```\n\nVerify installation:\n```sh\ngo-run version\n```\n\n\u003e [!TIP]\n\u003e `go-run` can be scoped to the project, and optimally kept in a `bin` directory, consolidated with other tools, so that it may be run as `bin/go-run`. Use the optional step of moving the script to `/usr/local/bin` to make `go-run` directly executable from anywhere.\n\n## Demo and Testing Options\nDemo the project using the [example](./example/) module:\n![example-demonstration](./gifs/example.gif)\n\n## Updating\nRun `go-run update` to update:\n![example-update](./gifs/update.gif)\n\n## Feedback\n😎 Open a [pull request](https://github.com/grackleclub/go-run/pulls)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrackleclub%2Fgo-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrackleclub%2Fgo-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrackleclub%2Fgo-run/lists"}