https://github.com/teddydd/binclock
binary clock in terminal
https://github.com/teddydd/binclock
binary-clock cli unixporn
Last synced: 9 months ago
JSON representation
binary clock in terminal
- Host: GitHub
- URL: https://github.com/teddydd/binclock
- Owner: TeddyDD
- License: isc
- Created: 2019-02-03T23:56:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T07:34:43.000Z (over 2 years ago)
- Last Synced: 2024-06-21T12:14:36.857Z (over 1 year ago)
- Topics: binary-clock, cli, unixporn
- Language: Go
- Size: 52.7 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binclock



Tiny binary clock for your terminal. Written in Go with [tcell] library.

## Installation
```
go install go.teddydd.me/binclock/v6@latest
```
or download [binary release](https://github.com/TeddyDD/binclock/releases)
for your OS
# Usage
Run `binclock` in terminal. Esc, q or CTRL
C to quit. You can set characters used by clock to display on
and off bits with `-o` and `-z` flags. `-r` flag reverse colors of active
and inactive bits (useful for white color schemes)
[tcell]: https://github.com/gdamore/tcell