flatpak
flatpak copied to clipboard
cannot see full application id
i wish flatpak search would be presented in two lines so that applicaition id would be seen easily.
unless i maximize terminal i cannot see full application id

Multi-line output isn't great, as it breaks e.g. grep. I was gonna recommend using the --column option, but that seems to not work for the search command.
I cannot resize the terminal, how can I get the full id?
Replying to this a bit late, but my solution was this:
flatpak search devtoolbox | column -t
Additionally, using '-s' to indicate the delimitator:
flatpak search devtoolbox | column -s, -t
flatpak search does (now) support --columns, so you can do something like flatpak search openshot --columns=application,remotes