Skip to content

A PowerShell script to manage tasks using a "HyperFocus" system. Keep track of tasks, priorities, due dates, and statuses.

License

Notifications You must be signed in to change notification settings

ludothegreat/HyperFocus

Repository files navigation

HyperFocus Task Management

A PowerShell script to manage tasks using a "HyperFocus" system. Keep track of tasks, priorities, due dates, and statuses.

Features

  • Add, update, remove, and list HyperFocus tasks.
  • Filter and sort tasks by priority and status.
  • Export and import tasks to/from a file.

Usage

You can perform various operations using the following commands:

Add a new HyperFocus task

Add-HyperFocusTask 'Finish the report' 'High' '2023-09-01' 'Not Started'

Get all HyperFocus tasks

Get-HyperFocusTasks

Remove a HyperFocus task by index

Remove-HyperFocusTask 0

Show help

Show-HyperFocusHelp

Dependencies

No specific dependencies. Compatible with PowerShell v5.0 and above.

Installation

Clone the repository or download the script to your local machine. Run the script using PowerShell.

Contributing

Please read CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A PowerShell script to manage tasks using a "HyperFocus" system. Keep track of tasks, priorities, due dates, and statuses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published