Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Updated repos method for multi-repository helper scripts
- X-seq: zsh-workers 27282
 
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxx
 
- Subject: Updated repos method for multi-repository helper scripts
 
- Date: Sat, 19 Sep 2009 10:44:52 -0700
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:sender:received:date         :x-google-sender-auth:message-id:subject:from:to:content-type         :content-transfer-encoding;        bh=tUbvYsjt2EH5Dd97JjxZG6NMtRWuzr3O4yoTMKt9h0o=;        b=HGW3MbCImJwns1q7px7qcmE38Q/g4A+2EPhxQN25uUY7lu/nk5mtIeuS+XB9vV8BmF         4iBUZ+k4qeWzkbAtMkL0oMKMLIai6u/e7gKQG9BZX6gBuOyzBsDVcV5Y/YOPbfCz5YIu         LBTgEqOmizz1SeYuoYTFnV2RoK4WkVILYEpNA=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:sender:date:x-google-sender-auth:message-id:subject         :from:to:content-type:content-transfer-encoding;        b=vsMWRuGkvnXiOKyBwYDnzPiehlwp/Agbd4MWQyrNTXKqmXq7JxeoUnyeRVQFy9jLQT         4r82rlbpvIwPBQrlbo5kKe09wlS0ezXPdqx05i0654FKM7EyQZprZMUH6RM13SSBwNUZ         tnxubAzIUrGWXhqZXv7pXGZeTx3cOZnPoecSs=
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- Sender: 4wayned@xxxxxxxxx
 
A while back I posted about my "repos" script when I was talking about
the git repository support for zsh.  I've recently updated my
multi-repos implementation to switch from using a repos perl script to
using a chpwd zsh function that changes aliases as I cd into different
repo directories.  This gives me zsh's per-repo command-line
completion that was missing from my prior setup.
Anyone interested in checking this out can visit this page:
    http://opencoder.net/repos/
I also mention my zsh checkout setup on that page that lets me commit
changes via git and push them into CVS.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author