zsh/tasks.zsh @ 35b42a555d52

Remove merge tools.
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Jan 2010 18:58:32 -0500
parents c924e638ae4b
children 9d23f5158a1b a8af7beac4c2
#!/usr/bin/env zsh

alias t='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=tasks.txt'
alias m='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=music.txt'
alias g='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=groceries.txt'
alias k='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=books.txt'
alias p='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=pack.txt'
alias b='~/src/t/t.py --list=bugs'

alias pa='~/src/t/t.py --task-dir="~/Documents/Dropbox/tasks" --list=pack-archive'
function packfor() {
    cp "$HOME/Documents/Dropbox/tasks/pack-archive" "$HOME/Documents/Dropbox/tasks/pack.txt"
    touch "$HOME/Documents/Dropbox/tasks/.pack.txt.done"
}