ruby pi.bak e - myronmarston/conferences GitHub Wiki
From WindyCityRails 2012
Presenter: Bryan Liles
(Missed the first part)
zsh
has escape hacksbash
:pushd
,popd
,dirs -v
zsh
: can just doDownloads
instead ofcd Downloads
z
: (project on github)- Looks at directories you've been in and completes
- Completions:
- Arrow completion (
ls
then hit up and down)
- Arrow completion (
OS X only:
open
pbcopy
,pbpaste
Linux (and newer OS X):
pgrep
andpkill
More zsh
:
- custom prompts
zsh
syntax highlighting as you write! :) https://github.com/zsh-users/zsh-syntax-highlighting
Old school:
wc
,sed
,awk
,find
(TODO and more? I think there were 7)
Others:
pipebench
tcpdump
curl
,httpie