View Single Post
Old 2nd January 2021, 07:07   #1  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Looking for a solution of a common file management problem

I'm using Windows File Explorer in dark mode and noticed that for certain types of files I have 2 common use cases.

Example Image files, jpg, png etc.
------------------------------------------

1. Watching the image with an image viewer app, like mpv.
2. Editing the image with an image editing app, like paint.net

Scripts, Powershell, Python, Lua etc.
---------------------------------------------

1. Executing the script.
2. Editing the script, for instance with VS Code.

For ps scripts and any other text file types, my default file association is VS Code, and for execution I use Open with++, KeyLauncher and Windows Terminal. I'm very happy with the KeyLauncher solution and Windows Terminal but find the Open with++ solution inefficient for very frequent operations. What I would like to try is the following:

When I double-click a ps1 (or py) file in File Explorer, or press enter, VS Code starts to edit the file, now comes the trick, if I double-click or press enter while the Ctrl key is pressed, I want the script to be executed instead. I checked if Explorer opens it with Ctrl+Enter, and it does.

It's probably not difficult to build a tool that does what I want, it should not take more than a few hours. I already have built something related in the past:

WinAppLauncher

What I would like to ask however is if something similar or related already exists? Not necessary using File Explorer but also other file management tools.
stax76 is offline   Reply With Quote