- Get random files (and open them)
- Command line ready to use
- Library that can be integrated in a project
# Local build
make build
./build/file-random -h
# Remote install
go install github.com/pierrre/file-random/cmd/file-random@latest
# Module install
go get github.com/pierrre/file-random@latest