Advertisement Β· 728 Γ— 90

Posts by trackd

not sure if you mean deck or TextMate in this context but either way i opened the discussions on github if you want to ask questions

4 weeks ago 1 0 1 0
Video

New release of the #PowerShell module `TextMate` (0.2.1)

added a builtin pager and partial ALC.
supports search highlighting and sixel images.

Accessible via the `-Page` parameter or `Out-Page` cmdlet.
github.com/trackd/TextM...

1 month ago 5 1 0 1
Preview
Check if Elevated by kilasuit Β· Pull Request #26761 Β· PowerShell/PowerShell PR Summary Adds infrastructure that allows users to test in a PowerShelly way if they are running a session with elevated privileges PR Context We have lots of samples of code out there checking fo...

There is this pr that introduces `$IsElevated`

github.com/PowerShell/P...
Not merged though.

1 month ago 4 0 1 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

🎯 Want smarter #PowerShell scripts?
At #PSConfEU 2025, @trackd.x64.se showed how to:
πŸ”Ή Validate inputs
πŸ”Ή Transform values
πŸ”Ή Add autocompletion
Perfect parameters = cleaner code + better UX.
🎟️ Grab your ticket for #PSConfEU2026 β†’ psconf.eu
#DevOps #Automation

1 month ago 3 1 0 0
Preview
GitHub - jborean93/PowerShell-PublishTest: Testing for publishing a PowerShell module to different repositories Testing for publishing a PowerShell module to different repositories - jborean93/PowerShell-PublishTest

At work we need to publish a PowerShell module but didn't want to deal with PSGallery tokens and more permissions we need to audit over time. I've tried out GitHub Container/OCI and Nuget feeds as well as Azure Artifacts. github.com/jborean93/Po...

TLDR: Use Azure Artifacts.

1 month ago 9 3 3 0
Post image

@bjompen.com will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)

πŸŽ™οΈ Migrating everything to PowerShell Universal - Including humans!
πŸŽ™οΈ Musical PowerShell - Make your scripts sound awesome!

🎟️ psconf.eu

#Europe #Germany #PowerShell

1 month ago 4 3 0 2
Preview
GitHub - trackd/TextMate: PowerShell c# module using TextMate + Spectre.Console PowerShell c# module using TextMate + Spectre.Console - trackd/TextMate

New Module `TextMate`
rendering text/code in the terminal with TextMate grammar.

uses PwshSpectreConsole and outputs Spectre objects that can be embedded inside spectre renderables.

github.com/trackd/TextM...

www.powershellgallery.com/packages/Tex...

#PowerShell

1 month ago 5 0 0 2
Post image

Just published a new version of the Sixel module.

* added Braille rendering
* improved blocks rendering
* improved terminal detection
* library updates.

still support Sixel, KittyImage and InlineImage (iterm2) πŸ˜€

github.com/trackd/Sixel
www.powershellgallery.com/packages/Six...
#PowerShell

2 months ago 2 1 0 0
Advertisement
Post image

@jborean.bsky.social will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)!

πŸŽ™οΈ Method to the Madness - How PowerShell Invokes.NET Methods
πŸŽ™οΈ Spawn of a Shell - Handling Sub Processes

🎟️ Tickets: psconf.eu

#automation #IT #PowerShell #Germany

2 months ago 2 2 0 0

just published a new version of ISpy,

* new cmdlets to control the decompilation process both settings and formatting.
* format files
* some minor bugfixes.

github.com/trackd/ISpy
www.powershellgallery.com/packages/ISpy

#PowerShell

2 months ago 4 1 0 0
Post image

@trackd.x64.se will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)

πŸŽ™οΈ Behind the Scenes of PwshSpectreConsole
πŸŽ™οΈ Level Up Your Terminal Experience

🎟️ Book your tickets: psconf.eu

#PowerShell #automation #Europe #Germany

2 months ago 5 5 1 0

πŸ˜‚πŸ€£
Actually got a few cool pictures there.
i never even noticed the photographer during the talk, maybe thats why theyre open πŸ™ˆ

2 months ago 0 0 0 0
Post image

New PowerShell module out :)
ISpy, using ILSpy's decompiler library.

github.com/trackd/ISpy/
www.powershellgallery.com/packages/ISpy/

2 months ago 12 4 1 0
Post image

Let’s be honest. 😏
This will be the best post of your day. πŸ’™πŸ’œ
And it will be the best click of your new year πŸ‘‰ psconf.eu
Guaranteed. 🀫

New speakers just dropped and scheduled is live.

#PowerShell #PSConfEU #Wiesbaden #Germany #Europe #automation #IT

3 months ago 12 6 1 5
Preview
GitHub - jborean93/PSNetDetour: Detour/Hook .NET Functions in PowerShell Detour/Hook .NET Functions in PowerShell. Contribute to jborean93/PSNetDetour development by creating an account on GitHub.

Hot off the press, a new PowerShell module PSNetDetour which you can use to hook any (caveats of course) .NET method and have it run your ScriptBlock instead. Great for experimentation, debugging, testing github.com/jborean93/PS...

3 months ago 11 7 1 0
Video

Happy holidays! πŸ˜€
#PowerShell #WindowsTerminal #Sixel

3 months ago 8 2 0 0
Preview
Release v2.4.0 Β· SeeminglyScience/ClassExplorer 2.4.0 - 2025-12-22 Invoke-Member (aka ivm) (#55) Quality of life command that makes interactive invocation of reflection info easier. Tracks source instance No need to save instances to an intermed...

v2.4.0 of #PowerShell module ClassExplorer is released! New commands Invoke-Member and Get-AssemblyLoadContext

github.com/SeeminglySci...

3 months ago 10 7 1 0

haha yea pretty old tech, still works surprisingly.
had an old gist some people used and figured it was a fun excercise to make it a binary module.
and does add some features i havn't seen in any of the others :)

3 months ago 1 0 0 0
Advertisement
Preview
GitHub - trackd/TerminalSessions: Powershell c# module to manage TerminalSessions Powershell c# module to manage TerminalSessions. Contribute to trackd/TerminalSessions development by creating an account on GitHub.

released a new PowerShell module `TerminalSessions`
github.com/trackd/Termi...

3 months ago 8 4 1 0
Video

I've added a TabCompletion enhancement to PowerShellRun v0.13.1.

github.com/mdgrs-mei/Po...

It's similar to PSReadLine's MenuComplete, but the fuzzy finder can handle more completion candidates. The preview window shows the output from Get-Help or the completion ToolTip.

4 months ago 7 2 0 0
Post image

10 days remaining to submit your #PSConfEU 2026 session. A strong idea is all you need.

✍️ Submit: sessionize.com/psconfeu26

#PowerShell #IT #Germany #Europe #Wiesbaden #Automation

4 months ago 1 5 0 1
Post image

He’s back. πŸ‘”

The man who started it all β€” @jsnover.com, Inventor of #PowerShell, will open #PSConfEU 2026 in #Wiesbaden with the keynote you don’t want to miss.

🎟️ Tickets now available β†’ psconf.eu
#Automation #IT #Germany #Europe

5 months ago 21 15 1 2
PowerShell Conference Europe 2026: Call for Speakers Welcome to the Call for Speakers Page for PowerShell Conference Europe 2026. This time it will be held in Wiesbaden, Germany. June 1-4, 2026 We are ...

Here we go. During #PSConfEU MiniCon we announced and opened #PSConfEU 2026 in Germany CFP

Speakers can submit their sessions at sessionize.com/psconfeu26
Share this URL on your official website, via social networks and directly to speakers you would like to see on your event.
#PowerShell #pwsh

6 months ago 12 7 0 0
Post image

yea that was definitely the keyword to get selected πŸ˜‚

6 months ago 2 0 0 0
Preview
GitHub - trackd/Sixel: Powershell Module to Convert images to Sixel/InlineImage/Kitty Powershell Module to Convert images to Sixel/InlineImage/Kitty - trackd/Sixel

New version of the Sixel #PowerShell module is out
github.com/trackd/Sixel

fixed a few sizing issues, gif rendering and updated libraries.

6 months ago 7 1 0 0
Post image

bARGE now has full #KQL syntax highlighting, intellisense for hovering and completions with documentation and links.

New buttons to run queries from the editor title menu (circled in image).

Using #Azure #ResourceGraph Explorer? Try bARGE in #VSCode!

marketplace.visualstudio.com/items?itemNa...

7 months ago 5 2 0 0
A screenshot of a terminal showing the command:
Install-FromGithub https://github.com/oras-project/oras

Followed by a list output where the latest oras.exe file was downloaded and put into the PATH so you can run it... in under a second.

A screenshot of a terminal showing the command: Install-FromGithub https://github.com/oras-project/oras Followed by a list output where the latest oras.exe file was downloaded and put into the PATH so you can run it... in under a second.

Do you often find a new CLI tool on Github, go to releases, find the right binary, download, unzip, put them somewhere ...

Check out FromGithub

Works cross-platform, finds the right binary for the OS where it's running. You can re-run it to update.

www.powershellgallery.com/packages/Fro...

8 months ago 8 3 2 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

πŸ” Smuggling Data Between #PowerShell Processes – Like Han Solo!

In this #PSConfEU 25 session, @jborean.bsky.social shows :
⚑ Secure sub-process execution
⚑ Running as SYSTEM or TrustedInstaller
⚑ Avoiding secret leaks via logs & env vars
⚑ Safe credential handling tricks

8 months ago 8 5 1 1
Advertisement
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

πŸš€ PowerShell meets C#!
Rendering images in the console using SIXEL, Kitty, & custom cmdlets.
πŸ‘¨β€πŸ’» First module lessons by @trackd.x64.se @ #PSConfEU 2025 (MalmΓΆ)

🎟️ See you in Wiesbaden 2026 β†’ psconf.eu
#PowerShell #CSharp #Scripting #Wiesbaden2026

8 months ago 3 2 0 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

πŸ’» PowerShell devs, your VS Code setup matters.
At #PSConfEU 2025, Justin Grote shared:
βœ” Config sync across devices
βœ” PowerShell Extension Pack tips
βœ” Debug & remote dev tricks
🎟️ Early bird 2026 tickets β†’ psconf.eu
#PowerShell #VSCode #Automation #DevOps

8 months ago 6 5 1 0