lukaszlach / clip

:whale: Docker Client Plugins Manager - build new plugins, publish them on Docker Hub or just try some plugins from the catalog and install them locally
https://lach.dev/clip
MIT License
131 stars 13 forks source link

fix ls command's table format by explicitly setting column width #7

Closed lalyos closed 5 years ago

lalyos commented 5 years ago

using TAB is not reliable:

Screen Shot 2019-06-03 at 14 53 10

with this PR its more consistent:

Screen Shot 2019-06-03 at 14 51 32
lukaszlach commented 5 years ago

Thanks! I just found this one issue and we can merge this one :)

lalyos commented 5 years ago

fixed