Earlier quoted context omitted.
Clink [ https://mridgers.github.io/clink/ ] adds this functionality and much more to good old fashioned command prompt (which I prefer to powershell because it's much faster and simpler)
That repo is extremely outdated. Here's the official(?) supercharged fork, which is actively developed - https://github.com/chrisant996/clink
Windows Terminal Quake Mode
81–90 of 91 posts
Re: Windows Terminal Quake Mode
#82Earlier quoted context omitted.
Fuzzy history search like fzf does is in my experience quicker. And also works in Powershell.
Are you using PSFzf or something else? https://github.com/kelleyma49/PSFzf
Re: Windows Terminal Quake Mode
#83Re: Windows Terminal Quake Mode
#84Earlier quoted context omitted.
Had been literally doing this first as a "poor man's" quake mode since moving away from ConEmu - pretty soon realised it was just enough for me. So I'd rather they find an elegant solution to UAC elevation.
Very curious as to why you moved away from ConEmu. Can you share the motivating factors? Anything to be concerned about?
Re: Windows Terminal Quake Mode
#85Disregarding the geek and nostalgia factor. Why is this a feature of a specific application and not the WM? In fact it's almost already there. Just put your terminal as first item in the task list, then press Win+1 to summon a terminal and then Win+1 again to hide it. All existing window location and focus rules stay the same. What's missing?
Presumably because it's quicker or easier to implement this at the application layer rather than at the WM layer. Also, it makes the functionality available no matter which WM one is using, including ones that don't support this natively.
Re: Windows Terminal Quake Mode
#86Earlier quoted context omitted.
AltDrag has been one of the first pieces of software I install on a Windows machine for years now. Such a time saver. As we're a little OT here, I might as well recommend you check out GridMove which moves windows to predefined positions on any of the screens with a press of a hotkey.
alt drag is something I picked up on Linux. I was delighted to find it for Windows several years ago, and the name made it really easy to find. Mac window management continues to infuriate me.
Re: Windows Terminal Quake Mode
#87Earlier quoted context omitted.
Is someone having reading comprehension issues?
Is someone?
> Many existing terminals support a feature whereby a user can press a keybinding anywhere in the OS, and summon their terminal application. [...] This global summon action is often referred to as "quake mode", a reference to the video game Quake, who's console slid in from the top.
The commenter I replied to said:
> This is not to play Quake in WT, this allows WT to behave like the console window in Quake descendants that displays when [ ~] is pressed.
The original article said nothing of the sort, even the part he quoted contradicted him, it was obvious that whoever wrote about this feature knew what "Quake mode" meant.
Then someone downvoted me for pointing that out.
Reading comprehension fail x2 ¯\_(ツ)_/¯
> Is someone?
Is anyone, really?
Re: Windows Terminal Quake Mode
#88Earlier quoted context omitted.
Had been literally doing this first as a "poor man's" quake mode since moving away from ConEmu - pretty soon realised it was just enough for me. So I'd rather they find an elegant solution to UAC elevation.
Very curious as to why you moved away from ConEmu. Can you share the motivating factors? Anything to be concerned about?
Now, with ConEmu, that also caused some rendering defects and I would have to hide/show window and sometimes reopen tabs to get it to work again. If I understand correctly, ConEmu does some sort of off screen rendering hack with conhost and then just synchronizes the bitmap to where its real window is. Though I may be completely wrong and that is not how it really works. But these issues have never occurred with WT.
Otherwise, I had nothing to complain about with ConEmu, especially its UAC handling is awesome. Unless we could have proper sudo on Windows, of course. That would be even better UX :)
Re: Windows Terminal Quake Mode
#89Earlier quoted context omitted.
And a 1000 of those are bugs that have been around since Windows 98.
Any example?
Even after all this time, they can`t figure out to automatically chain I/O operations (or at least give me some UI to do it explicitly).
Re: Windows Terminal Quake Mode
#90Earlier quoted context omitted.
I used to use Guake but felt the need sometimes to be able to resize/move terminal open next to a window, say, for comparing something. So I instead setup a script to run a regular terminal such that it a) starts a terminal instance if none are running b) activates the terminal window if an instance is running and c) presses alt-tab to switch away from terminal if the terminal window is active. The script is bound to…
Can you share the script please? It sounds like something I'd find very useful