• Joined on 2020年12月20日
tbertels opened issue smxi/inxi#344 2025年08月29日 14:21:25 +02:00
Use a different color for "Missing" string when using --recommends
tbertels commented on issue ivarch/pv#95 2024年09月03日 08:38:00 +02:00
Allow to use the process name to watch process (-d)

One thing I've noticed is that pgrep -x firefox will only return the main process whereas pidof firefox will return the spawn processes (which aren't named "firefox") too.

On the other...

tbertels commented on issue ivarch/pv#95 2024年09月01日 12:39:03 +02:00
Allow to use the process name to watch process (-d)

I would suggest checking each value returned by pidof and stopping at the first one that shows any kind of progress (non zero speed). A more complicated way would be to list all processes with...

tbertels opened issue ivarch/pv#95 2024年08月23日 08:57:16 +02:00
Allow to use the process name to watch process (-d)
tbertels created pull request tbertels/manjaro-pacnew-checker#1 2024年08月08日 15:08:11 +02:00
Update fr manjaro-pacnew-checker.mo
tbertels pushed to tbertels-patch-4 at tbertels/manjaro-pacnew-checker 2024年08月08日 15:07:34 +02:00
cc0758f455 Update fr manjaro-pacnew-checker.mo
tbertels created branch tbertels-patch-4 in tbertels/manjaro-pacnew-checker 2024年08月08日 15:07:34 +02:00
tbertels opened issue jannis/FitoTrack#542 2024年07月29日 17:00:02 +02:00
Crash when starting workout
tbertels created pull request Ste74/manjaro-pacnew-checker#8 2024年07月03日 17:51:46 +02:00
Ask again about the file if the user didn't remove it after the diff
tbertels pushed to tbertels-patch-3 at tbertels/manjaro-pacnew-checker 2024年07月03日 17:50:59 +02:00
ea13573955 Ask again about the file if the user didn't remove it after the diff
tbertels created branch tbertels-patch-3 in tbertels/manjaro-pacnew-checker 2024年07月03日 17:50:58 +02:00
tbertels created pull request Ste74/manjaro-pacnew-checker#7 2024年07月03日 17:43:16 +02:00
Use standard (styled) Ok and Cancel buttons
tbertels pushed to tbertels-patch-2 at tbertels/manjaro-pacnew-checker 2024年07月03日 17:42:48 +02:00
0a291a8db4 Use standard (styled) Ok and Cancel buttons
tbertels created branch tbertels-patch-2 in tbertels/manjaro-pacnew-checker 2024年07月03日 17:42:48 +02:00
tbertels created pull request Ste74/manjaro-pacnew-checker#6 2024年07月03日 16:26:42 +02:00
Increase the legibility of the file list
tbertels pushed to tbertels-patch-1 at tbertels/manjaro-pacnew-checker 2024年07月03日 16:26:01 +02:00
38fbfdcd42 Increase the legibility of the file list
tbertels created branch tbertels-patch-1 in tbertels/manjaro-pacnew-checker 2024年07月03日 16:26:01 +02:00
tbertels created repository tbertels/manjaro-pacnew-checker 2024年07月03日 16:24:54 +02:00
tbertels commented on issue ivarch/pv#84 2024年03月23日 22:43:25 +01:00
Allow using --size with --watchfd to show total progress of a process

Thank you too for the explanation, what you wrote before makes perfect sense now.

I use rsync -n -i -c to check if two disks have the exact same content and by doing that I've noticed that,...

tbertels commented on issue ivarch/pv#84 2024年03月23日 14:45:54 +01:00
Allow using --size with --watchfd to show total progress of a process

Since we'd give the sum of the size of all files, couldn't PV add up every files progress already seen and compare it to the sum we'd give it? So if we'd use rsync --recursive on /test1 and...