starman@programming.dev to Shell Scripting@programming.devEnglish · 2 years agoNuShell 0.88www.nushell.shexternal-linkmessage-square5linkfedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkNuShell 0.88www.nushell.shstarman@programming.dev to Shell Scripting@programming.devEnglish · 2 years agomessage-square5linkfedilink
minus-squarestarman@programming.devOPlinkfedilinkEnglisharrow-up2·2 years agoYou can try changing table style to more compact one. https://www.nushell.sh/book/coloring_and_theming.html#table-borders
minus-squareNundrumlinkfedilinkEnglisharrow-up2·2 years agoYes, that changes the borders. But it doesn’t turn a column into a table. Compare ls /proc in both bash and nu. It’s a simple kind of thing that I can’t find a solution for in nu.
You can try changing table style to more compact one. https://www.nushell.sh/book/coloring_and_theming.html#table-borders
Yes, that changes the borders. But it doesn’t turn a column into a table. Compare
ls /proc
in both bash and nu. It’s a simple kind of thing that I can’t find a solution for in nu.