Skip to content

Instantly share code, notes, and snippets.

@ezh
ezh / on-modify.blocks_attr.py
Created February 3, 2017 08:43 — forked from wbsch/on-modify.blocks_attr.py
Taskwarrior hook script that adds a "blocks:" pseudo-attribute for adding/modifying tasks.
#!/usr/bin/env python
#
# Adds the ability to add / modify tasks using a "blocks:" attribute,
# the opposite of "depends:".
#
# This script acts as an on-modify, on-add and on-launch hook at the same time.
#
### SETUP
# Save this file as
# ~/.task/hooks/on-modify.blocks_attr.py
@ezh
ezh / README.md
Created August 2, 2017 07:38 — forked from dnozay/_Jenkins+Script+Console.md
jenkins groovy scripts collection.