kjell icon indicating copy to clipboard operation
kjell copied to clipboard

How to integrate with rebar3 shell?

Open erszcz opened this issue 8 years ago • 1 comments

It would be cool if the README / docs showed how (if possible at all) to use kjell as the default shell for rebar3 shell. Has anyone tried this yet?

erszcz avatar Mar 11 '16 10:03 erszcz

I just did this by reusing rebar3 original shell command in a plugin that use kjell. https://github.com/lixen/rebar3_kjell I guess it would be better to add support in rebar3 to replace the call to user_drv. https://github.com/erlang/rebar3/blob/master/src/rebar_prv_shell.erl#L166

lixen avatar Apr 25 '18 11:04 lixen