Skip to main content

Plugin-friendly workflow system for interacting with taskwarrior tasks

Project description

# taskforge

Powered by [taskw](https://github.com/ralphbean/taskw)

# Configuration

The config is in YAML format, and looks like this (delete `#` prefixed lines
`#`)

```
logging:
level: DEBUG
file: ''

plugins:
- nickname: Emailotron
# the entrypoint for your plugin needs to inherit from
# `taskforge.plugins.Base`
entrypoint: emailotron:Emailer
# plugins are run in ascending weight order. Plugins with the same
# weight may be run in any order. The default value for weight is 100.
weight: 0
enabled: false
# plugins are initialized with the contents of this options field
options:
some: thing
```

# Plugins

Yes, that's right, you can build your own plugins! Just add your plugin to the
list in the plugins section and set `enabled: true`.

# License

Taskforge is made available under the GNU Affero General Public License, see
LICENSE.txt for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taskforge-0.1.1.tar.gz (18.9 kB view details)

Uploaded Source

File details

Details for the file taskforge-0.1.1.tar.gz.

File metadata

  • Download URL: taskforge-0.1.1.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for taskforge-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f0fa5b8dd8ef4b20548b7db9a79c6215d090f34a1f93b381695a6e1266fe9deb
MD5 b4efdb5f03bc04bbec3def49160b0ce0
BLAKE2b-256 2c17f64ada1a82681087a5f6a24592660f2db897c5fc8e0da8a02219e8d33ea5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page