Port Masashi Toyoda's SL (Steam Locomotive) to Mac OS X, certainly available on Linux like Ubuntu
Clone
git clone https://github.com/Fykec/sl-mac.git
Install
cd sl-mac
make
sudo cp sl /usr/local/bin && chmod a+x /usr/local/bin/sl #need input your password
sl
sl-l
sl-h
-
If you cannot build on Ubuntu, got error like "curses.h: No such file or directory"
sudo apt-get install libncurses5-dev
-
Zsh, you can disable default sl alias by alias the sl to your sl bin, if you use oh-my-zsh, you should put the alias after the oh-my-zsh configuration setup, like the end of '.zshrc' file.
alias sl='/usr/local/bin/sl'