Urgent.News

What's breaking now, across thousands of outlets.

Tech

PowerShell completions installed by Scoop

Finding Scoop's Hidden Completion Scripts with PowerShell I like Scoop . It's a clean, no-admin-required package manager for Windows, and it stays out of your way. One thing I ran into, though: some apps ship a tab-completion script alongside the binary, and there's currently no built-in way to know it's there. The itch Some Scoop packages bundle a completion script alongside the binary. Once…

PowerShell completions can be installed by the Scoop package manager for Windows, a clean and no-admin-required installer. Some apps bundled with Scoop contain tab-completion scripts, but there's no built-in way to discover them. The Get-ScoopCompletions PowerShell function searches the Scoop apps directory for completion scripts by convention, which are typically named with an underscore prefix (_*.ps1).

This function returns the paths to all the discovery scripts found. Then, the Enable-ScoopCompletions function sources the returned scripts to make the completions available. The function handles permission quirks and half-installed packages gracefully. This solution addresses the gap left by Scoop's lack of a built-in way to index every file inside installed packages.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Forgejo 16.0.4 and 15.0.8 address critical security vulnerability

The Forgejo software-forge project has announced the release of versions 16.0.4 and 15.0.8 , which fixes two security vulnerabilities.

  • Forgejo releases 16.0.4 and 15.0.8 to patch critical security vulnerabilities
  • Critical flaw allows remote-code execution (RCE) via template variable expansion
  • Users advised to upgrade immediately for protection

Optimus UI, NG Switzerland, and NgRx 22

Optimus UI , NG Switzerland , and NgRx 22 headline this episode. Also in brief: new Angular Space podcast episodes and articles, Micro Frontends, Native Federation v4, RxJS 9, and two Angular…

  • Optimus UI, an open-source fork of PrimeNG, offers 80+ accessible Angular components
  • NG Switzerland conference scheduled for February 11-12, 2027 in Lucerne
  • NgRx 22 aligns with Angular 22 release

More from Thursday 10 September →