X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/2d2834b25452229eff9c5eb4414653d28dafb666..b4feadcc1fda729c923991e58f36b4c672f6aafa:/ZSH_Workshop.mw diff --git a/ZSH_Workshop.mw b/ZSH_Workshop.mw index 8470a4588..99cf67e5a 100644 --- a/ZSH_Workshop.mw +++ b/ZSH_Workshop.mw @@ -13,15 +13,16 @@ 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) || evince =(curl www.irs.gov/pub/irs-pdf/fw4.pdf) || O |- -| zsh interactive use || ! +| zsh interactive use || echo **/*(mh-48); +zmv 'artist_(<->)_(*)_releasegroup.mp3' '$1 ${(C)2:gs/_/ }.mp3' || ! |- -| zsh scripting || + +| zsh scripting || [[ 'something' =~ 's(ometh)ing' ]] && print $match; || + |- -| .zshrc ueberblick und Moeglichkeiten || O +| .zshrc ueberblick und Moeglichkeiten || bindkey -e; bindkey jj vi-cmd-mode; || O |- -| bash ~> zsh, und warum zsh > bash? || O +| bash ~> zsh, und warum zsh > bash? || touch -- host:*; scp host:* . || O |- -| writing a completion || + +| writing a completion || #compdef _application || + |}