BufEdit
Programmable buffer editor for Elixir, similar in concept to ed.
Installation
If available in Hex, the package can be installed
by adding buf_edit
to your list of dependencies in mix.exs
:
def deps do
[
{:buf_edit, "~> 0.1"}
]
end