Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 977 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 977 Bytes

picrandom

Script for selecting random files. It recursively scans the current directory and copies five random files to the /tmp/picrandom/

Basic usage (run in the directory with images):

curl -Ls https://git.io/picrandom | python3 -

Paranoids can download the script and launch it with one parameter - path to the directory with images.


Скрипт для выбора случайных файлов. Рекурсивно просматривает текущую директорию и копирует пять случайных файлов в /tmp/picrandom/

Простейшее использование (выполнять команду в директории с картинками):

curl -Ls https://git.io/picrandom | python3 -

Параноики могут скачать скрипт и лишь затем запускать его с одним параметром - путём к директории с картинками.