Can I highlight the prompt line in the Rails console? -
working more in rails console these days , helpful if somehow highlight (color, bold, anything) lines i'm typing command stand out rails output.
could highlighting prompt somehow. possible?
if want customize prompt in rails console, looking pry gem lets customize prompt, including adding colors:
https://github.com/pry/pry/wiki/customization-and-configuration#config_prompt
to use automatically rails, include pry-rails gem well.
if want syntax highlighting type in pry console you'll want pry-coolline gem.
Comments
Post a Comment