justincampbell / anybar

CLI and Go package for AnyBar

Home Page:https://godoc.org/github.com/justincampbell/anybar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anybar.go

Build Status GoDoc

CLI and Go package for AnyBar

CLI Installation

Go

go get github.com/justincampbell/anybar/cmd/anybar

Package

wget -O anybar-latest.tar.gz https://github.com/justincampbell/anybar/archive/latest.tar.gz anybar
tar -zxvf anybar-latest.tar.gz
cd anybar-latest/
make install

Usage

anybar red
anybar green
anybar blue
anybar exclamation
anybar -port 1234 question

About

CLI and Go package for AnyBar

https://godoc.org/github.com/justincampbell/anybar

License:MIT License


Languages

Language:Go 61.4%Language:Makefile 38.6%