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

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.

Awesome Lists containing this project

README

          

![goclock](goclock.gif)

# 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