alfred-copy-names
v0.0.1
Published
Alfred workflow to copy just the file and/or folder names to your clipboard
Downloads
5
Maintainers
Readme
alfred-copy-names
Alfred workflow to copy just the file and/or folder names to your clipboard
Alfred itself provides a file action to copy the file and folder paths.
However, it does not provide an action to copy just the file and folder names.
This workflow provides this in a few variants.
- Copy File Names
- Copy File Names (no extension)
- Copy Folder Names
- Copy all Names
- Copy all Names (no file extension)
Install
npm install --global alfred-copy-names
Requires Node.js 14+ and the Alfred Powerpack.
Usage
- Select a folder in the macOS Finder and then activate the Alfred File Browser.
- For me this is setup to be CommandCommand.
- Then you can enter
Copy Names…
and press Enter. - You will be presented with three options:
- Copy File Names
- Copy Folder Names
- Copy File and Folder Names
- You can filter the options by adding
!file
or!folder
or!fil ext
at the end of the Alfred input field. - Choose the one you want and hit Enter and the names will be copied to your clipboard.
Related
- More Alfred Workflows - My Alfred Workflow Directory
- alfy - Create Alfred workflows with ease
- Copy name [1.6] - My workflow was inspired by this workflow by mcskrzypczak