#powershellcore

Sascha Stumplersasstu@hessen.social
2025-02-22

PowerShell Core 6.0 Released dlvr.it/TJ7JRp via PlanetPowerShell #PowerShell #DevOps #PowerShellCore #OpenSource

Hagen Deike :verified:samurai@sueden.social
2023-03-08

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.

blog.greenbrain.de/2023/03/the

#powershell #powershellcore #powershell7 #windows #windowsserver #windowsterminal #terminal #commodore64 #c64 #retro

James Bartlett :terminal:JamesDBartlett3@techhub.social
2023-01-28

I've been using #Tabby (formerly #Terminus) as my main #Terminal app for a while, and I've customized it quite a bit, so I thought I'd share some of my favorite #TabbyTweaks.

1. A #PowerShell script that launches Tabby, waits for its #MainWindowHandle to appear, then hides it using #ShowWindowAsync #Win32 #API (see #GitHub link below)
2. Docking setting enabled (I keep mine docked to the left edge of my main display)
3. Ctrl+` hotkey mapped to "toggle (show/hide) terminal window"
4. Custom #PowerShellCore, #WindowsPowerShell, #CMD, #WSL, and #SSH profiles (both admin and non-admin)
5. #OhMyPosh running a slightly modified #froczh theme

My "Start-TabbyHidden.ps1" script: github.com/JamesDBartlett3/Pos

Oh-My-Posh: ohmyposh.dev

Screenshot of a Tabby terminal window docked to the left side of a computer screen, displaying system specs in PowerShell using winfetch CLI appA PowerShell script called Start-TabbyHidden.ps1, which launches Tabby, waits for the main window to appear, then immediately hides it.

Source code here: https://github.com/JamesDBartlett3/PoshBits/blob/main/Start-TabbyHidden.ps1
heise online (inoffiziell)heiseonline@squeet.me
2021-11-21
Unter Windows sind viele Aufgaben per Tastatur flinker erledigt als per Mausschubserei. Mit der Eingabeaufforderung muss man sich schon lange nicht mehr plagen.
FAQ: Power-Shell
FiXato (fallback)FiXato
2020-06-11

@aral

For example, with PS7 (aka ):
echo 'Hello, world' | Out-File -Encoding UTF8 .\helloworld.txt && C:\cygwin64\bin\file.exe .\helloworld.txt
.\helloworld.txt: ASCII text, with CRLF line terminators

However, with PS6:
echo 'Hello, world' | Out-File -Encoding UTF8 .\helloworld.txt; C:\cygwin64\bin\file.exe .\helloworld.txt
.\helloworld.txt: UTF-8 Unicode (with BOM) text, with CRLF line terminators

(yes, I actually had to use ; rather than && because PS6 doesn't support it...)

FiXato (fallback)FiXato
2020-06-06

@mjd @aral judging by the comments on stackoverflow.com/questions/48 even if you change the encoding for redirection in , it will still include the . Though it might be possible in .

Doesn't take away though that these are horrible defaults and should just work regardless of what terminal you use...

Christian Lehrerchri_tea@chaos.social
2020-01-04

The kids helping to set up 10 PCs for my #scratch course. Of course the first thing is to enable #PowerShell scripts! From there it will be ansible and #PowerShellCore for management. Thanks to SSH being built in, remote management is fun even in workgroup environments :)

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst