From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id 74F81247A9 for ; Sat, 11 May 2024 23:47:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Transfer-Encoding: Content-Type:Subject:Cc:To:From:Date:References:In-Reply-To:Message-Id: MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=5yPqlFGzyubGLkDh4fnwDHDvevciz0V1i0JOPEHD5M0=; b=oSEqESKBlOioK+XmX7cKnNV4ns z3sGIfw0oyj67DsnCFQXhxYirYDEd1ieWaVP5Z5p1ktKHlwz0BKojgNoQraw+ptCivBn5E8xSMQB3 FIKy0wMjbJosyrxnxwpklKPtgBQVeZ61d/murowJ5j0Qfqw7MVKMHbsP/ZMopXTpP4jMCGt2SWonn SIgVZmQGIHJfA6kZ248kRI9nq3v1PBnv6AYKGZnXWoM8UC8RL96Hkqn0bSVsP8HcLUeytv3GJD2db c6wYq/HasOio5RnXGNTIl6Yl1a7Iw1mHsf1rRXHgmqmVo7r48dAPCaKS7ai89dVWot/SqyM8uBeeS 9cbbv0vQ==; Received: by zero.zsh.org with local id 1s5uYY-000IoD-MD; Sat, 11 May 2024 21:47:02 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1s5uXr-000ITG-LT; Sat, 11 May 2024 21:46:20 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailfauth.nyi.internal (Postfix) with ESMTP id 3B7971200032; Sat, 11 May 2024 17:46:17 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Sat, 11 May 2024 17:46:17 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrvdeguddgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvfevufgtgfesthhqredtreerjeenucfhrhhomhepnfgr fihrvghntggvucggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenuc ggtffrrghtthgvrhhnpeehgeeiudeigedvvdffvdegfeduudfgtedvtedttdefuddtjeev gfejgfevteehudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehlrghrrhihvhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidquddu hedukeejjedtgedqudduledvjeefkeehqdhlrghrrhihvheppeiishhhrdhorhhgsehfrg hsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 056C031A0066; Sat, 11 May 2024 17:46:16 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-443-g0dc955c2a-fm-20240507.001-g0dc955c2 MIME-Version: 1.0 Message-Id: <5ee2cde7-c565-45c4-8498-ac1df60a9715@app.fastmail.com> In-Reply-To: References: <2c0392d360227f3f604c42c2ddfee332@sphnet.in> Date: Sat, 11 May 2024 17:45:34 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Bart Schaefer" , sph@sphnet.in Cc: zsh-workers@zsh.org Subject: Re: [PATCH] feat(zkbd): make zkbd do its magic in the specified directory Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Seq: 52931 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Sat, May 11, 2024, at 5:19 PM, Bart Schaefer wrote: > On Wed, May 8, 2024 at 1:56=E2=80=AFAM wrote: >> >> I've been trying to segment my stuff as per XDG guidelines and zkbd i= nsisted on packing their output in $ZDOTDIR/.zkbd which I did'nt like. >> >> I'd like to add a -d switch to zkbd to allow the user to specify a di= rectory of their choosing as the output dir of zkbd. > > I'm debating whether a better approach would be a parameter, for > congruence with e.g. ZDOTDIR itself, HISTFILE, etc. OTOH compinit provides a bit of precedence for using -d like this. --=20 vq