From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11576 invoked by alias); 29 May 2018 14:19:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23412 Received: (qmail 14228 invoked by uid 1010); 29 May 2018 14:19:19 -0000 X-Qmail-Scanner-Diagnostics: from aurora-borealis.phear.org by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(94.242.205.164):SA:0(-1.9/5.0):. Processed in 1.929583 secs); 29 May 2018 14:19:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: eiro@phear.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Virus-Scanned: amavisd-new at phear.org DKIM-Filter: OpenDKIM Filter v2.10.3 aurora-borealis.phear.org C035410A59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phear.org; s=20180217; t=1527602978; bh=qO6eDR49Gonig99lW6KCOepkPjQ9GrQgtIqSwts5Hu8=; h=Date:From:To:Subject:From; b=k+1b6wo/jrgO5cBZGYYhjELXyQZwy2RWE96/ksINpgNSTlJMUwgkahrQ0GzOHLZMF P8WD5m1lq0x4G+LCWGpx9zhNOVqU83QFXyVeWEnOFgnGzD4oNKrm/pUQhs9GGCHTEF xm6uzR6SJX1OwcA9xOmjo/myqC/arzp3iF59rzcbZbmkGXlO6M6XVAUg3mdlqoX+fW WhR3ohJ10ni0t0QVShU0j9cnFZSIATy5GfxcAbkXj0+xk8UGvyevzpck+OTu3yKl8x JVIM0UzHmNDe+U2IpJ/MB1D5iksyQZQ6cxX6yj3xHvYst7vExGFwR2KfWwoFOq5ZOC NlSv8QSv0nSIw== Date: Tue, 29 May 2018 16:09:37 +0200 From: Marc Chantreux To: Zsh Users Subject: the "uze" guide is taking shape Message-ID: <20180529140937.GA24891@prometheus.u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.5 (2018-04-13) hello people, i started to gather every notes on a repo i started long time ago to write a very opiniated guide for zsh scripting (including that we should always use the alternative syntax and those options set: braceccl extendedglob globstarshort pathdirs rcquotes nounset warncreateglobal). I know some of you disagree a lot but anyway: if some people wants to contribute (even feedbacks on topics that will be documented), this would be great. https://github.com/eiro/zsh-programming-guide regards marc