aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnvtable4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvtable b/nvtable
index 9d02c67..deaec0b 100755
--- a/nvtable
+++ b/nvtable
@@ -254,6 +254,10 @@ if ((${#rows[@]})); then
done
echo
fi
+if (( ! NO_EMOJI )); then
+ printf ' %s%s upstream newer · %s repo behind · %s current · %s not installed%s\n' \
+ "$DIM" "$E_UP" "$E_REPO" "$E_OK" "$E_NA" "$R"
+fi
printf ' %s%d%s to upgrade · %s%d%s repo%s to bump · %s%d%s current' \
"$RED" "$n_up" "$R" "$YEL" "$n_repo" "$R" "$( ((n_repo==1)) || echo s )" \
"$GRN" "$n_ok" "$R"