iridakos / goto

Alias and navigate to directories with tab completion in Linux
https://iridakos.com/programming/2019/04/10/shell-navigation-with-autocomplete
MIT License
879 stars 63 forks source link

Add colors and improve alignment in the list display #40

Closed Calinou closed 6 years ago

Calinou commented 6 years ago

This adds colors to the list display and makes it easier to read by aligning alias names to the right.

Tested on:

Preview:

goto_improved_display

Should there be a CLI argument for disabling colored output? I can add this if desired.

This closes #35.

iridakos commented 6 years ago

Awesome, thank you very much for the contribution!

I don't mind about the CLI argument, whatever you like :)