Simple daemonless process (swaheli: task <> kazi) manager.
Works by comparing processes by arguments, cwd and executable path.
Install the latest release of the cli:
$ brew update
$ brew install foomo/tap/gokazi
$ gokazi help
CLI process manager
Usage:
gogazi [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
config Print config
help Help about any command
list List tasks
stop Stop task by id
version Print version
Flags:
--debug enable debug logs
-h, --help help for gogazi
Use "gogazi [command] --help" for more information about a command.
version: '1.0'
tasks:
list:
name: gokazi
description: Own listing process
path: $PWD/bin
cwd: $PWD
args: [list]
list-debug:
name: gokazi
path: $PWD/bin
cwd: $PWD
args: [list, --debug]
Please refer to the CONTRIBUTING details and follow the CODE_OF_CONDUCT and SECURITY guidelines.
Distributed under MIT License, please see license file within the code for more details.