Currently descriptions wrap to the next line,
wasting almost half the lines on description endings
that also make it harder to visually scan the left column for results.
Actual results:
$ nix run github:OleMussmann/nps -- -edd -s=false moonlight
sunshine 2025.122.141614 Sunshine is a Game stream host for Moonligh
t
moonlight-qt 6.1.0 Play your PC games on almost any device
moonlight-embedded 2.7.0 Open source implementation of NVIDIA's Game
Stream
moonlight 1.3.9 Discord client modification, focused on enh
ancing user and developer experience
Expected results with column wrapping (which also makes the wasted space more obvious):
$ nix run github:OleMussmann/nps -- -edd -s=false moonlight
sunshine 2025.122.141614 Sunshine is a Game stream host for Moonligh
t
moonlight-qt 6.1.0 Play your PC games on almost any device
moonlight-embedded 2.7.0 Open source implementation of NVIDIA's Game
Stream
moonlight 1.3.9 Discord client modification, focused on enh
ancing user and developer experience
Expected results with truncating (which I'd like to see by default):
$ nix run github:OleMussmann/nps -- -edd -s=false moonlight
sunshine 2025.122.141614 Sunshine is a Game stream host for Moonlig…
moonlight-qt 6.1.0 Play your PC games on almost any device
moonlight-embedded 2.7.0 Open source implementation of NVIDIA's Gam…
moonlight 1.3.9 Discord client modification, focused on en…
Currently descriptions wrap to the next line,
wasting almost half the lines on description endings
that also make it harder to visually scan the left column for results.
Actual results:
Expected results with column wrapping (which also makes the wasted space more obvious):
Expected results with truncating (which I'd like to see by default):