From bab5ee68fd46e1d07a5f35de89283d5d1093be5b Mon Sep 17 00:00:00 2001 From: Harald Goettlicher Date: Fri, 2 Sep 2022 23:14:53 +0200 Subject: [PATCH] hint for Python 3 port --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 819eb4d..fddd4c0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ tkdu Fork of Jeff Epler's tkdu program to visualize disk usage and `du` output +Ported version for Python 3 + See original version [here](https://github.com/daniel-beck/tkdu/commit/55ef0278c58b5a03687180bb5e5722fa3a22d7a5) or [on its website](http://www.unpythonic.net/jeff/tkdu/).