Shell History in IEx
Do you like Elixir, but want history in your interactive shell, just like Ruby and other languages? I've got you covered.
Check out erlang-history. It's a must-have.
Here's the abridged version:
$ git clone https://github.com/ferd/erlang-history.git
$ cd erlang-history
$ sudo make install
Fire up IEx and enjoy.
https://github.com/ferd/erlang-history
Tweet