/tablo

🧐 The one point of view to all your task boards.

Primary LanguageGoMIT LicenseMIT

🧐 Tablo

The one point of view to all your task boards.

Build Template Coverage

💡 Idea

...

A full description of the idea is available here.

🏆 Motivation

...

🤼‍♂️ How to

Development

$ make init
$ source bin/activate
# PATH         -> bin/:PATH
# go get -mod= -> get
...
$ deactivate

🧩 Installation

Homebrew

$ brew install octolab/tap/tablo

Binary

$ 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.

Source

# 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.

Bash and Zsh completions

$ 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