{"id":21289749,"url":"https://github.com/wzulfikar/kit","last_synced_at":"2026-04-22T21:34:07.738Z","repository":{"id":82238590,"uuid":"165430960","full_name":"wzulfikar/kit","owner":"wzulfikar","description":"Collection of utilities from github.com/wzulfikar/lab put in docker.","archived":false,"fork":false,"pushed_at":"2019-09-23T03:35:04.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-20T07:41:10.352Z","etag":null,"topics":["bash","docker","tools"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzulfikar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-01-12T20:06:47.000Z","updated_at":"2019-09-23T03:35:06.000Z","dependencies_parsed_at":"2023-03-09T19:00:49.159Z","dependency_job_id":null,"html_url":"https://github.com/wzulfikar/kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wzulfikar/kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzulfikar","download_url":"https://codeload.github.com/wzulfikar/kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32156603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","docker","tools"],"created_at":"2024-11-21T12:42:57.933Z","updated_at":"2026-04-22T21:34:07.719Z","avatar_url":"https://github.com/wzulfikar.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n██╗  ██╗██╗████████╗\n██║ ██╔╝██║╚══██╔══╝\n█████╔╝ ██║   ██║\n██╔═██╗ ██║   ██║\n██║  ██╗██║   ██║\n╚═╝  ╚═╝╚═╝   ╚═╝\n\n**kit: collection of utilities packaged in docker.**\n\nIf the size or the content aren't suitable for you, you can customize the `Dockerfile` –– remove packages, add, etc. and build your own `kit` image.\n\nSample usage:\n\n```\n# display quote of the day\ndocker run -it --rm wzulfikar/kit qotd\n\n# crop image\ndocker run -it --rm -v $(pwd):/data wzulfikar/kit crop raspberry-pi-pinout.png 10x10+0+0\n```\n\nto shorten the command, create a function:\n\n```\n# add below snippet to your profile (ie. ~/.bashrc)\nkit() {\n  docker run -it --rm -v $(pwd):/data wzulfikar/kit $@\n}\n```\n\nonce `kit` function is created, you can execute programs available inside the kit using this command:\n\n```\nkit \u003ccommand name\u003e\n```\n\nfor example, to show the content of this README file, run `kat`:\n\n```\nkit kat\n```\n\n## What's included?\n\nYou can see the content of `Dockerfile` for a complete list of what inside the kit. This list serve as \"remarks\" to provide more context on what the kit contains.\n\n- wzulfikar/lab/bash\n  - ocr\n  - crop\n  - collate\n  - etc.\n- harvest\n- photon\n- etc.\n\n## Build Your Own KIT\n\nIf you want to specify which executables goes into the image, you can customize it by pulling the `lab` submodule. To do so, clone the `lab` repo and make it available at `./kit/lab`. Or, if you haven't cloned the kit repo itself (this repo), you can clone it recursively:\n\n```\n# clone repo and its submodules\ngit clone --recursive https://github.com/wzulfikar/kit\n```\n\nOnce you cloned the repo and its submodule (check that `lab/` directory is not empty), you can start building the docker image: `make build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzulfikar%2Fkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fkit/lists"}