git-tableflip
Bash script to realize https://xkcd.com/1597/
Presentation here https://www.youtube.com/watch?v=nUgjdlHJ3UE
Usage
git tableflip
Installation (Linux/MacOS)
Download git-tableflip:
wget https://raw.githubusercontent.com/c11z/git-tableflip/master/git_tableflip.sh -o ~/.git_tableflip.sh
Add it to your bashrc
so it can be used from all future terminals:
echo "source ~/.git_tableflip.sh" >> ~/.bashrc