…there are awesome man pages within elixir iex

One awesome discovery for me was, that you can browse the docs of commands directly from within the iex console.

Try it, within iex:

h String.Split
h Phoenix # try this with iex -S mix within a phoenix project of course