{"id":45589331,"url":"https://github.com/abarhub/gtools","last_synced_at":"2026-02-23T12:01:14.804Z","repository":{"id":147514649,"uuid":"601035768","full_name":"abarhub/gtools","owner":"abarhub","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-18T07:39:42.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T09:22:01.303Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abarhub.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog","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":"2023-02-13T08:23:41.000Z","updated_at":"2025-10-18T07:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"32f92c2c-db34-42b7-8df9-f35e0bb6a91d","html_url":"https://github.com/abarhub/gtools","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/abarhub/gtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fgtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fgtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fgtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fgtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abarhub","download_url":"https://codeload.github.com/abarhub/gtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abarhub%2Fgtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29742148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":[],"created_at":"2026-02-23T12:00:56.763Z","updated_at":"2026-02-23T12:01:14.139Z","avatar_url":"https://github.com/abarhub.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gtools\n\n![last build](https://github.com/abarhub/gtools/actions/workflows/tests.yml/badge.svg)\n\n![Last release](https://img.shields.io/github/v/release/abarhub/gtools)\n\n\nTools for files\n\nto build executable for windows\n```shell\nset GOOS=windows\nset GOARCH=amd64\ngo build ./cmd/gtools.go\n```\n\nto build for linux\n```shell\nset GOOS=linux\nset GOARCH=amd64\ngo build ./cmd/gtools.go\n```\n\nto build for raspberry\n```shell\nset GOOS=linux\nset GOARCH=arm\nset GOARM=5\ngo build ./cmd/gtools.go\n```\n\nto run tests\n```shell\ngo test ./...\n```\n\nman\n```\ngtools is a super simple CLI tools\n   \nsimple in CLI\n\nUsage:\n  gtools [flags]\n  gtools [command]\n\nAvailable Commands:\n  aes         aes encrypt/decrypt\n  base64      encode/decode in base64\n  completion  Generate the autocompletion script for the specified shell\n  copy        copy files\n  du          disk usage\n  help        Help about any command\n  ls          list files\n  merge       merge files\n  mv          move files\n  password    generate password\n  rename      rename files\n  rm          remove files\n  split       split file\n  time        time execution of command\n  unzip       unzip directory\n  zip         zip directory\n\nFlags:\n  -h, --help      help for gtools\n  -v, --version   version for gtools\n\nUse \"gtools [command] --help\" for more information about a command.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabarhub%2Fgtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabarhub%2Fgtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabarhub%2Fgtools/lists"}