Skip to content

Files

Latest commit

 

History

History
27 lines (17 loc) · 921 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 921 Bytes

alfred-create-empty

Alfred workflow to to flatten a folder and it's contents

Create empty files and folders based on the names in your clipboard (one per line).

Install

npm install --global alfred-create-empty

Requires Node.js 14+ and the Alfred Powerpack.

Usage

  • Copy a list of file names to your clipboard
  • Invoke the Alfred File Browser on a file or a folder
  • Select the Create Files with Names in Clipboard or Create Folders with Names in Clipboard action
  • Hit Enter and the files will be created next to the file you selected

Related