Powerline-taskwarrior

Latest version: v1.0.1

Safety actively analyzes 623075 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.1

Changes

- Added a new segment for displaying number of pending tasks (`powerline_taskwarrior.pending_tasks_count`).
Can be enabled with:
json
{
"function": "powerline_taskwarrior.pending_tasks_count",
"priority": 70
}

The following color groups must be added:
diff
{
"groups": {
"taskwarrior:context": "information:regular",
+ "taskwarrior:pending_tasks_count": "information:priority",
"taskwarrior:active_id": { "bg": "mediumgreen", "fg": "black", "attrs": [] },
"taskwarrior:active_desc": { "bg": "green", "fg": "black", "attrs": [] },
"taskwarrior:next_id": { "bg": "brightyellow", "fg": "black", "attrs": [] },
"taskwarrior:next_desc": { "bg": "yellow", "fg": "black", "attrs": [] }
}
}

- Changed display format for task ids (eg. `42` → `42`)
- CI migrated to Github Actions
- CI improvements

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.