mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#powershellcore

0 posts0 participants0 posts today
Sascha Stumpler<p>PowerShell Core 6.0 Released <a href="http://dlvr.it/TJ7JRp" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="">dlvr.it/TJ7JRp</span><span class="invisible"></span></a> via PlanetPowerShell <a href="https://hessen.social/tags/PowerShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShell</span></a> <a href="https://hessen.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a> <a href="https://hessen.social/tags/PowerShellCore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShellCore</span></a> <a href="https://hessen.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a></p>
Hagen Deike :verified:<p>Anyone who had their first experience with computers in the 80s often did so on a Commodore 64. The nostalgia of turning on the blue screen lasts to this day. That is why I have adapted my PowerShell environment so that it looks like a C64. How you can customize your shell as well I described here. Have fun with it.</p><p><a href="https://blog.greenbrain.de/2023/03/the-retro-terminal-looking-good-in-8.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.greenbrain.de/2023/03/the</span><span class="invisible">-retro-terminal-looking-good-in-8.html</span></a></p><p><a href="https://sueden.social/tags/powershell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>powershell</span></a> <a href="https://sueden.social/tags/powershellcore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>powershellcore</span></a> <a href="https://sueden.social/tags/powershell7" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>powershell7</span></a> <a href="https://sueden.social/tags/windows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windows</span></a> <a href="https://sueden.social/tags/windowsserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windowsserver</span></a> <a href="https://sueden.social/tags/windowsterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>windowsterminal</span></a> <a href="https://sueden.social/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://sueden.social/tags/commodore64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commodore64</span></a> <a href="https://sueden.social/tags/c64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>c64</span></a> <a href="https://sueden.social/tags/retro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retro</span></a></p>
James Bartlett :terminal:<p>I've been using <a href="https://techhub.social/tags/Tabby" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tabby</span></a> (formerly <a href="https://techhub.social/tags/Terminus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terminus</span></a>) as my main <a href="https://techhub.social/tags/Terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terminal</span></a> app for a while, and I've customized it quite a bit, so I thought I'd share some of my favorite <a href="https://techhub.social/tags/TabbyTweaks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TabbyTweaks</span></a>.</p><p>1. A <a href="https://techhub.social/tags/PowerShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShell</span></a> script that launches Tabby, waits for its <a href="https://techhub.social/tags/MainWindowHandle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MainWindowHandle</span></a> to appear, then hides it using <a href="https://techhub.social/tags/ShowWindowAsync" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ShowWindowAsync</span></a> <a href="https://techhub.social/tags/Win32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Win32</span></a> <a href="https://techhub.social/tags/API" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>API</span></a> (see <a href="https://techhub.social/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<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 "toggle (show/hide) terminal window"<br>4. Custom <a href="https://techhub.social/tags/PowerShellCore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShellCore</span></a>, <a href="https://techhub.social/tags/WindowsPowerShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WindowsPowerShell</span></a>, <a href="https://techhub.social/tags/CMD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CMD</span></a>, <a href="https://techhub.social/tags/WSL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WSL</span></a>, and <a href="https://techhub.social/tags/SSH" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SSH</span></a> profiles (both admin and non-admin)<br>5. <a href="https://techhub.social/tags/OhMyPosh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OhMyPosh</span></a> running a slightly modified <a href="https://techhub.social/tags/froczh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>froczh</span></a> theme</p><p>My "Start-TabbyHidden.ps1" script: <a href="https://github.com/JamesDBartlett3/PoshBits/blob/main/Start-TabbyHidden.ps1" rel="nofollow noopener" target="_blank"><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" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">ohmyposh.dev</span><span class="invisible"></span></a></p>
FiXato (fallback)<p><span class="h-card"><a href="https://hackers.town/@mjd" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mjd</span></a></span> <span class="h-card"><a href="https://mastodon.ar.al/@aral" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>aral</span></a></span> judging by the comments on <a href="https://stackoverflow.com/questions/48848841/how-do-i-write-utf8-with-no-bom-to-console-no-file/48859679#48859679" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">stackoverflow.com/questions/48</span><span class="invisible">848841/how-do-i-write-utf8-with-no-bom-to-console-no-file/48859679#48859679</span></a> even if you change the encoding for redirection in <a href="https://mastodon.social/tags/PowerShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShell</span></a>, it will still include the <a href="https://mastodon.social/tags/ByteOrderMark" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ByteOrderMark</span></a>. Though it might be possible in <a href="https://mastodon.social/tags/PowerShellCore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PowerShellCore</span></a>.</p><p>Doesn't take away though that these are horrible defaults and should just work regardless of what terminal you use...</p>