An utility to "organize" files randomly in a directory!
Pronounced like distort.
Well, thats interesting, you know why? Because ... π
git clone https://github.com/0x00cl/dstort.git
cd dstort
go build
# Resulting binary is called dstort
./dstort -v$ ./dstort /home/user/directory[~]$ tree test_directory
test_directory
βββ foo
βΒ Β βββ bar
βΒ Β βββ foobar.txt
βββ hello.txt
3 directories, 2 files
[~/dstort]$ ./dstort ~/test_directory
# Result
[~]$ tree test_directory
test_directory
βββ bar
βΒ Β βββ hello.txt
βββ foo
βββ foobar.txt
3 directories, 2 files