vitorgalvao / alfred-workflows

Collection of Alfred workflows
BSD 3-Clause "New" or "Revised" License
2.44k stars 167 forks source link

Add feature to override preserving extension for RenameAction #150

Closed nmajin closed 2 years ago

nmajin commented 2 years ago

No bug but curious if we can provide a parameter to override preserving the extension for RenameAction? I would actually like to control the entire naming of the file (i.e. appending maybe a .txt or .whatever to the file).

vitorgalvao commented 2 years ago

It’s something I’ve considered before but that I don’t intend to add at this time. It’s a rare need and would complicate the code, for something I want to make sure works safely.

Thank you anyway for the feature request.