Home > erlang_user_utilities

erlang_user_utilities

Erlang_user_utilities is a project mainly written in Erlang, it's free.

A collection of handy user utilities for the Erlang shell.

A collection of handy user utilities for the Erlang shell. Read this blog post for background.

sync()              %   compiles all files in Emakefile and load into current shell
reload()            %   reload loaded modules
reload_then(Fun)    %   reload then exec a function
git(String)         %   run git command

Add the following to ~/.erlang to enable them:

code:load_abs("/Path/To/erlang_user_utilities/user_default").
Previous:little