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

https://github.com/rogercoll/terformance

Uvic May performance
https://github.com/rogercoll/terformance

Last synced: about 1 month ago
JSON representation

Uvic May performance

Awesome Lists containing this project

README

        

# Terminal performance

Program used in the background of a University's commemoration.

![](./photos/real1.jpeg)
![](./photos/real2.jpeg)

## Usage

A file with the following format is required as argument:

```yaml
content:
- text: "Hello"
color: white
- text: "Goodbye"
color: yellow
```

### Execution

```
go run main.go
```

### Hot keys

- Ctrl + A: Update number of people
- Ctrl + B: Update university age
- Ctrl + D: Update number of lights
- Ctrl + E: Display new file message

## Example

![Running example](./demo/example1.gif)