Skip to content

[RFE] Truncating / aligning long descriptions #22

Description

@t184256

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…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions