wodny / ncdu-export

Standalone ncdu export feature
GNU General Public License v3.0
34 stars 9 forks source link

(un)flatten: don't convert JSON strings to ascii #6

Closed Atemu closed 2 weeks ago

Atemu commented 1 month ago

Successfully runs:

./find.sh . | ./find2flat.py - | ./unflatten.py - | ./flatten.py - | ./unflatten.py - | ncdu -f - -0

In a directory containing a file and directory with emoji filename.

Fixes https://github.com/wodny/ncdu-export/issues/5

Atemu commented 3 weeks ago

Friendly ping @wodny :)