Skip to content

Instantly share code, notes, and snippets.

@timsutton
Last active October 12, 2015 06:08
Show Gist options
  • Save timsutton/3982708 to your computer and use it in GitHub Desktop.
Save timsutton/3982708 to your computer and use it in GitHub Desktop.
Couple simple aliases to fetch the latest ##osx-server freenode channel logs.
alias osx_server_today="open http://osx.michaellynn.org/freenode-osx-server/freenode-osx-server_\$(date +%Y-%m-%d).html"
alias osx_server_yest="open http://osx.michaellynn.org/freenode-osx-server/freenode-osx-server_\$(date -v-1d +%Y-%m-%d).html"
function osx_server_search {
open http://osx.michaellynn.org/freenode-osx-server/search.php\?keyword\=${1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment