sindresorhus/Actions

Action proposal: Create a temporary directory

Opened this issue · 0 comments

Description

mktemp -d command of MKTEMP(1) creates a unique directory in the temporary files directory and returns the path to standard output.

The equivalent action for Shortcuts would be great.

FYI: MKTEMP(1) takes an optional prefix as an argument.