PSClock
1.6.0
A set of PowerShell commands for creating and managing a WPF-based clock that runs on your Windows desktop.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
2021-2026 JDH Information Technology Solutions, Inc.
Package Details
Author(s)
- Jeff Hicks
Tags
clock wpf windows time terminal
Functions
Start-PSClock Set-PSClock Get-PSClock Stop-PSClock Save-PSClock Show-FontPreview Show-PSClockSettingPreview Get-PrimaryDisplaySize Start-ConsoleClock Stop-ConsoleClock Start-TitleClock Stop-TitleClock
PSEditions
Dependencies
Release Notes
# PSClock v1.6.0
### Added
- Added commands Start-ConsoleClock and Stop-ConsoleClock to display a clock in the upper right corner of a PowerShell console or terminal.
- Added commands Start-TitleClock and Stop-TitleClock to display a clock and other information in the session title bar.
- Added command aliases scc, stcc, stc, and sttc.
- Added a verbose message to show the module version.
### Changed
- Added an event subscription to clean up on module exit, i.e. running Remove-Module.
- Updated Show-FontPreview to accept sample text from the pipeline.
- Updated the README file.
- Updated localized strings for verbose output on module loading.
- Updated help examples.
- Minor code reformatting.
FileList
- PSClock.nuspec
- Changelog.md
- README.md
- docs\Get-PSClock.md
- docs\Show-FontPreview.md
- docs\Start-PSClock.md
- docs\Stop-PSClock.md
- en-US\PSClock-help.xml
- functions\ClockSettingsPreview.ps1
- functions\fonts.ico
- functions\Get-ScreenWidth.ps1
- functions\Save-PSClock.ps1
- functions\Start-PSClock.ps1
- functions\TitleClock.ps1
- images\console-clock.png
- images\get-psclock.png
- images\psclock.png
- images\sample-1.png
- images\sample-3.png
- images\show-fontpreview.png
- Design.md
- PSClock.psd1
- docs\about_psclock.md
- docs\Save-PSClock.md
- docs\Show-PSClockSettingPreview.md
- docs\Start-TitleClock.md
- docs\Stop-TitleClock.md
- en-US\PSClock.psd1
- functions\ConsoleClock.ps1
- functions\Get-PSClock.ps1
- functions\private.ps1
- functions\Set-PSClock.ps1
- functions\Stop-PSClock.ps1
- functions\WPFFontPreview.ps1
- images\custom-verbose.png
- images\psclock-preview.png
- images\pstoolmaking-thumbnail.png
- images\sample-2.png
- images\set-psclock-color.png
- images\tab-complete-example.png
- LICENSE.txt
- PSClock.psm1
- docs\Get-PrimaryDisplaySize.md
- docs\Set-PSClock.md
- docs\Start-ConsoleClock.md
- docs\Stop-ConsoleClock.md
- en-US\about_psclock.help.txt
- formats\psclock.format.ps1xml
- functions\ConsoleClockHelpers.ps1