The one point of view to all your task boards.
...
A full description of the idea is available here.
...
$ make init
$ source bin/activate
# PATH -> bin/:PATH
# go get -mod= -> get
...
$ deactivate
$ brew install octolab/tap/tablo
$ curl -sSfL https://raw.githubusercontent.com/octopot/tablo/master/bin/install | sh
# or
$ wget -qO- https://raw.githubusercontent.com/octopot/tablo/master/bin/install | sh
Don't forget about security.
# use standard go tools
$ go get github.com/octopot/tablo/cmd/client@latest
$ go get github.com/octopot/tablo/cmd/server@latest
# or use egg tool
$ egg tools add github.com/octopot/tablo/cmd/client@latest
$ egg tools add github.com/octopot/tablo/cmd/server@latest
egg is an
extended go get
.
$ tablo completion bash > /path/to/bash_completion.d/tablo.sh
$ tablo completion zsh > /path/to/zsh-completions/_tablo.zsh
# or autodetect
$ source <(tablo completion)
See
kubectl
documentation.
made with ❤️ for everyone