From 6603be65715f2803efef4b9b1dad297b13efd59f Mon Sep 17 00:00:00 2001 From: csexton Date: Mon, 13 Sep 2010 08:37:21 -0700 Subject: [PATCH] Migrated from cheatsheet v5 --- Cheatsheet.textile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Cheatsheet.textile b/Cheatsheet.textile index 2be30f3..959b002 100644 --- a/Cheatsheet.textile +++ b/Cheatsheet.textile @@ -1,14 +1,23 @@ +Commands: + +* @tab@ - Create a new tab in the current directory (OS X) +* @take@ - Create a new directory and change to it, will create intermediate directories as required. +* @zsh_stats@ - get a list of the top ten commands and how many times they have been run +* @uninstall_oh_my_zsh@ - Uninstall Oh-my-zsh +* @upgrade_oh_my_zsh@ - Upgrade Oh-my-zsh + Tab-completion: +* @ls -(tab)@ - for options and helpful text of what they do * @cap (tab)@ * @rake (tab)@ * @ssh (tab)@ * @sudo umount (tab)@ -* @kill PROCESSNAME (tab)@ +* @kill (tab)@ Git: Dynamic access to current branch name with the current_branch function. * @git pull origin $(current_branch)@ -* @grb publish $(current_branch) origin@ +* @grb publish $(current_branch) origin@ \ No newline at end of file