Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 14 Mar 2002 18:03:23 -0800 From: Wade Brainerd X-Mailer: The Bat! (v1.53d) Personal Reply-To: Wade Brainerd Organization: Treyarch Inc X-Priority: 3 (Normal) Message-ID: <999547406.20020314180323@wadeb.com> To: cygwin AT cygwin DOT com Subject: new app: fcd-1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, Just writing to announce my first Unix/Cygwin app, it's a tiny utility that makes changing directories faster. It tries to expand each 'step' of a path as a wildcard from both the current directory and also from each directory in an environment variable. For example, if you have ~/my_web_server.com/long-path-150 and ~/ is in your SEARCH environment, you can type (from any folder on your machine): fcd my/*150 and it will take you there. The program is implemented to just print out the name of the path it finds, and it's wired into the shell via a function on bash and an alias on tcsh. Anyway, it's my first real unix-style app so I'm anxious for feedback. It compiles on Solaris, MacOS X and Cygwin (and probably others, let me know if you try compiling it somewhere else). The link to the latest version can be found at http://www.wadeb.com/, the direct link is: http://www.wadeb.com/fcd-1.0.tar.gz Thanks! Wade Brainerd wadeb AT wadeb DOT com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/