{"id":21480851,"url":"https://github.com/essentialkaos/fz","last_synced_at":"2025-03-17T09:12:47.945Z","repository":{"id":35016439,"uuid":"173195573","full_name":"essentialkaos/fz","owner":"essentialkaos","description":"Tool for fuzzing with style 👌","archived":false,"fork":false,"pushed_at":"2025-03-12T08:06:31.000Z","size":317,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T09:22:40.312Z","etag":null,"topics":["fuzzing","go-fuzz"],"latest_commit_sha":null,"homepage":"https://kaos.sh/fz","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/essentialkaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-28T22:11:48.000Z","updated_at":"2024-10-02T08:45:02.000Z","dependencies_parsed_at":"2023-09-29T13:43:23.353Z","dependency_job_id":"6a28ea37-57e1-4ad9-b348-9f2ae99f9e4f","html_url":"https://github.com/essentialkaos/fz","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Ffz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Ffz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Ffz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Ffz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essentialkaos","download_url":"https://codeload.github.com/essentialkaos/fz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006398,"owners_count":20382443,"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":["fuzzing","go-fuzz"],"created_at":"2024-11-23T12:18:28.093Z","updated_at":"2025-03-17T09:12:47.923Z","avatar_url":"https://github.com/essentialkaos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#readme\"\u003e\u003cimg src=\".github/images/card.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kaos.sh/r/fz\"\u003e\u003cimg src=\"https://kaos.sh/r/fz.svg\" alt=\"GoReportCard\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/y/fz\"\u003e\u003cimg src=\"https://kaos.sh/y/cb41fe8e630a408c86a8c227393f5359.svg\" alt=\"Codacy Badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/fz/ci\"\u003e\u003cimg src=\"https://kaos.sh/w/fz/ci.svg\" alt=\"GitHub Actions CI Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/fz/codeql\"\u003e\u003cimg src=\"https://kaos.sh/w/fz/codeql.svg\" alt=\"GitHub Actions CodeQL Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\u003cimg src=\".github/images/license.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#usage-demo\"\u003eDemo\u003c/a\u003e • \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#command-line-completion\"\u003eCompletions\u003c/a\u003e • \u003ca href=\"#man-documentation\"\u003eMan documentation\u003c/a\u003e • \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e • \u003ca href=\"#ci-status\"\u003eCI Status\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr/\u003e\n\n`fz` is a simple tool for formatting [`go-fuzz`](https://github.com/dvyukov/go-fuzz) output.\n\n### Usage demo\n\n[![demo](https://gh.kaos.st/fz-111.gif)](#usage-demo)\n\n### Installation\n\n#### From source\n\nTo build the `fz` from scratch, make sure you have a working [Go 1.22+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace (_[instructions](https://go.dev/doc/install)_), then:\n\n```\ngo install github.com/essentialkaos/fz@latest\n```\n\n#### Prebuilt binaries\n\nYou can download prebuilt binaries for Linux and macOS from [EK Apps Repository](https://apps.kaos.st/fz/latest):\n\n```bash\nbash \u003c(curl -fsSL https://apps.kaos.st/get) fz\n```\n\n### Command-line completion\n\nYou can generate completion for `bash`, `zsh` or `fish` shell.\n\nBash:\n```bash\nsudo fz --completion=bash 1\u003e /etc/bash_completion.d/fz\n```\n\n\nZSH:\n```bash\nsudo fz --completion=zsh 1\u003e /usr/share/zsh/site-functions/fz\n```\n\n\nFish:\n```bash\nsudo fz --completion=fish 1\u003e /usr/share/fish/vendor_completions.d/fz.fish\n```\n\n### Man documentation\n\nYou can generate man page for `fz` using next command:\n\n```bash\nfz --generate-man | sudo gzip \u003e /usr/share/man/man1/fz.1.gz\n```\n\n### Usage\n\n\u003cimg src=\".github/images/usage.svg\" /\u003e\n\n### CI Status\n\n| Branch | Status |\n|--------|--------|\n| `master` | [![CI](https://kaos.sh/w/fz/ci.svg?branch=master)](https://kaos.sh/w/fz/ci?query=branch:master) |\n| `develop` | [![CI](https://kaos.sh/w/fz/ci.svg?branch=develop)](https://kaos.sh/w/fz/ci?query=branch:develop) |\n\n### Contributing\n\nBefore contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).\n\n### License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://essentialkaos.com\"\u003e\u003cimg src=\"https://gh.kaos.st/ekgh.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Ffz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessentialkaos%2Ffz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Ffz/lists"}