{"id":13432625,"url":"https://github.com/thiskevinwang/tk","last_synced_at":"2026-06-10T07:31:14.152Z","repository":{"id":41194490,"uuid":"410142765","full_name":"thiskevinwang/tk","owner":"thiskevinwang","description":"A CLI tool for automating some repetitive daily chores. Written in go","archived":false,"fork":false,"pushed_at":"2022-02-25T06:30:55.000Z","size":68,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T05:41:56.874Z","etag":null,"topics":["cli","cobra","command-line","go","golang","goreleaser","toolkit","viper"],"latest_commit_sha":null,"homepage":"https://thekevinwang.com/toolkit/","language":"Go","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/thiskevinwang.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}},"created_at":"2021-09-25T01:10:00.000Z","updated_at":"2022-06-29T13:52:17.000Z","dependencies_parsed_at":"2022-08-25T17:00:28.550Z","dependency_job_id":null,"html_url":"https://github.com/thiskevinwang/tk","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/thiskevinwang/tk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiskevinwang%2Ftk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiskevinwang%2Ftk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiskevinwang%2Ftk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiskevinwang%2Ftk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiskevinwang","download_url":"https://codeload.github.com/thiskevinwang/tk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiskevinwang%2Ftk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["cli","cobra","command-line","go","golang","goreleaser","toolkit","viper"],"created_at":"2024-07-31T02:01:14.378Z","updated_at":"2026-06-10T07:31:14.135Z","avatar_url":"https://github.com/thiskevinwang.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"toolkit logo\" src=\"https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/320/twitter/282/toolbox_1f9f0.png\" height=\"96\" /\u003e\n  \u003ch3 align=\"center\"\u003eToolkit\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eRepetitive. Chores. Automated.\u003c/p\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/thiskevinwang/tk/releases\"\u003e\n    \u003cimg alt=\"latest release\" src=\"https://img.shields.io/github/v/release/thiskevinwang/tk\"/\u003e\n  \u003c/a\u003e\n  \u003c!-- \u003ca href=\"https://github.com/thiskevinwang/tk/tags\"\u003e\n    \u003cimg alt=\"latest tag\" src=\"https://img.shields.io/github/v/tag/thiskevinwang/tk\"/\u003e\n  \u003c/a\u003e --\u003e\n  \u003cimg alt=\"go version\" src=\"https://img.shields.io/github/go-mod/go-version/thiskevinwang/tk\"/\u003e\n\u003c/p\u003e\n\n## What is Toolkit?\n\nToolkit is a CLI tool for myself to avoid doing some repetitive and tedious daily chores. These include, but are not limited to:\n\n- Logging into the AWS Dashboard\n- Selecting from a handful of Github repos to open in the browser\n\n... more tasks to come!\n\n## Installation\n\n### Homebrew\n\n```sh\nbrew tap thiskevinwang/tk https://github.com/thiskevinwang/tk\nbrew install tk\ntk\n```\n\n## Usage\n\n### `tk aws [federated-identity-name]`\n\nLaunch AWS console in your browser\n\n### `tk repo`\n\nSelect a Github repository to open in your browser\n\n### `tk tree [path]`\n\nList contents of directories in a tree-like format.\n\n## Configuration\n\n`tk` will create a yaml configuration file at `\u003chomedir\u003e/.tk/config.yaml`.\n\n```bash\ncat ~/.tk/config.yaml\n\n# loglevel: warn\n# repos: []\n```\n\n## Benchmark\n\n`go test ./cmd -bench=.`\n\n# Release Process\n\n```bash\nexport GITHUB_TOKEN=\u003c...\u003e\n# commit some changes\ngit tag vX.X.X\ngoreleaser release --rm-dist\n# a commit will be created, updating the `Formula`\ngit pull\nbrew tap thiskevinwang/tk https://github.com/thiskevinwang/tk.git\nbrew install tk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiskevinwang%2Ftk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiskevinwang%2Ftk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiskevinwang%2Ftk/lists"}