zsh-workers
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: -C -like option to change CWD on startup
Date: Thu, 2 Feb 2023 08:55:32 +0000	[thread overview]
Message-ID: <CAKc7PVDN+HfQ=qFatNcWFiNRiTMtpAi6FXhXNqdQ1SRxHj1vcw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

Hi,
make and git have the -C option which works like:
(
   builtin cd -q $COPT
   git/make "$@"
)

I think that it is very useful, because no lengthy subshell is needed. Zsh
doesn't have such option, could it be added? It's pitty that -C is already
used by NO_CLOBBER, but maybe some other letter is free (I didn't found
any)?

-- 
Best regards,
Sebastian Gniazdowski

[-- Attachment #2: Type: text/html, Size: 1133 bytes --]

             reply	other threads:[~2023-02-02  8:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  8:55 Sebastian Gniazdowski [this message]
2023-02-02  9:05 ` Roman Perepelitsa
2023-02-02  9:31   ` Sebastian Gniazdowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKc7PVDN+HfQ=qFatNcWFiNRiTMtpAi6FXhXNqdQ1SRxHj1vcw@mail.gmail.com' \
    --to=sgniazdowski@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).