I download a lot of articles for offline reading and archiving. When I download an article, it gets saved as
AuthorFirstName AuthorLastName - title.ext
Once I have read the article (assuming I want to keep it) I rename it to
AuthorLastName, AuthorFirstName - title.ext
I wrote a python script (swapnames.pyw) that does the renaming. I would like to add a context menu entry so that I can right click on a file (with varying file extensions) and select "Swap Names" from the menu. Can anyone tell me what keys/data items I need to add to do this?
I just spent the last two hours on google but all I have found are manual methods that don't work and installable utilities that also don't work.