Metadata-Version: 2.2
Name: task-command-line
Version: 1.0.1
Summary: Yet another task manager
Author-email: EasternFarmer <franek.banas1@gmail.com>
Project-URL: Homepage, https://github.com/EasternFarmer/task-cli
Project-URL: Issues, https://github.com/EasternFarmer/task-cli/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: platformdirs

# Task-cli project

## Source.

I took the project idea from https://roadmap.sh/projects/task-tracker

## Usage.

* To run the script in the Command-line mode run `task-cli <command> [args]` or `python -m task_cli <command> [args]`<br>
if the `args` is empty and needed shows the command signature
* To run the script in the Interface mode run `task-cli run` or `python -m task-cli run`<br>
Interface mode is the same as command-line mode except you don't have to write the `python -m task_cli` prefix everytime<br>
To exit the interface mode enter `exit` or `quit` command

## For more information visit the `help` command

*This project should work on 3.6 but annotations*
