Malcolm Smith
Malcolm Smith
I think I'm not understanding correctly :) Isn't this `set var=$(echo string)` ? That's really capturing stdout of echo into the variable. Readline.exe exists to read from the console and...
Okay, I think I understand. I pushed a4a01f070cd0338be4db1223a52ebf8a7faae230 for this, although am still not happy; I think it should also support both a variable and value from stdin, but having...
For the vast majority of cases, there's an x86 installer (which can run on x86_64 or arm64), that installer detects the "correct" architecture to install, and installs it. The only...
The reason I'm avoiding posting links is it's simpler to have a single installer that works everywhere without users having to know which one to run. The binaries it installs...
Dustin wrote a spec for this a while back that doesn't seem to have ever been merged: https://github.com/microsoft/terminal/pull/7337 https://github.com/microsoft/terminal/blob/ec27049553e9ca2135068edf8a9946a9d94ae2c4/doc/specs/%237335%20-%20Console%20Allocation%20Policy.md Looking at it now the odd part is asking console processes...
Yori does not modify any registry key or system setting without being explicitly instructed to. It doesn’t create an Uninstaller without being instructed to (since that requires registry keys, etc.)...
Aliases are still single commands. Multi-command sequences can be done via scripts, but not aliases. The builtin aliases weren’t meant to be hidden, I just didn’t want the default “alias”...
Explorer seems to have a heuristic to determine whether to launch a shortcut or an executable. For Yori, if you created shortcuts, it’ll pick the shortcut from the start menu...
Good idea. Added as commit d018ff920d9b72d4471fe32147f953844d7a16d9 .
I always wanted to make this more configurable, but never found a good way to expose it. Commit e1abfcab0f5c5853e721e7e5c207ba87fe5d0173 allows launching edit with “-b” to get a 4 color black-and-white...