beispiel lines
authorValodim <Valodim@stratum0.org/mediawiki/>
Fri, 10 Feb 2012 21:37:04 +0000 (21:37 +0000)
committerValodim <Valodim@stratum0.org/mediawiki/>
Fri, 10 Feb 2012 21:37:04 +0000 (21:37 +0000)
ZSH_Workshop.mw

index 8470a45..80396fc 100644 (file)
@@ -13,15 +13,15 @@ Falls tatsaechlich grosses Interesse an dem Themekomplex "shell statt KDE und gn
 {|border="1" cellspacing="0" cellpadding="3"
 ! POI !! relevante zsh line !! Interesse (! hochinteressant / + interessant / O geht so)
 |-
-| living in the shell / basics (nicht allzu zsh-spezifisch) || evince =(curl  O
+| living in the shell / basics (nicht allzu zsh-spezifisch) || <tt>evince =(curl www.irs.gov/pub/irs-pdf/fw4.pdf)</tt> || O
 |-
-| zsh interactive use || !
+| zsh interactive use || <tt>echo **/*(mh-48)</tt> || !
 |-
-| zsh scripting || +
+| zsh scripting || <tt><nowiki>[[ 'something' =~ 's(ometh)ing' ]] && print $match;</nowiki></tt> ||  +
 |-
-| .zshrc ueberblick und Moeglichkeiten || O
+| .zshrc ueberblick und Moeglichkeiten || <tt>bindkey -e; bindkey jj vi-cmd-mode;</tt>  || O
 |-
-| bash ~> zsh, und warum zsh > bash? || O
+| bash ~> zsh, und warum zsh > bash? || <tt>touch -- host:*; scp host:* .</tt> || O
 |-
-| writing a completion || +
+| writing a completion || <tt>#compdef _application</tt> || +
 |}
This page took 0.025724 seconds and 4 git commands to generate.