Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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