alfred-slugify
v0.0.2
Published
Alfred workflow to slugify clipboard content, selected text, and filenames
Downloads
3
Maintainers
Readme
alfred-slugify
Alfred workflow to slugify clipboard content, selected text, and filenames
Slugify your clipboard content, things you enter into Alfred itself, selected text via the UniversalActions as well as Filenames of selected files!
Install
npm install --global alfred-slugify
Requires Node.js 14+ and the Alfred Powerpack.
Usage
Careful: using slugify on files is not reversible!
If you want to test if you like the result of the slugify process, duplicate your files before running this workflow!
- You can use
slugify
as a keyword in the standard Alfred window to slugify the clipboard content or enter something to slugify - You can use
slugify
on selected text to slugify the selection - Hitting Enter in Alfred will copy the selected slug to your clipboard
- When holding Command while hitting Enter on the result, the slugified text will be copied to your clipboard and also pasted to the front most app
- You can use
slugify
on selected files and foldersslugify !rename
will actually rename the filesslugify !filename
will process the filename and leave the extension intact
- You can use filters to get a specific
slugify
style- You can use things like
!title
or!upper
or!case title
as filters at the end of your input. - When you want to slugify the clipboard content, don't enter anything other than
slugify
orslugify !title
and you will get the filtered list only containing title case.
- You can use things like
Related
- More Alfred Workflows - My Alfred Workflow Directory
- alfy - Create Alfred workflows with ease
- slugify - NPM Library to slugify text