{"id":31710518,"url":"https://github.com/recidvst/go-url-wrapper","last_synced_at":"2025-10-09T00:28:14.123Z","repository":{"id":318087197,"uuid":"1069935351","full_name":"Recidvst/go-url-wrapper","owner":"Recidvst","description":"Go application to act as a wrapper around opening a URL in the users default browser.","archived":false,"fork":false,"pushed_at":"2025-10-05T00:29:59.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T02:40:43.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Recidvst.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T23:09:24.000Z","updated_at":"2025-10-05T00:30:03.000Z","dependencies_parsed_at":"2025-10-05T02:40:45.186Z","dependency_job_id":"1a77246f-3de5-4290-8c03-30aaedd6a7f8","html_url":"https://github.com/Recidvst/go-url-wrapper","commit_stats":null,"previous_names":["recidvst/go-url-wrapper"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Recidvst/go-url-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Recidvst%2Fgo-url-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Recidvst%2Fgo-url-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Recidvst%2Fgo-url-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Recidvst%2Fgo-url-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Recidvst","download_url":"https://codeload.github.com/Recidvst/go-url-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Recidvst%2Fgo-url-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000711,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-09T00:28:13.054Z","updated_at":"2025-10-09T00:28:14.112Z","avatar_url":"https://github.com/Recidvst.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go URL launcher\r\n\r\nA simple Go application to launch a URL using the user's default browser.\r\n\r\nIt's basically just a wrapper around the share link to allow launching from a distributable binary. It opens the\r\nprovided link in the user's default browser and shuts down.\r\n\r\n## Requirements\r\n\r\n- Go 1.16+ (recommended: latest stable)\r\n\r\n## Configuration\r\n\r\nCreate an `.env` file in the root directory and set the required values - refer to the `.env.example` file.\r\n\r\n## Usage\r\n\r\n### Build and run the application locally\r\n\r\n   ```sh\r\n   # Build\r\n   go build main.go\r\n   # Run\r\n   go run main.go\r\n   ```\r\n\r\n### Build and run the application as a binary\r\n\r\n_**Important:** this has only been tested on Windows 10 so far!_\r\n\r\nWe have provided a build script to build the application for the target OS with the correct flags and environment\r\nvariables.\r\n\r\n   ```sh\r\n   ./build.sh\r\n   ```\r\n\r\nIf you want, you can run the commands manually but make sure to include the correct environment variables via lflag.\r\n\r\n   ```sh\r\n   # For Windows\r\n   GOOS=windows GOARCH=amd64 go build -o \u003cBINARY_NAME\u003e-\u003cBINARY_VERSION\u003e-launcher.exe -ldflags \"-s -w -X go-url-wrapper/config.URL=\u003cURL\u003e\" // for 64-bit, use GOARCH=386 for 32-bit\r\n   ```\r\n\r\nOnce built, double-click the generated file or run it from a terminal with `./\u003cBINARY_NAME\u003e-\u003cBINARY_VERSION\u003e-launcher.exe`\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecidvst%2Fgo-url-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecidvst%2Fgo-url-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecidvst%2Fgo-url-wrapper/lists"}