Skip to content

Instantly share code, notes, and snippets.

@0x6d64
0x6d64 / taskw_backlog.py
Created June 2, 2021 20:42
custom powerline segment that shows number of not synced edits in taskwarrior
"""
custom powerline segment that shows number of not synced edits in taskwarrior
created by https://github.com/0x6d64
see also doc at https://github.com/b-ryan/powerline-shell
"""
import os
from powerline_shell.utils import BasicSegment, RepoStats
taskwarrior_basedir = os.path.expanduser("~/.task")
@0x6d64
0x6d64 / cyclenext
Last active May 31, 2021 21:20
cyclenext is a shell script to monitor a specific taskwarrior (http://taskwarrior.org/) filter continuously. See https://github.com/0x6d64/cyclenext for improved python version
#!/bin/sh
# Martin Demling, 2013
# 0x6d64@martin-demling.de
# cyclenext is a script to monitor a specific taskwarrior
# (http://taskwarrior.org/) view continuously
# the script was developed on an OSX 10.7.5 system, but should run on other
# UNIX platforms
# usage: cyclenext <filter>
TASKFILE="/Users/martindemling/taskdir/undo.data"
@0x6d64
0x6d64 / TwitterMatrixTicker.sh
Created June 2, 2012 12:28 — forked from PhirePhly/TwitterMatrixTicker.sh
Use a Dot Matrix Printer to print Tweets as they happen
#!/bin/sh
# Kenneth Finnegan, 2012
# kennethfinnegan.blogspot.com
# adapted for osx by 0x6d64, 0x6d64@arcor.de
#
# TwitterMatrixTicker
# Given a username and an ascii printer, checks for new mentions and
# prints them one at a time to the printer.
# Expected usage is either spun off into the background >/dev/null or
# on a detachable screen so you can monitor progress.