Skip to content

Instantly share code, notes, and snippets.

View augmentedfourth's full-sized avatar

Brad Beyenhof augmentedfourth

View GitHub Profile
Favorites:
Unrefined:
!(@home|@$WIFE|@phone|@laptop|@desk|@errand|@office|##$EMPLOYER|##Someday/Maybe) & !search:* |
(no priority & !search:* & !recurring & !##Someday/Maybe) |
(!search:: & !##Someday/Maybe & !recurring & !no priority) |
##Inbox,
(##Someday/Maybe|@not_now) & (!no due date|@next)
Home:
@augmentedfourth
augmentedfourth / ftpsync
Created July 10, 2012 18:25
Debian mirror
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
# Sync the repository
00 22 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:debian
00 3 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:security
00 4 * * * ftpsync /var/ftpsync/bin/ftpsync sync:archive:archive
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
plus some shell aliases: