-
Notifications
You must be signed in to change notification settings - Fork 500
Description
Is your feature request related to a problem? Please describe.
Quite often, I find it useful to open a specific file in a software that is not the default app that opens when a file with a certain extension are opened in file explorer.
Example - link to svg files will in most cases open in a web browser, but in my case I almost always need to open this files in Inkscape.
Describe the solution you'd like
Similar solution as seen in Q-dir (alternative file explorer for Windows). There are a multi-line text field where user can define a series of file extension filters in order to redirect what software is to be invoked for a particular (or a set of) file extension. All ini-files, bat files, will always opens in Notepad3 text editor.
This is how it looks like at my place, working example in Q-dir
Span of settings
For my own part, such custom association settings may be stored in the general program settings in CT.
But, have such custom settings for each CT database may be a better choice.
In addition, the existing "file link" feature could be upgraded so that it accept a command + file path.
e.g. "c:\program files(x86)\Inkscape\inkscape.exe c:\users\grobe\greatdrawing.svg".
Or add a new type of link that refer to a command prompt, so that any link of this type can run any local executable with any parameters.