A PowerShell script to manage tasks using a "HyperFocus" system. Keep track of tasks, priorities, due dates, and statuses.
- Add, update, remove, and list HyperFocus tasks.
- Filter and sort tasks by priority and status.
- Export and import tasks to/from a file.
You can perform various operations using the following commands:
Add-HyperFocusTask 'Finish the report' 'High' '2023-09-01' 'Not Started'
Get-HyperFocusTasks
Remove-HyperFocusTask 0
Show-HyperFocusHelp
No specific dependencies. Compatible with PowerShell v5.0 and above.
Clone the repository or download the script to your local machine. Run the script using PowerShell.
Please read CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.