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.
Updated New-PSWorkItem and Complete-PSWorkItem to include -Path when calling _newWorkItem.
Also updated _newWorkItem to skip call to Convert-Path when $path is an empty string.