You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the output format of checkpointctl is in a table format. However, due to the limitations of horizontal space and the need to display multiple checkpoints, it would be beneficial to add a tree view format. This offers several advantages:
The tree format takes advantage of unlimited vertical space, which is more suitable for displaying detailed information.
The tree format can be used with multiple checkpoints, allowing for the presentation additional details for each checkpoint.
A built-in terminal pager, (e.g: systemctl status), would enhance the usability of the output.
It might be useful to also be able to render the output in a JSON format (e.g., similar to podman inspect). This would enable easier integration with other tools to further process the output of checkpointctl.
Currently, the output format of
checkpointctl
is in a table format. However, due to the limitations of horizontal space and the need to display multiple checkpoints, it would be beneficial to add a tree view format. This offers several advantages:systemctl status
), would enhance the usability of the output.Here's an example of how the output could look:
Suggested by @adrianreber
The text was updated successfully, but these errors were encountered: