Skip to content

0x00cl/dstort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dstort

An utility to "organize" files randomly in a directory!

Pronounced like distort.

Why

Well, thats interesting, you know why? Because ... πŸƒ

Building

git clone https://github.com/0x00cl/dstort.git
cd dstort
go build
# Resulting binary is called dstort
./dstort -v

Usage

$ ./dstort /home/user/directory

Example

[~]$ 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

About

dstort - "organize" randomly a directory

Topics

Resources

License

Stars

Watchers

Forks

Languages