Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddydd/binclock
binary clock in terminal
https://github.com/teddydd/binclock
binary-clock cli unixporn
Last synced: 3 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T07:34:43.000Z (over 1 year ago)
- Last Synced: 2024-06-21T12:14:36.857Z (5 months 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
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/teddydd/binclock/go.yml?branch=master)
![License](https://img.shields.io/github/license/teddydd/binclock?style=flat-square)
![Release](https://img.shields.io/github/v/release/teddydd/binclock?style=flat-square)Tiny binary clock for your terminal. Written in Go with [tcell] library.
![screenshot](screen.png)
## 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