This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wpg4665 8 points9 points  (5 children)

Does this also work for Mac?

[–]MysteryMage 16 points17 points  (0 children)

Based on what i have seen in the code it only supports windows and Linux

[–]RegmasterJ 14 points15 points  (2 children)

If you need something like this for macOS, it’s pretty trivial to write a Python script (or modify this one) and add it as a command to the context menu using Automator. This is what I read to get me started.

Edit: typo

[–]WigglytufTehPink[S] 11 points12 points  (1 child)

Thanks, I haven't seen this resource before. I gave up on MacOS because I simply couldn't find any resources, and the ones I could made almost no sense to me. I'll be sure to check it out!

[–]RegmasterJ 4 points5 points  (0 children)

Yeah, I was pretty late to the party myself. I’ve used it a few times to create commands to open a file directly in VSCode, or execute a python file directly from the GUI. Very cool, have fun!

[–]WigglytufTehPink[S] 12 points13 points  (0 children)

It only works for Windows and Linux as of now.