From 599d47adbf0ed54f0b4f3fb9a766a779d7ea3173 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 24 Feb 2024 01:05:03 +0100 Subject: [PATCH] list --- apptui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apptui b/apptui index 2ad7b1bf27..47702276ef 100755 --- a/apptui +++ b/apptui @@ -336,7 +336,7 @@ run_install() { } run_list() { header="Shows the list of all the apps available in the repository." - $AMCLI list | gum pager + $AMCLI list | cut -d' ' -f2-99 | gum pager } run_overwrite() { header="Overwrite the existing version of the app with a snapshot saved previously."