Pretty Eshell - A Renovate Erlang Shell with Colorfull Syntax Highlight.
Takes on Ubuntu with Default Terminal.
Clone:
$ git clone --recursive https://github.com/spawnfest/ErlShell.git
Automatically (you may need to run this command with sudo
and run erl shell with sudo
):
$ make install
Manually:
application:which_applications()
in the Erlang shell. The version number is the last element of the tuple.erl -make
)..beam
files in ebin/$VSN/
and move them to $ROOT/lib/stdlib-$VSN/ebin/
for the OTP release of your choice.Manually :
$ROOT/lib/stdlib-$VSN/ebin/
and remove io_lib_pretty.beam
,lib.beam
,shell_profile.beam
and shell.beam
..backup-pre-pretty-erlshell
. like io_lib_pretty.beam.backup-pre-pretty-erlshell
, lib.beam.backup-pre-pretty-erlshell
and so on..backup-pre-pretty-erlshell
Thanks to Fred Hebert for details explanation about erlang shell on his blog post
and last but not least A Big thanks to Erlang OTP team, SpawnFest 2017 Organizers, Judges, Sponsors and Gogole.