How To Make The Elixir Shell (IEX) Save History
If you’ve ever used irb, node or pretty much any other command line REPL, you probably really miss being able to use the up and down keys to recall your last commands from a previous session in iex.
Here I’ll show you how easy it is to get this functionality in IEX.
https://zen.id.au/how-to-make-the-elixir-shell-iex-save-history/
Read next Atom Editor for Elixir Development