PSWorkItem

1.11.0

A PowerShell 7 module for managing work and personal tasks or to-do items. This module uses a SQLite database to store task and category information. The module is not a full-featured project management solution, but should be fine for personal needs. The module requires a 64-bit Windows or Linux platform.

Minimum PowerShell version

7.3

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSWorkItem

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSWorkItem

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) JDH Information Technology Solutions, Inc. All rights reserved.

Package Details

Author(s)

  • Jeff Hicks

Tags

database sqlite to-do project-management tasks

Functions

Get-PSWorkItem Set-PSWorkItem Remove-PSWorkItem Initialize-PSWorkItemDatabase Complete-PSWorkItem Get-PSWorkItemCategory Add-PSWorkItemCategory Get-PSWorkItemArchive New-PSWorkItem Remove-PSWorkItemCategory Remove-PSWorkItemArchive Get-PSWorkItemDatabase Get-PSWorkItemData Get-PSWorkItemReport Get-PSWorkItemPreference Update-PSWorkItemDatabase Update-PSWorkItemPreference Set-PSWorkItemCategory Open-PSWorkItemConsole Open-PSWorkItemHelp

PSEditions

Core

Dependencies

Release Notes

## [1.11.0] - 2024-12-04

### Added

- Added documentation PDF and the `Open-PSWorkItemHelp` command.
- Added `en-GB` localized string data.
- Added missing basic Pester tests

### Changed

- Updated custom verbose output.
- Updated `README.md`.
- Updated Terminal.Gui assembly to version 1.17.1
- Help documentation updates

### Fixed

- Updated module to better handle datetime values from different cultures.

FileList

Version History

Version Downloads Last updated
1.11.0 (current version) 15 12/4/2024
1.10.0 71 5/28/2024
1.9.0 235 2/24/2024
1.8.0 22 2/23/2024
1.7.0 155 1/7/2024
1.6.0 8 1/4/2024
1.5.0 47 10/6/2023
1.4.0 14 9/29/2023
1.3.1 8 9/29/2023
1.3.0 12 9/28/2023
1.2.0 249 7/26/2023
1.1.0 21 6/30/2023
1.0.1 40 3/13/2023
1.0.0 12 3/12/2023
0.9.0 50 1/2/2023
0.8.0 26 12/13/2022
0.7.0 73 9/16/2022
0.6.0 53 8/6/2022
0.5.0 36 8/3/2022
0.4.0 27 8/2/2022
Show more