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
- Host: GitHub
- URL: https://github.com/wasabina67/ticktack
- Owner: wasabina67
- License: mit
- Created: 2024-07-29T11:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:50:06.000Z (about 1 year ago)
- Last Synced: 2025-01-30T16:19:05.952Z (8 months ago)
- Topics: current-time, ghcr, jst
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```