zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] zmv: use (q-) quoting
@ 2012-08-20 13:20 Stepan Koltsov
  0 siblings, 0 replies; only message in thread
From: Stepan Koltsov @ 2012-08-20 13:20 UTC (permalink / raw)
  To: zsh-workers

Hi, all.

`zmv -n` prints commands to be executed. If it used (q-) quoting
instead of (q), output would be better when filenames contain multiple
spaces.

>>> mv 'hello beautiful world!' 'goodbye cruel world!'

instead of:

>>> mv hello\ beautiful\ world\! goodbye\ cruel\ world\!

Trivial patch:

https://github.com/stepancheg/zsh/commit/4320c5abb5083359c69b5a74fb55743d2a1e5628.patch

-- 
Stepan Koltsov


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-20 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-20 13:20 [PATCH] zmv: use (q-) quoting Stepan Koltsov

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).