diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-21 17:23:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-21 17:23:12 +0200 |
| commit | b3628c9d0b802bbcedd9608b67017721220987df (patch) | |
| tree | b1d04fc16d9ecf4eb2d45880b7044a794ae8da30 /nvtable | |
| parent | d912ffb18952dd53d39e189e9259d4b4748e1f9f (diff) | |
| download | danix-nvchecker-master.tar.gz danix-nvchecker-master.zip | |
Diffstat (limited to 'nvtable')
| -rwxr-xr-x | nvtable | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
