Skip to content

ba0f3/anybar.nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anybar.nim

Nim client for Anybar

Installation

nimble install anybar

Usage

Library

import anybar

newAnybar().change("cyan")

# custom port
newAnybar(port=Port(1739)).change('red')

# custom host
newAnybar(host="10.0.0.1").change('red')

# tell app to quit
newAnybar().quit()

Command line:

anybar red
anybar -p:1739 yellow
anybar -h:10.0.0.1 green
anybar -h:10.0.0.1 -p:1739 blue

anybar quit

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages