{"id":31592619,"url":"https://github.com/foomo/gokazi","last_synced_at":"2025-10-06T03:14:50.728Z","repository":{"id":286616233,"uuid":"961968050","full_name":"foomo/gokazi","owner":"foomo","description":"Simple daemonless process manager","archived":false,"fork":false,"pushed_at":"2025-09-01T13:39:50.000Z","size":74,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-01T15:26:27.927Z","etag":null,"topics":["foomo","foomo-gokazi","process-manager"],"latest_commit_sha":null,"homepage":"https://www.foomo.org","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/foomo.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":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-07T12:58:52.000Z","updated_at":"2025-09-01T13:32:47.000Z","dependencies_parsed_at":"2025-04-07T14:23:04.509Z","dependency_job_id":"aef3cb4c-1320-4e97-b73c-2ccf04204558","html_url":"https://github.com/foomo/gokazi","commit_stats":null,"previous_names":["foomo/gokazi"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/foomo/gokazi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fgokazi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fgokazi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fgokazi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fgokazi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foomo","download_url":"https://codeload.github.com/foomo/gokazi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fgokazi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551833,"owners_count":26005456,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["foomo","foomo-gokazi","process-manager"],"created_at":"2025-10-06T03:11:40.464Z","updated_at":"2025-10-06T03:14:50.722Z","avatar_url":"https://github.com/foomo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/foomo/gokazi/actions/workflows/pr.yml/badge.svg?branch=main\u0026event=push)](https://github.com/foomo/gokazi/actions/workflows/pr.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/gokazi)](https://goreportcard.com/report/github.com/foomo/gokazi)\n[![Coverage Status](https://coveralls.io/repos/github/foomo/gokazi/badge.svg?branch=main\u0026)](https://coveralls.io/github/foomo/gokazi?branch=main)\n[![GoDoc](https://godoc.org/github.com/foomo/gokazi?status.svg)](https://godoc.org/github.com/foomo/gokazi)\n\n# gokazi\n\n\u003e Simple daemonless process (swaheli: task \u003c\u003e kazi) manager.\n\nWorks by comparing processes by arguments, cwd and executable path.\n\n## Install\n\nInstall the latest release of the cli:\n\n```shell\n$ brew update\n$ brew install foomo/tap/gokazi\n```\n\n## Usage\n\n```shell\n$ gokazi help\nCLI process manager\n\nUsage:\n  gogazi [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  config      Print config\n  help        Help about any command\n  list        List tasks\n  stop        Stop task by id\n  version     Print version\n\nFlags:\n      --debug   enable debug logs\n  -h, --help    help for gogazi\n\nUse \"gogazi [command] --help\" for more information about a command.\n```\n\n## Configuration\n\n```yaml\nversion: '1.0'\n\ntasks:\n  list:\n    name: gokazi\n    description: Own listing process\n    path: $PWD/bin\n    cwd: $PWD\n    args: [list]\n  list-debug:\n    name: gokazi\n    path: $PWD/bin\n    cwd: $PWD\n    args: [list, --debug]\n```\n\n## How to Contribute\n\nPlease refer to the [CONTRIBUTING](.github/CONTRIBUTING.md) details and follow the [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) and [SECURITY](.github/SECURITY.md) guidelines.\n\n## License\n\nDistributed under MIT License, please see license file within the code for more details.\n\n_Made with ♥ [foomo](https://www.foomo.org) by [bestbytes](https://www.bestbytes.com)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoomo%2Fgokazi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoomo%2Fgokazi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoomo%2Fgokazi/lists"}