saleguas/context_menu

Can't Specify File Type With Fast Command

imperialmarch55 opened this issue · 0 comments

This does not work whatsoever on Windows 10: straight from the examples:

fc = menus.FastCommand('Weird Copy', type='.txt', command='touch ?x',
                       command_vars=['FILENAME'])  # opens only on .txt files
fc.compile()

It doesn't add a context menu item at all.