How to preserve table outpout in flatpak list command

Hi all,

The terminal output of the flatpak list shows a nice table output
Storing the command output in a file flatpak list > file for parsing does destroy the table format output

How to preserve table outpout in flatpak list command ?
Thanks

1 Like

Try flatpak list | column -t > apps.txt

2 Likes