flatpak icon indicating copy to clipboard operation
flatpak copied to clipboard

cannot see full application id

Open nazar2sfive opened this issue 5 years ago • 3 comments

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 image

nazar2sfive avatar May 25 '20 04:05 nazar2sfive

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.

alexlarsson avatar Jun 30 '20 08:06 alexlarsson

I cannot resize the terminal, how can I get the full id?

sandrock avatar Aug 30 '23 09:08 sandrock

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

farchettiensis avatar Aug 03 '24 16:08 farchettiensis

flatpak search does (now) support --columns, so you can do something like flatpak search openshot --columns=application,remotes

chrisawi avatar Jan 12 '25 05:01 chrisawi