Anybar
Anybar client written in Nim
Summary
| Latest Version | 0.0.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-07 07:47 |
Tags
Authors
- Huy Doan
Installation
nimble install Anybar
choosenim install Anybar
git clone https://github.com/ba0f3/anybar.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| Anybar | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/ba0f3/anybar.nim |
|---|---|
| Homepage | https://github.com/ba0f3/anybar.nim |
| Registry Source | nimble_official |
README
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