Re: new command dh (dirhistory)

2025-07-14 Thread jason stein
Hi Chet, thanks for the suggestion. I will update the code when I get a chance to make dh a loadable builtin. On Mon, Jul 14, 2025, 12:29 PM Chet Ramey wrote: > On 7/13/25 4:19 PM, jason stein wrote: > > *Per Lawrence **Velázquez* > > Sending a new email to bug-bash@gnu.org. Or

Re: new command dh (dirhistory)

2025-07-13 Thread jason stein
13, 2025 at 12:58 PM Lawrence Velázquez wrote: > On Sun, Jul 13, 2025, at 3:17 PM, jason stein wrote: > > *Pull Request:* > > https://github.com/jstein916/bash/pull/1 > > In general it's preferable to provide a patch directly (either inline > or as an attachment), ra

Re: new command dh (dirhistory)

2025-07-13 Thread jason stein
*Patch* >From eed27ce56dfccef103d51379215c38a8438ec998 Mon Sep 17 00:00:00 2001 From: Jason Stein Date: Sun, 13 Jul 2025 11:08:24 -0700 Subject: [PATCH] Add dh (directory history) builtin - Implement dh builtin for frequency-based directory navigation - Add comprehensive test suite with run

new command dh (dirhistory)

2025-07-13 Thread jason stein
*Per Lawrence **Velázquez* Sending a new email to bug-bash@gnu.org. Original was sent to help-bash@gnu-org which Lawrence indicated was the incorrect mailing list (Thanks Lawrence). Hey All, I developed a new builtin and I was wondering what is the process for getting it added to the official rel