{"id":16895974,"url":"https://github.com/stevenacoffman/toolbox","last_synced_at":"2025-04-05T12:42:33.593Z","repository":{"id":43112069,"uuid":"203056533","full_name":"StevenACoffman/toolbox","owner":"StevenACoffman","description":"Command line tools I use day to day","archived":false,"fork":false,"pushed_at":"2023-04-02T21:20:13.000Z","size":7146,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T22:35:40.368Z","etag":null,"topics":["go","golang","jira"],"latest_commit_sha":null,"homepage":null,"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/StevenACoffman.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-08-18T21:06:08.000Z","updated_at":"2022-03-17T21:44:47.000Z","dependencies_parsed_at":"2024-06-20T11:06:30.875Z","dependency_job_id":"60c4dfeb-66af-41c6-aef8-ca5b390af97e","html_url":"https://github.com/StevenACoffman/toolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Ftoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Ftoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Ftoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Ftoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenACoffman","download_url":"https://codeload.github.com/StevenACoffman/toolbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339135,"owners_count":20923009,"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","jira"],"created_at":"2024-10-13T17:27:13.738Z","updated_at":"2025-04-05T12:42:33.559Z","avatar_url":"https://github.com/StevenACoffman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toolbox\n\nRandom command line tools I use day to day. Currently porting from various shell, Python, and JavaScript scripts to Go for\nportability.\n\nOne-off, throw-away scripts I tend to run wherever like this:\n\n```\n///usr/bin/env go run \"$0\" \"$@\" ; exit \"$?\"\n\npackage main\n\nfunc main() {\n    println(\"Hello world!\")\n}\n```\nThe things that get moved here are something I use regularly, and __*don't*__ want to always re-compile, and __*do*__ want to revision control.\n\n## Tools\n\n\n### JP - JIRA Pull\nCreate a github pull request populated with data from Jira ticket\n\n```\n$ jp\n```\nIf you are on a topic branch that matches a jira ticket, and you have committed and pushed your changes, this will convert the jira ticket's Description from Atlassian WikiMarkUp syntax to Github Markdown, and open a new Github pull request with that title and description.\n\nEquivalent to:\n```\n$ wti $(git rev-parse --abbrev-ref HEAD) -resolves | j2m | gh-make-pull\n```\n\n### JIRA to Markdown (J2M)\n```\ncat ./cmd/j2m/j2m.jira | j2m\n```\n\n### What the Issue? (Lookup JIRA ticket)\n```\n$ wti CORE-5339\n```\n### Github Make Personal Access Token\n```\n$ github-make-token \"My token for triaging pull requests\"\n```\n\n### Github Make Pull Request\n```\n$ github-make-pull \"My title for pull requests\"\n```\n\n### Eureka Lookup: Lookup URL for an instance using Eureka Service discovery\n```\n$ eureka-lookup search3 prod\n```\n\n### Generate TLS Cert\n\n```\n$ generate-tls-cert --host=localhost,127.0.0.1\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Ftoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenacoffman%2Ftoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Ftoolbox/lists"}