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

https://github.com/subins2000/new-year-bash

Fancy way to say new year in bash
https://github.com/subins2000/new-year-bash

bash linux unix

Last synced: 11 months ago
JSON representation

Fancy way to say new year in bash

Awesome Lists containing this project

README

          

# New Year bash

A geeky way to send a new years greetings. Inspired by [ChristBASHTree](https://github.com/sergiolepore/ChristBASHTree)

Read [my blog post](https://subinsb.com/bash-animated-christmas-tree/#make-a-gif) to know how to make a gif/mp4 out of this

Quick way to run :

```
curl https://raw.githubusercontent.com/subins2000/new-year-bash/master/happy-new-year.sh | bash
```

## Requirements

Script requires `toilet` and a bash shell :

```bash
sudo apt install toilet
```

## Config

Some config vars are available at the beginning.

| Variable | Description
| -------- | -----------
| name | The name to be displayed at the end
| correction | To correctly align the year text into the centre. Can be +ve or -ve value

The year is displayed with toilet and I wasn't able to find a way to correctly align it to the centre :/