zsh/tasks.zsh @ dbcbfa37f036

Update mutt/offlineimap.py

replaced sjl username with `whoami` for general purpose user detection
author fpischedda <francesco.pischedda@gmail.com>
date Tue, 02 Oct 2012 12:47:37 +0300
parents c36787971142
children (none)
#!/usr/bin/env zsh

alias t='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=tasks.txt'

alias p='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack.txt'
alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive'

function packfor() {
    cp "$HOME/Dropbox/tasks/pack-archive" "$HOME/Dropbox/tasks/pack.txt"
    touch "$HOME/Dropbox/tasks/.pack.txt.done"
}