techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

5.4K
active users

#ShowWindowAsync

0 posts0 participants0 posts today
James Bartlett :terminal:<p>I&#39;ve been using <a href="https://techhub.social/tags/Tabby" class="mention hashtag" rel="tag">#<span>Tabby</span></a> (formerly <a href="https://techhub.social/tags/Terminus" class="mention hashtag" rel="tag">#<span>Terminus</span></a>) as my main <a href="https://techhub.social/tags/Terminal" class="mention hashtag" rel="tag">#<span>Terminal</span></a> app for a while, and I&#39;ve customized it quite a bit, so I thought I&#39;d share some of my favorite <a href="https://techhub.social/tags/TabbyTweaks" class="mention hashtag" rel="tag">#<span>TabbyTweaks</span></a>.</p><p>1. A <a href="https://techhub.social/tags/PowerShell" class="mention hashtag" rel="tag">#<span>PowerShell</span></a> script that launches Tabby, waits for its <a href="https://techhub.social/tags/MainWindowHandle" class="mention hashtag" rel="tag">#<span>MainWindowHandle</span></a> to appear, then hides it using <a href="https://techhub.social/tags/ShowWindowAsync" class="mention hashtag" rel="tag">#<span>ShowWindowAsync</span></a> <a href="https://techhub.social/tags/Win32" class="mention hashtag" rel="tag">#<span>Win32</span></a> <a href="https://techhub.social/tags/API" class="mention hashtag" rel="tag">#<span>API</span></a> (see <a href="https://techhub.social/tags/GitHub" class="mention hashtag" rel="tag">#<span>GitHub</span></a> link below)<br />2. Docking setting enabled (I keep mine docked to the left edge of my main display)<br />3. Ctrl+` hotkey mapped to &quot;toggle (show/hide) terminal window&quot;<br />4. Custom <a href="https://techhub.social/tags/PowerShellCore" class="mention hashtag" rel="tag">#<span>PowerShellCore</span></a>, <a href="https://techhub.social/tags/WindowsPowerShell" class="mention hashtag" rel="tag">#<span>WindowsPowerShell</span></a>, <a href="https://techhub.social/tags/CMD" class="mention hashtag" rel="tag">#<span>CMD</span></a>, <a href="https://techhub.social/tags/WSL" class="mention hashtag" rel="tag">#<span>WSL</span></a>, and <a href="https://techhub.social/tags/SSH" class="mention hashtag" rel="tag">#<span>SSH</span></a> profiles (both admin and non-admin)<br />5. <a href="https://techhub.social/tags/OhMyPosh" class="mention hashtag" rel="tag">#<span>OhMyPosh</span></a> running a slightly modified <a href="https://techhub.social/tags/froczh" class="mention hashtag" rel="tag">#<span>froczh</span></a> theme</p><p>My &quot;Start-TabbyHidden.ps1&quot; script: <a href="https://github.com/JamesDBartlett3/PoshBits/blob/main/Start-TabbyHidden.ps1" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/JamesDBartlett3/Pos</span><span class="invisible">hBits/blob/main/Start-TabbyHidden.ps1</span></a></p><p>Oh-My-Posh: <a href="https://ohmyposh.dev" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">ohmyposh.dev</span><span class="invisible"></span></a></p>