{"id":22911986,"url":"https://github.com/opencoff/go-progs","last_synced_at":"2025-08-24T03:35:16.207Z","repository":{"id":251245609,"uuid":"836832928","full_name":"opencoff/go-progs","owner":"opencoff","description":"useful golang utilities for Unixish environments","archived":false,"fork":false,"pushed_at":"2025-03-25T12:21:08.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T01:44:08.251Z","etag":null,"topics":["disk-utilization","duplicate-detection","duplicate-files","file-hash-checker","file-hash-generator","golang-application","golang-cli","golang-tools","hexlify","parallel-directory-walk","symlink-management"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencoff.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":"2024-08-01T16:44:54.000Z","updated_at":"2025-03-25T12:21:12.000Z","dependencies_parsed_at":"2024-08-01T18:58:30.896Z","dependency_job_id":"072d0d95-37b2-4faa-b279-d475acaf6b49","html_url":"https://github.com/opencoff/go-progs","commit_stats":null,"previous_names":["opencoff/go-progs"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/opencoff/go-progs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-progs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-progs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-progs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-progs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencoff","download_url":"https://codeload.github.com/opencoff/go-progs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencoff%2Fgo-progs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271786101,"owners_count":24820604,"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-08-24T02:00:11.135Z","response_time":111,"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":["disk-utilization","duplicate-detection","duplicate-files","file-hash-checker","file-hash-generator","golang-application","golang-cli","golang-tools","hexlify","parallel-directory-walk","symlink-management"],"created_at":"2024-12-14T04:19:29.007Z","updated_at":"2025-08-24T03:35:16.172Z","avatar_url":"https://github.com/opencoff.png","language":"Go","readme":"[![GoDoc](https://godoc.org/github.com/opencoff/go-progs?status.svg)](https://godoc.org/github.com/opencoff/go-progs)\n\n# README for go-progs\n\n\n## What is this?\nThis is a collection of `golang` programs I wrote for my daily use. \nMost of them walk the file system and do interesting things - the FS\nwalk being done in parallel/concurrent manner. These tools use the\nconcurrent FS walker library [go-walk](https://github.com/opencoff/go-walk).\n\n## Brief Description of the tools\n\n* `godu` -- an opinionated and simpler reimplementation of du(1).\n* `ghash` -- walk a file system and generate strong checksums of\n  every file. Supports a variety of cryptographic checksums. \n* `finddup` -- finds duplicate files in a file system tree; files\n  with the same strong checksum are considered identical.\n* `deadlinks` -- walk the file system and find dead symlinks.\n* `hexlify` -- print the contents of files/stdin in a variety of\n  encoded formats (hex, base64, hexdump(1) style etc.)\n* `ifaddr` - prints the network interfaces and their IP addresses.\n\n\nAll the tools have their own \"help\" accessible via the `-h` or\n`--help` command line option.\n\n## How do I build it?\nYou'll need GNUmake 4.0 or later and a golang 1.21 or later:\n\n    git clone https://github.com/opencoff/go-progs\n    cd go-progs\n    gmake\n\nThe binaries will be in `./bin/$HOSTOS-$ARCH/`\nwhere `$HOSTOS` is the host OS where you are building (e.g., openbsd)\nand `$ARCH` is the CPU architecture (e.g., amd64).\n\nIf you *do not* have GNUmake, you can still build each program;\neg.,:\n\n    ./build -s ./godu\n\n## Licensing Terms\nThe code and tools in this repository is licensed under the terms of the\nGNU Public License v2.0 (strictly v2.0). If you need a commercial\nlicense or a different license, please get in touch with me.\n\nSee the file ``LICENSE`` for the full terms of the license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-progs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencoff%2Fgo-progs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencoff%2Fgo-progs/lists"}