Search found 4 matches

by MBplorer
11 Mar 2021 17:05
Forum: Tips & Tricks, Questions & Answers
Topic: Open With custom file associations to existing process.
Replies: 4
Views: 616

Re: Open With custom file associations to existing process.

Oh, sorry, should have clarified. I have an XYPlorer XYS script that starts VSCodium. After this instance is started, I'd like other files that I open later in XYplorer to use that same instance if possible, rather than opening a new one. May not be particularly relevant, but the reason I'm trying t...
by MBplorer
11 Mar 2021 14:07
Forum: Tips & Tricks, Questions & Answers
Topic: Open With custom file associations to existing process.
Replies: 4
Views: 616

Open With custom file associations to existing process.

I haven't found a solution in the forums, perhaps I'm not using the correct terminology. I've setup custom file associations to load particular files with VSCodium. This works well. Opening additional files sends them to the same instance of VSCodium, this is also as I desire. The issue I'm trying t...
by MBplorer
16 Jun 2020 16:43
Forum: Tips & Tricks, Questions & Answers
Topic: Escape "=>" in a script.
Replies: 2
Views: 519

Re: Escape "=>" in a script.

Thanks for the speedy reply highend!

Looks like I was close, but the straightforwardness of it threw me. :-)

Thanks for the heredoc tip also- I'll investigate that for future needs.
by MBplorer
16 Jun 2020 14:00
Forum: Tips & Tricks, Questions & Answers
Topic: Escape "=>" in a script.
Replies: 2
Views: 519

Escape "=>" in a script.

Hi- I'm trying to put together a quick script for YouTube-dl. I've seen scripts for this by others on the forum, but I'm just trying to do one with the specific options I like. I've hit a snag trying to "escape" one of my command line options. The command I'm trying to execute is the follo...