zsh/tasks.zsh @ e5ca3773b0dd

lispyscript to alienscript
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Apr 2013 03:35:52 +0100
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"
}