From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 161 invoked by alias); 14 Oct 2015 14:50:54 -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: X-Seq: 20754 Received: (qmail 23749 invoked from network); 14 Oct 2015 14:50:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9Q1CE8HywIdkYrtbymg6z+LUjwR48h17crkWGSawR+M=; b=03NuPjnE0btW0sevspSedIcm1G4aanf/B48psBCR5Cy8PIJppt0ooHPURbXrpkdWrH Jo7p2Un2AlDK45F8EA96MjmuzugMxtLkOtOXBFtZijxL1+7spgXeIN9E/6n5Naj3aFHG 1e4GF4Uym5h4oeVZo2W9485FzIg6vOYsYAFCl/iQhpzkc2bbDiKmRmokcw+VcymDlPf0 9aLZ7ZGLj86Y1YSX+tv6bT6Q23HAX41sgg7gFSoqCjYU0QfENYsY6LBkm6D2g4sIzzfU Az4vG9dfITwBSnyuW4taLTu8qYIBboS2DvLENWDvTO4vfVeMoK1sW/MjvUa+hgNYzPDr C3ow== MIME-Version: 1.0 X-Received: by 10.107.10.203 with SMTP id 72mr4003275iok.117.1444834250828; Wed, 14 Oct 2015 07:50:50 -0700 (PDT) Date: Wed, 14 Oct 2015 20:20:50 +0530 Message-ID: Subject: ZSH feature request if not present From: jagmeet bali To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hey is there a way where I can search all the commands I ran in a particular directory. Similar to forward or reverse search but all the commands which were run in that pwd should be searched. I have just started using zsh. So pardon my ignorance. Thanks in advance. Regards Bali