|
| |
| | zshcontrib(1): user contributions to zsh - Linux man page |
 | | All zsh extended globbing patterns can be used in the source string; note that unlike filename generation the pattern does not need to match an entire word, nor do glob qualifiers have any effect. |  | | Usually it is sufficient to send a description of the problem to one of the zsh mailing lists (see zsh(1)), but sometimes one of the zsh developers will need to recreate your environment in order to track the problem down. |  | | These functions do not appear in the zsh distribution, but can be created by linking zmv to the names zcp and zln in some directory in your fpath. |
|
http://www.die.net/doc/linux/man/man1/zshcontrib.1.html
(8791 words)
|
|
| |
| | Z-shell (zsh) Frequently-Asked Questions |
 | | To do this sort of thing in zsh you can use (from 3.1.7) the new syntax for anchors in any pattern, `(#s)' to match the start of a string, and `(#e)' to match the end. |  | | It probably ought to, but in the early days of zsh it was found convenient to have this way of producing different substitutions on the same parameter; for example, `${${file##**/}%.*}' removes everything up to the last slash in `$file', then everything from the last dot on, inclusive (try it, this works). |  | | Another method is to put #!/bin/sh TERM=emacs exec zsh into a file ~/bin/eshell, then `chmod +x ~/bin/eshell', and tell emacs to use that as the shell by adding (setenv "ESHELL" (expand-file-name "~/bin/eshell")) to ~/.emacs. |
|
http://www.faqs.org/faqs/unix-faq/shell/zsh
(12637 words)
|
|
| |
| | My zsh startup files for OS X |
 | | zsh is about customizing the user environment, so these files should be regarded as a starting point for tailoring zsh to your own needs. |  | | zsh is to the other unix shells what OS X is to other operating systems. |  | | You can make any of these files source any other file on your computer, so we take advantage of that to make things as modular and as configurable as possible. |
|
http://www.chemistry.ucsc.edu/~wgscott/mystuff/zsh_files.html
(666 words)
|
|
| |
| | Curtains up: introducing the Z shell |
 | | In the examples so far, we have been using a prompt of "zsh%", which is not terribly informative. |  | | You can give "compctl" the name of a function which returns a list of matches in a variable called "reply" and it will call that function when required, using its output as the list of matches. |  | | He has since worked as a software engineer in the IBM Centre for Java Technology, in Hursley, UK, and has been an avid Linux and Zsh user for over five years. |
|
http://www-128.ibm.com/developerworks/library/l-z.html
(2585 words)
|
|
| |
| | SourceForge.net CVS Repository - diff - cvs: zsh/zsh/README |
 | | The instructions for compiling zsh are in the file INSTALL. |  | | The known bugs in zsh are listed in the file Etc/BUGS. |  | | \M-p (history-search-forward) in older versions of zsh have returned, |
|
http://cvs.sourceforge.net/viewcvs.py/zsh/zsh/README?r1=1.19&r2=1.2
(1201 words)
|
|
| |
| | Unix Review > Shell Corner: Zsh Suite of "keeper" Functions |
 | | The shells bash, ksh, and Zsh all share a syntax based on that of sh, which was the original Unix command interpreter, but Zsh extends the shell with many other features, including some borrowed from tcsh and csh. |  | | This article summarizes the mailing list discussion that ensued, because it illustrates a number of useful Zsh concepts and techniques in the course of developing a new tool for the Zsh Line Editor (ZLE). |  | | One of these extra features is ZLE, a programmable editor for inputting shell commands and programs when using the shell interactively. |
|
http://www.unixreview.com/documents/s=9513/ur0501a/ur0501a.htm
(693 words)
|
|
| |
| | /pub/zsh |
 | | Note that if you use this for upgrading and you do not have the latest version of GNU autoconf installed on your system you have to touch stamp.h.in and configure in the main directory after applying the patches otherwise make will think that these files are not up-to-date and will try to remake them. |  | | zsh-beta.tar.gz, zsh-beta.tar.bz2 The current development version of zsh. |  | | Without -p0 new files will be created in the current directory. |
|
http://www.cs.elte.hu/pub/zsh
(415 words)
|
|
| |
| | Zsh - UK Shop Search > Zsh |
 | | zsh Zsh overview (this section) zshmisc Anything not... |  | | Operating System Directory : Unix : Shell : zsh |  | | zsh::Operating System Directory : Unix : Shell : zsh... |
|
http://www.infospot.com/searchdirectory/shops/zsh.html
(232 words)
|
|
| |
| | Fink - Package Database - Package zsh-templates |
 | | Modifications and enhancements of zsh distributed templates were written by Gary Kerbaugh, W. Scott, Wataru Kagawa and several others. |  | | These two files are both required and have been designed in such a way that they should not require editing. |  | | Completion functions _open, _fink, _hdiutils, _defaults and their dependencies were written by Motoi Washida and will be included by default in future versions of zsh. |
|
http://pdb.finkproject.org/pdb/package.php/zsh-templates
(368 words)
|
|
| |
| | zsh−lovers |
 | | The zsh contains many features, but there was no manpage with some examples (like procmailex(5)). |  | | Suffix aliases are supported in zsh since version 4.2.0. |  | | $TERM == "rxvt" ]]; then # Use this one instead for XTerms: print -nR $’ 33]0;’$*$’’ fi } function precmd { title zsh "$PWD" } function preexec { emulate -L zsh local -a cmd; cmd=(${(z)1}) title $cmd[1]:t "$cmd[2,-1]" } |
|
http://grml.org/zsh/zsh-lovers.html
(4409 words)
|
|
| |
| | The Answer Guy 52: zsh Co-processes |
 | | Your comparison of ksh versus bash neglected to mention zsh, which does have co-processes, but using a different syntax than ksh. |  | | Here's an example of the zsh co-routine syntax: |  | | The ones that come immediately to mind are: |
|
http://www.linuxgazette.com/issue52/tag/7.html
(214 words)
|
|
| |
| | [darcs-users] zsh completion |
 | | I have submitted to the > zsh project and Peter Stephenson has decided to replace the old _darcs > file in the zsh distribution. |  | | This is a new completion files and there > may be some bugs that need to be ironed out. |  | | I have included it hear so > that darcs users who are not using the latest zsh build from cvs can > use it. |
|
http://abridgegame.org/pipermail/darcs-users/2005-April/006909.html
(205 words)
|
|
| |
| | zsh on OS X |
 | | The best way to learn about zsh is to use it. |  | | zsh -f invokes it but explicitly without reading various files. |  | | zsh is probably most like ksh in its syntax, but is actually MORE user-friendly than is tcsh. |
|
http://www.chemistry.ucsc.edu/~wgscott/xtal/zsh.html
(1031 words)
|
|
| |
| | SourceForge.net: |
 | | zsh is a shell probably most similar to ksh, but with countless enhancements and differences. |  | | Below is a list of all files released by this project. |  | | Provide feedback on this page Recently changed page Site Status |
|
http://sourceforge.net/project/showfiles.php?group_id=4068
(76 words)
|
|
| |
| | Adam's zsh page |
 | | zsh also has a project home page on this site. |  | | Have a look at this UNIX shells page I wrote a while ago. |  | | A few of the other shells have some of these features, although in general zsh does it more comprehensively. |
|
http://www.adamspiers.org/computing/zsh
(575 words)
|
|
| |
| | rhn.redhat.com Red Hat Support |
 | | An updated zsh package that fixes a bug is now available. |  | | All users of zsh should upgrade to this updated package, which |  | | Previously, zsh did not automatically source /etc/profile (and |
|
http://rhn.redhat.com/errata/RHBA-2005-028.html
(156 words)
|
|
| |
| | ZSH - Useful Links |
 | | Here are some more links which may be of interest to existing or prospective ZSH users. |  | | An introduction by Adam Spiers to advanced interactive use of shells, particularly ZSH. |  | | The ZSH area on dotfiles.com provides some examples of startup files. |
|
http://zsh.sunsite.dk/links.html
(220 words)
|
|
| |
| | [No title] |
 | | zsh % echo $count 10 If you place the function in a file you must load the function by executing the file — for example, if the functions is in file countd type zsh %. |  | | (exit status 0 (true) or 1 (false)) zsh % a=45 b=20 zsh % ((a |
|
http://www.cod.edu/people/faculty/vethka/294linux/CHAP15.doc
(536 words)
|
|
| |
| | Gentoo Forums :: View topic - ZSH users (lovers?) thread |
 | | If you're wondering why the hell that's of any use, I'll give you an example. |  | | If u want to save all you files in another directory you just have to do zmv -W *.bak backup/*. |  | | ZSH has been going since 1990, and is still actively developed. |
|
http://forums.gentoo.org/viewtopic.php?t=187771
(1833 words)
|
|
| |
| | Z shell - Wikipedia, the free encyclopedia |
 | | Extended file globbing lets you specify files without needing to run an external program like "find". |  | | The first version of zsh was written by Paul Falstad in 1990 when he was a student at Princeton University. |  | | Zsh can be thought of as an extended bourne shell with a large number of improvements, including some of the most useful features of bash, ksh, and tcsh. |
|
http://en.wikipedia.org/wiki/Zsh
(261 words)
|
|
| |
| | Best of ZSH Tips |
 | | cp file ~1 # where 1 is first entry in pushd stack #zsh completion startfilename # will complete matching files anywhere in $PATH startfilename # will list matching files anywhere in $PATH #directory sizes du -sk *(/) # Inline aliases, zsh -g aliases can be anywhere in command line alias -g G=' |  | | > zsh -fx # start a "clean" version of zsh (without your startup files) print $ZSH_VERSION http://zshwiki.org/ http://www.zsh.org/mla/ Searchable Mailing List Archive http://grml.org/zsh/zsh-lovers.html http://zsh.sunsite.dk/Doc/Release/zsh_toc.html Everything? |  | | The power of zsh (example) Searching and filtering my mysql database with my own utility searchdb >searchdb client1 |
|
http://www.rayninfo.co.uk/tips/zshtips.html
(542 words)
|
|
| |
| | [No title] |
 | | #!/bin/zsh # #.zshenv # for zsh 3.1.6 and newer (may work OK with earlier versions) # # by Adam Spiers # # Best viewed in emacs folding mode (folding.el). |  | | $zdotdir/.shared_env setopt extended_glob sh_load_status "search paths" # {{{ path typeset -U path # No duplicates # notice nasty hack for old zsh path=($path /usr/local/bin /usr/local/sbin /usr/sbin /sbin /[u]sr/X11R6/bin(N)) path=($zdotdir/{[l]ocal/{s,}bin,[p]ackbin,{s,}[b]in,[b]in/{backgrounds,palm,shortcuts}}(N) $path) # }}} # {{{ manpath typeset -U manpath # No duplicates # }}} # {{{ LD_LIBRARY_PATH [[ "$ZSH_VERSION_TYPE" == 'old' ]] |
|
http://adamspiers.org/computing/zsh/files/dot-zshenv
(490 words)
|
|
| |
| | Zsh Workshop: Why Zsh |
 | | Zsh is arguably the most powerful and configurable UNIX shell available. |  | | There are very few, if any, things that other shells can do that zsh can not. |  | | This is why zsh was chosen for this workshop. |
|
http://www.acm.uiuc.edu/workshops/zsh/why.html
(52 words)
|
|
| |
| | ZshWiki: HomePage |
 | | A comprehensive book on bash and zsh, both for programming and interactive use, of the dead tree kind. |  | | Zsh is a shell for Un*x systems that has been around since 1990 and is more sophisticated and configurable than most shells out there. |  | | Examples of how you can configure the completion system |
|
http://www.zshwiki.org
(267 words)
|
|
| |
| | zsh |
 | | The latest version can be found at any of the Zsh FTP sites, or at http://www.zsh.org/FAQ/. |  | | Zsh tries to emulate sh or ksh when it is invoked as sh or ksh respec- tively; more precisely, it looks at the first letter of the name by which it was invoked, excluding any initial ârâ (assumed to stand for ârestrictedâ), and if that is âsâ or âkâ it will emulate sh or ksh. |  | | Zsh is now maintained by the members of the zsh-workers mailing list . |
|
http://linuxcommand.org/man_pages/zsh1.html
(1732 words)
|
|
| |
| | SourceForge.net CVS Repository - markup - cvs: zsh/zsh/LICENCE |
 | | The software provided hereunder is on an "as is" basis, and the Zsh Development Group have no obligation to provide maintenance, support, updates, enhancements, or modifications. |  | | Permission is hereby granted, without written agreement and without licence or royalty fees, to use, copy, modify, and distribute this software and to distribute modified versions of this software for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software. |  | | In no event shall the Zsh Development Group be liable to any party for direct, indirect, special, incidental, or consequential damages arising out of the use of this software and its documentation, even if the Zsh Development Group have been advised of the possibility of such damage. |
|
http://cvs.sourceforge.net/viewcvs.py/zsh/zsh/LICENCE?view=markup
(262 words)
|
|
| |
| | /usr/contrib/man/cat1/zsh(0) |
 | | Known only to the recipients of the zsh mailing list, zshlist@cs.uow.edu.au. |  | | The beta release of zsh 2.4 is available from carlo.phys.uva.nl (145.18.220.25), in the directory pub/bas/zsh. |  | | If this is set, zsh sessions will append their history list to the history file, rather than overwrite it. |
|
http://www.neosoft.com/neosoft/man/zsh.1.html
(14018 words)
|
|
| |
| | Ted Leung on the air : Things I never knew about zsh |
 | | Zsh has so many features that I'm always discovering something new. |  | | I've been using the Z Shell since I was a graduate student many years ago. |  | | This week I discovered that you can run a substitution on the value of a parameter. |
|
http://www.sauria.com/blog/2005/04/27
(369 words)
|
|
| |
| | RedBrick Helpdesk: ZSH command prompt |
 | | This is very easy to do, simply exporting a system variable as follows |  | | For example if you type "cd pu" and press <-TAB-> it will automatically complete the command for you to "cd public_html". |  | | zsh has some system escape sequences which can be used in your command prompt also. |
|
http://www.redbrick.dcu.ie/help/tutorials/customize
(1045 words)
|
|
| |
| | grml.org - Zsh |
 | | The zsh-lovers archive includes the zsh-lovers manual page and several zsh configuration files: |  | | On this webpage you will find information on the zsh. |  | | The zsh is the default shell of the grml system, this means that it's the login shell as well as the shell used for scripts using the shebang-line '#!/bin/sh'. |
|
http://public.planetmirror.com/pub/grml/grml-www/zsh
(265 words)
|
|
| |
| | zsh prompt |
 | | Where can I read to learn about that type of syntax? |  | | Is there a way for zsh be smart enough to do a newline if > the cursor is not positioned in the left most column and it can still cont inue > to do the carriage return? |  | | Is there a way for zsh be smart enough to do a newline if the cursor is not positioned in the left most column and it can still contin ue to do the carriage return? |
|
http://www.codecomments.com/message173865.html
(481 words)
|
|
| |
| | ZSH Literary Agency Profile |
 | | ZSH Literary has many clients in the academy, including professors at Harvard, Yale, the University of Massachusetts, the University of Michigan, Boston University, Stanford, UCLA, and at other colleges and universities across the country. |  | | ZSH Literary is highly selective in deciding which projects to take on, thus allowing agents at ZSH Literary to serve clients thoughtfully and consistently. |  | | Above all, ZSH Literary is known for working with high quality authors who create deeply intelligent, beautifully crafted works intended for a wide reading audience. |
|
http://www.zshliterary.com/zsh/agencyprofile.html
(346 words)
|
|
| |
| | macosxhints - Use zsh to emulate ksh |
 | | zsh can be made to emulate ksh much like bash emulates sh. |  | | The zsh page suggests a soft link, which on other UNIX systems seems to work, but Darwin apparently requires a hard link for it to function properly. |  | | Use zsh to emulate ksh - Authored by: wgscott on Tue, Jun 10 '03 at 11:42AM |
|
http://www.macosxhints.com/article.php?story=20030608023948686
(525 words)
|
|
| |
| | ZSH: An Alternative Shell |
 | | ZSH is a shell for linux that is provided as an alternative to BASH. |  | | Users who are interested in trying something new, and are willing to see if theres something other than BASH out there. |  | | Herein the author explains a bit about ZSH and how to use it. |
|
http://docs.cs.byu.edu/docs/zsh/index.php
(57 words)
|
|
| |
| | ZSH prompt problem - Unix Help Forum |
 | | It appears that I have two versions of zsh. |  | | > It appears that I have two versions of zsh. |  | | zsh located in another bin directory than the first one? |
|
http://www.unixgroups.com/thread45210.html
(562 words)
|
|
| |
| | Ted Leung on the air : zsh-lovers |
 | | It's not a mailing list, but if you are a zsh user, you ought to go have a look at the zsh-lovers project. |  | | You can subscribe to an RSS feed of the comments for this blog: |
|
http://www.sauria.com/blog/2005/05/17
(234 words)
|
|
| |
| | Linux Magazine - July 2002 Power Tools Writing Zsh CompletionFunctions |
 | | If you've been reading this column for the past few months, you've learned about the zsh shell's (http://www.zsh.org) fabulous tab completion system. |  | | By adding the following two lines to your $HOME/.zshrc file, you can use the tab key to not only expand file names, but also get lists of command-line options. |  | | Read about the Monarch Empro Enterprise 4-CPU, 8-processor 3U rack server |
|
http://www.linux-mag.com/2002-07/power_01.html
(90 words)
|
|
| |
| | Overview of zsh source package |
 | | out of date on arm: zsh, zsh-static (from 4.2.5-22) (but arm isn't keeping up, so nevermind) |
|
http://packages.qa.debian.org/zsh
(300 words)
|
|
| |
| | [No title] |
 | | * 14849: README: Request "reporter" output only if a bug cannot be reproduced with 'zsh -f'. |  | | * 15617: Src/exec.c: Fix exit status of zsh -fc '! |
|
http://www.opensource.apple.com/darwinsource/10.2/zsh-30/zsh/ChangeLog
(2327 words)
|
|
|