Open alexherbo2 opened 3 years ago
try this
while :
do
clear
sycli list | sort
sleep 2
done
It will not work exactly because the output is an ASCII table.
It does still sort though. You get something like:
+-------------------------------------------------------------------------------------------------------------------+---------+-------------+------------+-------+------------+-------+
+-------------------------------------------------------------------------------------------------------------------+---------+-------------+------------+-------+------------+-------+
+-------------------------------------------------------------------------------------------------------------------+---------+-------------+------------+-------+------------+-------+
| A Linux iso | 100.00% | 0 B | 5.85 GiB | 0 B/s | 0 B/s | 0 |
| B Linux iso | 100.00% | 5.67 GiB | 10.41 GiB | 0 B/s | 0 B/s | 0 |
So then you can get rid of the horizontal breaks with sycli | sort | tail -n +4
It is a bit too much involvement for my taste. I like your proposal in #208 to replace the table with tabulated data.
I’m disoriented to follow a download progress when doing:
and see the order changing.