logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ezz - edit helper program for the generic zz clip board

Author

       ezz was written by Ulli Horlacher <framstag@rus.uni-stuttgart.de>

       This  manual  page was written by Michael Bussmann <debian@mb-net.net> for the Debian project (but may be
       used by others).

Description

ezz is the edit helper program for the generic zz clip board program.  The clip board is $ZZ (default:
       $HOME/.zz).

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

Examples

       ls -l | ezz
       ezz "s/ /_/g"
       ezz head -3
       ezz - head -3

Limitations

zz does not work across different accounts

Name

       ezz - edit helper program for the generic zz clip board

See Also

xx(1), zz(1)

F*EX 20140902                                      2014-09-12                                             ezz(1)

Synopsis

ezz[args]

Usage

ezz    edit $ZZ

        ... | ezz
              write STDIN from pipe to $ZZ and call editor

       ezz"perl-script"
              run perl-script on $ZZ

       ezz - "perl-script"
              run perl-script on $ZZ and write result to STDOUT

       ezzfilter [args]
              run filter [with args] on $ZZ

       ezz - filter [args]
              run filter [with args] on $ZZ and write result to STDOUT

       ezz -r restore $ZZ from last ezz operation ($ZZ~)

See Also