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

https://github.com/wasabina67/ticktack

Displays the current time in the terminal, updating every second
https://github.com/wasabina67/ticktack

current-time ghcr jst

Last synced: 6 months ago
JSON representation

Displays the current time in the terminal, updating every second

Awesome Lists containing this project

README

          

# ticktack
Displays the current time in the terminal, updating every second

## QuickStart

```bash
docker pull ghcr.io/wasabina67/ticktack:latest
```

```bash
docker run -it --rm --name ticktack ghcr.io/wasabina67/ticktack:latest
```

## Example

```bash
$ docker run -it --rm --name ticktack ghcr.io/wasabina67/ticktack:latest
12:26:16^C
```