Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 595 Bytes

Random File Picker

GitHub Workflow Status (branch)

Project License

About

A simple .NET core CLI program that simply scans all files in a target directory and opens a random file with it's registered file handler.

Build

dotnet build . --configuration Release

Usage

randomFilePicker /path/to/files "<pattern>.ext"
randomFilePicker /mount/dir/media "*.txt"
randomFilePicker /home/myfiles/videos "this*.mp4"