Grow a bonsai tree in your terminal :)
Project home page: https://gitlab.com/jallbrit/cbonsai
sudo apt-get install libncurses-dev apt-transport-https wget -y
git clone https://gitlab.com/jallbrit/cbonsai
cd cbonsai
# Install for this user
make install PREFIX=~/.local
# Install for all users
sudo make install