Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

octopot/tablo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧐 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