{"id":16204619,"url":"https://github.com/upcraftlp/go-utils","last_synced_at":"2026-04-17T05:03:36.338Z","repository":{"id":57559199,"uuid":"318562241","full_name":"UpcraftLP/go-utils","owner":"UpcraftLP","description":"collection of command line tools, written in go","archived":false,"fork":false,"pushed_at":"2020-12-23T22:11:44.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T19:47:32.068Z","etag":null,"topics":["go","golang","linux","windows"],"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/UpcraftLP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-04T15:47:54.000Z","updated_at":"2020-12-23T22:11:46.000Z","dependencies_parsed_at":"2022-08-28T14:02:49.944Z","dependency_job_id":null,"html_url":"https://github.com/UpcraftLP/go-utils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UpcraftLP/go-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpcraftLP%2Fgo-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpcraftLP%2Fgo-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpcraftLP%2Fgo-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpcraftLP%2Fgo-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UpcraftLP","download_url":"https://codeload.github.com/UpcraftLP/go-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UpcraftLP%2Fgo-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262685192,"owners_count":23348412,"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":["go","golang","linux","windows"],"created_at":"2024-10-10T09:58:47.320Z","updated_at":"2026-04-17T05:03:36.296Z","avatar_url":"https://github.com/UpcraftLP.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-utils\n\nMonorepo for a bunch of small command line utilities, written in [go](https://golang.org).\n\n\n\n## Building\n\nto build all tools, simply run the `build` script:\n\nin **CMD**:\n\n```cmd\nbuild.cmd 1.0.0\n```\n\nin **Powershell**:\n\n```powershell\n.\\build.cmd 1.0.0\n```\n\n\n\non **Linux**:\n\n###### *Note: This currently still only builds the windows targets, due to npipe not being available for linux.*\n\n```sh\nchmod +x build\n./build 1.0.0\n```\n\n\n\nYou will then find the outputs in the `bin` directory.\n\n\n\n\n\n## Current Tools:\n\n### datetime\n\nA simple utility to print the current [Unix Time](https://en.wikipedia.org/wiki/Unix_time).\n\n**Usage:**\n\n```cmd\ndatetime\n```\n\n\n\n\n\n### listener\n\nA command line utility that will echo anything it receives on the provided port or named pipe.\n\n**Usage:**\n\n```cmd\n# listen on a named pipe\nlistener \\\\.\\pipe\\someNamedPipe\n```\n\n```cmd\n# listen on a port\nlistener 22\n```\n\n\n\n\n\n### time\n\nA utility to record the execution time of another process or command.\n\n**Usage:**\n\n```cmd\n# parameters are treated as arguments for the application,\n# so this launches 'cmd /c exit 1'\n#\n# Output: Process finished after 16.9926ms with exit code 1\ntime cmd /c exit 1\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupcraftlp%2Fgo-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupcraftlp%2Fgo-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupcraftlp%2Fgo-utils/lists"}