8000 GitHub - arujit/kaf: Modern CLI for Apache Kafka, written in Go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arujit/kaf

 
 

Repository files navigation

Kaf

Kafka CLI inspired by kubectl & docker

CircleCI GoReportCard GoDoc

asciicinema

Install

Install from source:

go get github.com/birdayz/kaf/cmd/kaf

Install binary:

curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash

Configuration

See the examples folder

Shell autocompletion

Source the completion script in your shell commands file:

Bash

echo 'source <(kaf completion bash)' >> ~/.bashrc

Zsh

echo 'source <(kaf completion zsh)' >> ~/.zshrc

About

Modern CLI for Apache Kafka, written in Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.1%
  • Shell 11.7%
  • Makefile 0.2%
0