Metadata-Version: 2.1
Name: tasker-tasks-cli
Version: 0.0.3
Summary: tasker: cli based task manager.
Home-page: https://github.com/monotone-the-musical/tasker
Author: mtm
Author-email: MTM <monotone.the.musical@gmail.com>
Project-URL: Homepage, https://github.com/monotone-the-musical/tasker
Project-URL: Bug Tracker, https://github.com/monotone-the-musical/tasker/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: configparser
Requires-Dist: iterfzf
Requires-Dist: python-dateutil

# TASKER: cli based task manager #

### Installation

```sh
pipx install tasker-tasks-cli
pipx ensurepath
```

Ensure you use ```pipx``` to install globally without polluting your system-wide packages.

### Description

*tasker* is a cli-based task manager.

Tasker tasks and config file will be saved to $HOME/tasker/

Consider converting $HOME/tasker into a repository post install.

### Usage

Type ```tasker``` to launch.

### Tips

 - Running ```tasker``` for the first time will create all necessary files in ```~/tasker/```, otherwise tasker will use existing files from any previous installs.

 - Config file location is set to ```~/tasker/conf/tasker.conf```

 - When executing ```tasker```, it has its own menu system. However you can incorporate tasker into your own scripts using command line options if you wish. EG: ```tasker -n get milk personal 2```

### Dependencies

Dependencies will be installed as part of pipx installation above.

 - configparser
 - iterfzf
 - python-dateutil
