PSCommander.Extensions

Extensions for PSCommander
Ironman Software
save_alt 616 downloads

PSCommander Extensions

Command your desktop with PowerShell

Install PSCommander

PSCommander is a PowerShell module you can install.

Install-Module PSCommander
Start-PSCommander

Configure PSCommander

PSCommander is configured with a single config.ps1 file.

mkdir "$env:USERPROFILE\Documents\PSCommander"
code "$env:USERPROFILE\Documents\PSCommander\config.ps1"

View the docs for more information.

About this Repository

This repository contains extensions for PSCommander. You can install this module with Install-Module

Install-Module PSCommander.Extensions

For issues related to PSCommander itself, file them on our central product repository.

Widgets

Display widgets on your desktop. They will update automatically and will be positioned on top of your wallpaper but under your icons.

Computer Info

Displays computer info

New-CommanderComputerInfo

Drive Space

Display a drive space widget as a gauge.

New-CommanderDriveSpaceGauge -DriveLetter C

Simple Performance Information

Display a simple performance desktop widget.

New-CommanderSimplePerformanceInfo

Ticker

Stock and crypto ticker. Requires a polygon.io API key (free).

New-CommanderTicker -StockSymbol AAPL -ApiKey 'xyz' -Left 500 
New-CommanderTicker -CryptoSymbol BTC -ApiKey 'xyz' -Left 750

Time and Date

Displays time and date.

New-CommanderTimeAndDate

Install

Install-Module PSCommander.Extensions
Version

0.0.5

Last Updated

Monday, April 26, 2021

Tags

pscommander

Author

Ironman Software