/file-random

Get random files

Primary LanguageGoMIT LicenseMIT

File Random

Go Reference

Features

  • Get random files (and open them)
  • Command line ready to use
  • Library that can be integrated in a project

Usage

# 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