sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
MIT License
2.49k stars 103 forks source link

Action proposal: Create a temporary directory #242

Open MCPE-PC opened 2 months ago

MCPE-PC commented 2 months ago

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.