https://github.com/y-hatano-github/go-clock
CUI/CLI based analog clock written in Golang.
https://github.com/y-hatano-github/go-clock
analog-clock analog-watch cli cli-app clock command-line cui go golang joke-app joke-application terminal terminal-based
Last synced: about 1 month ago
JSON representation
CUI/CLI based analog clock written in Golang.
- Host: GitHub
- URL: https://github.com/y-hatano-github/go-clock
- Owner: y-hatano-github
- License: mit
- Created: 2022-06-01T02:18:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-25T02:45:31.000Z (2 months ago)
- Last Synced: 2025-12-26T15:59:46.677Z (2 months ago)
- Topics: analog-clock, analog-watch, cli, cli-app, clock, command-line, cui, go, golang, joke-app, joke-application, terminal, terminal-based
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# What is this?
CUI base analog clock written in Golang.
## Joke command developed based on this code
I created joke command based on this code as follows.
[https://github.com/y-hatano-github/aclock](https://github.com/y-hatano-github/aclock)
## How to get and run the code.
### 1st step
Get the code.
```
go get -d github.com/y-hatano-github/go-clock
```
### 2nd step
Change directory to the source code directory.
```
cd $GOPATH/src/github.com/y-hatano-github/go-clock
```
### 3rd step
Run the code.
```
go run main.go
```
## Key bindings
[esc / CTRL+C] - exit