From 613642ba3df0ef08727af65de824ab2e25c5ee09 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 6 Sep 2021 23:12:16 +0100 Subject: [PATCH] Added TODO from Zach Riggle --- doc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/TODO b/doc/TODO index 7894b15..60e7a3d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -50,6 +50,8 @@ Things still to do: - option to show speed gauge (% max speed) if progress not known (Ryan Cooley - Jun 2019) - look at https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/diua761/ + - option to show multiple files with individual sizes and a cumulative + total e.g. --watchfile [file] --size [size] (Zach Riggle) - add development support for http://clang-analyzer.llvm.org/ - stats for avg/min/max/stddev throughput (Venky.N.Iyer)