https://github.com/tom-on-the-internet/binary-clock
A binary clock
https://github.com/tom-on-the-internet/binary-clock
Last synced: 5 months ago
JSON representation
A binary clock
- Host: GitHub
- URL: https://github.com/tom-on-the-internet/binary-clock
- Owner: tom-on-the-internet
- License: mit
- Created: 2022-09-09T02:31:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T01:00:28.000Z (about 1 year ago)
- Last Synced: 2024-05-17T00:33:29.156Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - Binary Clock - Displays a clock where numbers are represented with blue and gray dots with binary encoding. (<a name="animation"></a>Animation)
- awesome-cli-apps - Binary Clock - Displays a clock where numbers are represented with blue and gray dots with binary encoding. (<a name="animation"></a>Animation)
README
# Binary Clock
A binary clock.
## Installation
### Go
```bash
go install github.com/tom-on-the-internet/binary-clock@latest
```### Nix
Use the flake.nix found in the root of this repository.
### Download the binary
Binaries for Mac, Linux and Windows are available in the [releases section](https://github.com/tom-on-the-internet/binary-clock/releases).
## Usage
```bash
binary-clock # display a binary clock
binary-clock oneline # display a binary clock one line
```