{"id":14011593,"url":"https://github.com/qaware/dev-tool-kit","last_synced_at":"2025-10-24T03:13:43.684Z","repository":{"id":40275457,"uuid":"360437077","full_name":"qaware/dev-tool-kit","owner":"qaware","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-07T00:23:21.000Z","size":2159,"stargazers_count":55,"open_issues_count":17,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T17:06:18.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qaware.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}},"created_at":"2021-04-22T07:54:01.000Z","updated_at":"2025-03-25T10:24:10.000Z","dependencies_parsed_at":"2024-06-19T01:51:22.859Z","dependency_job_id":"8d7234eb-e682-4727-bfcd-7b014c2da3fd","html_url":"https://github.com/qaware/dev-tool-kit","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/qaware/dev-tool-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fdev-tool-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fdev-tool-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fdev-tool-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fdev-tool-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qaware","download_url":"https://codeload.github.com/qaware/dev-tool-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fdev-tool-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262756327,"owners_count":23359500,"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":[],"created_at":"2024-08-10T18:01:40.243Z","updated_at":"2025-10-24T03:13:43.591Z","avatar_url":"https://github.com/qaware.png","language":"Go","funding_links":[],"categories":["アプリ"],"sub_categories":["オープンソース"],"readme":"\n# DevToolKit\n\n[![Build status](https://github.com/qaware/dev-tool-kit/actions/workflows/build.yml/badge.svg)](https://github.com/qaware/dev-tool-kit/actions/workflows/build.yml)\n![Go version 1.16 required](https://img.shields.io/github/go-mod/go-version/qaware/dev-tool-kit)\n\nThis repository contains a desktop application with many useful tools for software developers.\nIt is written in Go using [Wails](http://wails.app/) for providing a multi-platform GUI.\n\n![](screenshot.png)\n\n## Usage\n\n### Tools\n\nAll the tools are organized in tabs. You can click on your button of choice or press `Ctrl+f` to search for a tool.\n\nAmong others, the following tools are included:\n* Base64 encoding\n* Hex editor\n* HTTP client\n* JSON and XML pretty printing\n* JWT decoding\n* Port scanner\n\n### Customization\n\nYou can add a custom tab to the DevToolKit. Create a new file called `pages.xml` in the same directory as the executable.\nHere is an example for a simple HTML page with just a single link:\n\n```XML\n\u003cpages\u003e\n    \u003cpage\u003e\n        \u003cname\u003eMyTool\u003c/name\u003e\n        \u003ctitle\u003eMy cool tool\u003c/title\u003e\n        \u003ctooltip\u003eThis is my cool new tool.\u003c/tooltip\u003e\n        \u003cicon\u003efa-tools\u003c/icon\u003e\n        \u003cbody\u003e\n            \u003ca href=\"http://www.qaware.de\"\u003eQAware\u003c/a\u003e\n        \u003c/body\u003e\n    \u003c/page\u003e\n\u003c/pages\u003e\n```\n\nHere, `\u003cname\u003e` must be a unique name, `\u003ctitle\u003e` is the button label, `\u003ctooltip\u003e` is the text for the button tooltip,\n `\u003cicon\u003e` is the [Font Awesome](https://fontawesome.com/v5.14.0/icons?d=gallery\u0026m=free) icon,\nand `\u003cbody\u003e` is the HTML source of the page.\n\n### Errors\n\nIn case of a crash, a stack trace is written to the file `panic.txt` in the same directory as the executable. If you raise a bug report, please attach the content of this file.\n\n## Development\n\n### Install Wails\n\nSee https://wails.app/gettingstarted/ to learn how to setup Wails on your platform.\n\n### Build locally\n\nCheckout the code and run `make build-debug` to quickly build a development version with debug logging enabled. The artifact will appear in `build/`.\n\n### Release\n\nChange the version number in the file `main.go` and create a tag consisting of a `v` as prefix and the same version number.\nPush the tag to the repository and thus trigger the GitHub actions that will automatically create a new release.\nAfter that, the installed DevToolKits from all the users will update to that new version.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fdev-tool-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqaware%2Fdev-tool-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fdev-tool-kit/lists"}