starman@programming.dev to Shell Scripting@programming.devEnglish · 11 months agoNuShell 0.88www.nushell.shexternal-linkmessage-square7fedilinkarrow-up112arrow-down10
arrow-up112arrow-down1external-linkNuShell 0.88www.nushell.shstarman@programming.dev to Shell Scripting@programming.devEnglish · 11 months agomessage-square7fedilink
minus-squarestarman@programming.devOPlinkfedilinkEnglisharrow-up1·edit-211 months ago ls | select name: will return table ls | get name: will return list Source
minus-squareNundrum@yall.theatl.sociallinkfedilinkEnglisharrow-up1·11 months agoSadly that’s still not a compact output. The listing is still just as long as before scrolls right off the terminal
minus-squarestarman@programming.devOPlinkfedilinkEnglisharrow-up1·edit-211 months agoYou can try changing table style to more compact one. https://www.nushell.sh/book/coloring_and_theming.html#table-borders
ls | select name
: will return tablels | get name
: will return listSource
Sadly that’s still not a compact output. The listing is still just as long as before scrolls right off the terminal
You can try changing table style to more compact one. https://www.nushell.sh/book/coloring_and_theming.html#table-borders