Artsy rain and haikus in your terminal.
git clone https://github.com/patrickarmengol/namida.git
cd namida
go build
./namida -fps 60 -raindropRate 1 -linger 400 -cooldown 400
- accept user specified haiku files
- allow multiple haikus to be up at once
- clean up error handling
- maybe put it up on the aur
- colors???
I got the idea from rewatching an episode of Nichijou while fixing my linux rice.
This was hastily/shoddily put together. The code looks bad. I might make it look not so bad sometime in the future.
namida
is distributed under the terms of any of the following licenses:
This project uses the following third-party packages:
gdamore/tcell
(Apache-2.0 License): This package is used for drawing cells in the terminal. See Apache-2.0 License for details.