From unknown Fri Jun 20 20:12:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26962 <26962@debbugs.gnu.org> To: bug#26962 <26962@debbugs.gnu.org> Subject: Status: A shell: s Reply-To: bug#26962 <26962@debbugs.gnu.org> Date: Sat, 21 Jun 2025 03:12:52 +0000 retitle 26962 A shell: s reassign 26962 guix-patches submitter 26962 ng0 severity 26962 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 17 09:43:04 2017 Received: (at submit) by debbugs.gnu.org; 17 May 2017 13:43:04 +0000 Received: from localhost ([127.0.0.1]:49780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dAzEF-0005PI-SY for submit@debbugs.gnu.org; Wed, 17 May 2017 09:43:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dAzED-0005OW-Uq for submit@debbugs.gnu.org; Wed, 17 May 2017 09:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAzE6-0004Sk-5T for submit@debbugs.gnu.org; Wed, 17 May 2017 09:42:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAzE6-0004Sg-20 for submit@debbugs.gnu.org; Wed, 17 May 2017 09:42:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAzE4-0006mX-CP for guix-patches@gnu.org; Wed, 17 May 2017 09:42:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAzE1-0004S4-7p for guix-patches@gnu.org; Wed, 17 May 2017 09:42:52 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:48790 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAzE0-0004Rw-Py for guix-patches@gnu.org; Wed, 17 May 2017 09:42:49 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 36de5b70 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 17 May 2017 13:42:34 +0000 (UTC) Date: Wed, 17 May 2017 13:42:41 +0000 From: ng0 To: guix-patches@gnu.org Subject: A shell: s Message-ID: <20170517134241.c6kqu3khheefqokw@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="rnh3gglyuw4kpf64" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --rnh3gglyuw4kpf64 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This adds the shell s(1) and the selfcontained linenoise, a readline replacement. --rnh3gglyuw4kpf64 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-linenoise.patch" Content-Transfer-Encoding: quoted-printable =46rom 662892f68cfdce43629e304e8abdf46ae2f7557b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 16 May 2017 22:28:57 +0000 Subject: [PATCH 1/2] gnu: Add linenoise. * gnu/packages/shells.scm (linenoise): New variable. --- gnu/packages/shells.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 4e684e8c8..714b8f291 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -457,3 +457,47 @@ components: a process notation for running programs an= d setting up pipelines and redirections, and a complete syscall library for low-level access to t= he operating system.") (license bsd-3)))) + +(define-public linenoise + (package + (name "linenoise") + (version "1.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/antirez/linenoise/" + "archive/" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "05006hd56xcvxjdpll4x720bpfan7vwqmxbw8a2kvm10w57ll1gm")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ;No tests are included + #:make-flags (list "CC=3Dgcc") + #:phases + (modify-phases %standard-phases + (delete 'configure) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + ;; At the moment there is no 'make install' in upstream. + (let* ((out (assoc-ref outputs "out"))) + (install-file "linenoise.h" + (string-append out "/include/linenoise")) + (install-file "linenoise.c" + (string-append out "/include/linenoise")) + #t)))))) + (home-page "https://github.com/antirez/linenoise") + (synopsis "Minimal zero-config readline replacement") + (description + "Linenoise is a minimal, zero-config, readline replacement. +Its features include: + +@enumerate +@item Single and multi line editing mode with the usual key bindings +@item History handling +@item Completion +@item Hints (suggestions at the right of the prompt as you type) +@item A subset of VT100 escapes, ANSI.SYS compatible +@end enumerate\n") + (license bsd-4))) --=20 2.13.0 --rnh3gglyuw4kpf64 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-Add-s.patch" Content-Transfer-Encoding: quoted-printable =46rom f36ada5fa95ca2d1d01a75b507295c97b7a2419b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 16 May 2017 22:28:58 +0000 Subject: [PATCH 2/2] gnu: Add s. * gnu/packages/shells.scm (s): New variable. --- gnu/packages/shells.scm | 61 +++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 61 insertions(+) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 714b8f291..fbfc45626 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -501,3 +501,64 @@ Its features include: @item A subset of VT100 escapes, ANSI.SYS compatible @end enumerate\n") (license bsd-4))) + +(define-public s + (let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c") + (revision "1")) + (package + (name "s") + (version (string-append "0.0.0-" revision "." (string-take commit 7)= )) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rain-1/s") + (commit commit))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1075cml6dl15d770j3m12yz90cjacsdslbv3gank1nxd76vmpdcr")))) + (build-system gnu-build-system) + (inputs + `(("linenoise" ,linenoise))) + (arguments + `(#:tests? #f + #:make-flags (list "CC=3Dgcc") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'install-directory-fix + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin"))) + (substitute* "Makefile" + (("out") bin)) + #t))) + (add-after 'install 'manpage + (lambda* (#:key outputs #:allow-other-keys) + (install-file "s.1" (string-append (assoc-ref outputs "out") + "/share/man/man1")))) + (replace 'configure + (lambda* (#:key inputs outputs #:allow-other-keys) + ;; At this point linenoise is meant to be included, + ;; so we have to really copy it into the working directory + ;; of s. + (let* ((linenoise (assoc-ref inputs "linenoise")) + (noisepath (string-append linenoise "/include/lineno= ise")) + (out (assoc-ref outputs "out"))) + (copy-recursively noisepath "linenoise") + (substitute* "s.c" + (("/bin/s") (string-append out "/bin/s"))) + #t)))))) + (home-page "https://github.com/rain-1/s") + (synopsis "Extremely minimal shell with the simplest syntax possible= ") + (description + "S is a new shell that aims to be extremely simple. +S does not implemnt the POSIX shell standard. +There are no globs or \"splatting\" where a variable $FOO turns into multi= ple +command line arguments. One token stays one token forever. +This is a \"no surprises\" straightforward approach. + +There are no redirection operators > in the shell language, they are +added as extra programs. > is just another unix command, < is essentially +cat(1). A andglob program is also provided along with s.") + (license bsd-3)))) --=20 2.13.0 --rnh3gglyuw4kpf64-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 03 20:35:32 2017 Received: (at 26962) by debbugs.gnu.org; 4 Jun 2017 00:35:32 +0000 Received: from localhost ([127.0.0.1]:54400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHJW0-00074d-46 for submit@debbugs.gnu.org; Sat, 03 Jun 2017 20:35:32 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:54433 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHJVx-00074T-Hp for 26962@debbugs.gnu.org; Sat, 03 Jun 2017 20:35:30 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 55ACD516196; Sun, 4 Jun 2017 02:35:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496536528; bh=3YDezUUukN4SixudHrB8JbsAO6GIMEU18j+CmC7cDrg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=0vW8FnNeUcaBhCv4ILlS8GZlh7klMYLiKwMX32r3lF0pELJUMmr66BG8pYZOPOwPb 1w/czFsquRwUMf49lGsIihO0sQr9pkG/Fm8lt8ByKxRQ1fxP1jgWFRO/LIWj8W4hS0 oaOs+YfzPA6dA/HD/y6JRr3HE5X0WNJwLLAzYbRI= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496536528; bh=3YDezUUukN4SixudHrB8JbsAO6GIMEU18j+CmC7cDrg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=0vW8FnNeUcaBhCv4ILlS8GZlh7klMYLiKwMX32r3lF0pELJUMmr66BG8pYZOPOwPb 1w/czFsquRwUMf49lGsIihO0sQr9pkG/Fm8lt8ByKxRQ1fxP1jgWFRO/LIWj8W4hS0 oaOs+YfzPA6dA/HD/y6JRr3HE5X0WNJwLLAzYbRI= To: 26962@debbugs.gnu.org Subject: Re: bug#26962: A shell: s In-Reply-To: <20170517134241.c6kqu3khheefqokw@abyayala> (ng0@pragmatique.xyz's message of "Wed, 17 May 2017 13:42:41 +0000") References: <20170517134241.c6kqu3khheefqokw@abyayala> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Date: Sat, 03 Jun 2017 20:34:57 -0400 Message-ID: <87y3t8lhe6.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26962 Cc: ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain ng0 writes: > This adds the shell s(1) and the selfcontained linenoise, > a readline replacement. Linenoise looks like it's under a BSD 2-clause license. Also, "andglob" in the description of s(1) can go in a @code tag (is that the correct term?). If you're okay with these changes, I can commit this on your behalf. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkzVbEACgkQ5qXuPBlG eg2c0hAAtU3/PzUHzO955g8y/Fr1OtxJxPK4uPKdz1+FFmSIr/NrJqkQ0oJTQZAX 91gmnN18QX6YERFDiheArFRI7htJJLqC6f/ceqq6ogMTRtPsrabzWYyHYMTxpj67 5mzaz0Mh+wqL+Lve5gWGvkuJs6c1L5rtRJur4fgfBU3DXfulkUC3gd6qP+ELWWLR 4oCFzie7tc0GLUx80QX7K3vc88TyhgdXsu9Yl927I+56VIV8amDIa9auIxwbfHtV /IPvKmvc5+ymZu5Bkf+5u/Y/hW/8wQpibr2u7ZDy1kYD2oSOKdscHocHYWPIs891 Ih7NfLJ7NaiDr7s5b5TkC8xOF0J6oJObS2uKFx333U3EQohCVagRh7Dd9RTcNV1i HNrM4ZDyenmaI1NkRhkWkI5n4bA9bzn/s+Nc0p7/UfmGA8Kzuf11KOtBFIbYwqPv fsajIsMbknkpcXg2nliwg12ucJGaG2pOspmOKTiU4oHZk6F28g1Mklb7Jd9rt55F A2n/rxwhfdLV3MreSzwIkKRNXyrl6UwUaYaD7pOKwJ/OxsvMRpFim5vWFNu1+85J BK69g/Sk+3YJOs0GwsgKHdvxZjyvp9KdubKkNkX7FEgcBl8VRlFiZz2VLHO//TEd 45JbSGFotg8k/p6rQ23BvlWVRt1UVLzWzUg7Cw/kUMSG7JX6IQQ= =TPDz -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 04 06:40:03 2017 Received: (at 26962) by debbugs.gnu.org; 4 Jun 2017 10:40:04 +0000 Received: from localhost ([127.0.0.1]:54633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHSx1-00074y-M0 for submit@debbugs.gnu.org; Sun, 04 Jun 2017 06:40:03 -0400 Received: from aibo.runbox.com ([91.220.196.211]:40576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHSwz-00074K-Ro for 26962@debbugs.gnu.org; Sun, 04 Jun 2017 06:40:02 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dHSwy-0002O1-0t; Sun, 04 Jun 2017 12:40:00 +0200 Received: from [193.90.12.87] (helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dHSws-0001hn-Pv; Sun, 04 Jun 2017 12:39:55 +0200 Date: Sun, 4 Jun 2017 10:39:52 +0000 From: ng0 To: Kei Kebreau Subject: Re: bug#26962: A shell: s Message-ID: <20170604103952.sv35dg2x4ofcrohy@abyayala> Mail-Followup-To: Kei Kebreau , 26962@debbugs.gnu.org References: <20170517134241.c6kqu3khheefqokw@abyayala> <87y3t8lhe6.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mfqly73h7ewsmioo" Content-Disposition: inline In-Reply-To: <87y3t8lhe6.fsf@openmailbox.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26962 Cc: 26962@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --mfqly73h7ewsmioo Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Kei Kebreau transcribed 1.3K bytes: > ng0 writes: >=20 > > This adds the shell s(1) and the selfcontained linenoise, > > a readline replacement. >=20 > Linenoise looks like it's under a BSD 2-clause license. Also, "andglob" > in the description of s(1) can go in a @code tag (is that the correct ter= m?). >=20 > If you're okay with these changes, I can commit this on your behalf. That would be alright, thanks! If there's a mistake I'm pretty sure rain1 will correct it eventually. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --mfqly73h7ewsmioo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlkz43gACgkQ4i+bv+40 hYgz9hAAjmFhjZvIDjTB6ERPqe8Kp8/FQlMWI8Wz2ZVHWQKnBFbMHXlhOm5DlQSY 0P1188CHt8vm54RHidbqdlSkR9h+y3PAKAJ3M8/R7qIhBl4tRnYlxagQ3tWL4zFq c/T3y8BokTh46LMKOffQUmpjVQMQkOa80r+79oU8W43wt4+2b7bBOO58OcG1Epzn xEzeam+qV78ZGNbU5IfQwTLtXlqOFzHOOonmDhKfpPedIbtuBXi00MgiEOyOnNUl BtV4ylmJvU2DBSq3tHPgLrNUnmfqOv3BbknZ580ONnjgLqmHTmghoDlTWcHN5u7N N19PJks8ef4crJ2nse1DaKWM0PvvH3FmVvXnLbXdMHc5XazM6rrd3LkT9UxaMA3/ Www3VI9LLMwxvQlRR0OQ5G/e0snNegJuwWjRVNf8VyeHjEFzEFHjDax5OU03+Kvi muGBdaNvZSRcUXlJE+QLF6ofP25L9xTiNKl0Ekeub4Xji46siPplZISbKKFLsK1o MIiUP9/dUR2qPTBt7UaaCKrEVZbqJAY51LUQkbQ+WmmFKTHD/yRIbnDuc5fOAKEa hUdc2Pnie2ecaT1KTQm2iaYtFwFlMqwK1H9Rgz7XO4/+LloPt4LHmJjILziuMPbt OCOQXaNJY0jNuW+Y6wRGDcgXgZCxHRB27SmFDFknCU9f8oyqGJ8= =hXty -----END PGP SIGNATURE----- --mfqly73h7ewsmioo-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 04 10:47:42 2017 Received: (at 26962-done) by debbugs.gnu.org; 4 Jun 2017 14:47:42 +0000 Received: from localhost ([127.0.0.1]:55932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHWog-0003UJ-3k for submit@debbugs.gnu.org; Sun, 04 Jun 2017 10:47:42 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:50482 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHWoe-0003UB-EE for 26962-done@debbugs.gnu.org; Sun, 04 Jun 2017 10:47:40 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 47A2651560D; Sun, 4 Jun 2017 16:47:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496587659; bh=4m1pKzQjDQ8I88LOtMFdtLpw1smHWjK2fBu9UMDP/nY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=tZSKOOBr51p37VzPw9GfXfn/hmnxCaOQMi6hga05wVDKrE1Dt4T2X38fU08i65g3B XI1qanrpRZWq7lfbNiUrsgCJZGFYx4QGA1EP22eIUHG7ZJ2yWfartJ3r9IJaDP4325 pOk3k1BfRObEiJH3LtqMpDYRQgqlfVH7btu7s69k= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1496587659; bh=4m1pKzQjDQ8I88LOtMFdtLpw1smHWjK2fBu9UMDP/nY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=tZSKOOBr51p37VzPw9GfXfn/hmnxCaOQMi6hga05wVDKrE1Dt4T2X38fU08i65g3B XI1qanrpRZWq7lfbNiUrsgCJZGFYx4QGA1EP22eIUHG7ZJ2yWfartJ3r9IJaDP4325 pOk3k1BfRObEiJH3LtqMpDYRQgqlfVH7btu7s69k= To: 26962-done@debbugs.gnu.org Subject: Re: bug#26962: A shell: s References: <20170517134241.c6kqu3khheefqokw@abyayala> <87y3t8lhe6.fsf@openmailbox.org> <20170604103952.sv35dg2x4ofcrohy@abyayala> Date: Sun, 04 Jun 2017 10:47:07 -0400 In-Reply-To: <20170604103952.sv35dg2x4ofcrohy@abyayala> (ng0@pragmatique.xyz's message of "Sun, 4 Jun 2017 10:39:52 +0000") Message-ID: <87poejlsic.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26962-done Cc: ng0@pragmatique.xyz X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable ng0 writes: > Hi, > > Kei Kebreau transcribed 1.3K bytes: >> ng0 writes: >>=20 >> > This adds the shell s(1) and the selfcontained linenoise, >> > a readline replacement. >>=20 >> Linenoise looks like it's under a BSD 2-clause license. Also, "andglob" >> in the description of s(1) can go in a @code tag (is that the correct te= rm?). >>=20 >> If you're okay with these changes, I can commit this on your behalf. > > That would be alright, thanks! If there's a mistake I'm pretty > sure rain1 will correct it eventually. Linenoise pushed as 17cf788ffa875e5315a1420e63e91658dae1c23a and s pushed as 0e4591bb696a36bc83f75869dd2711987b17b722 to master! Thanks for the package submissions! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlk0HWsACgkQ5qXuPBlG eg02vBAAoBrbzdgZWmFrBjek3S4cU0zmtD0+F7QSdcUwB13aKhj7Qz5tVxdK/lgr J/iQbQGR8d/Rcgv4Pys5FQKH8tCi6QpSSx26mlA7rsK1foVVQHntOtNm4Up2GbgH r7w8kOkUkJ8dRkN1iZl+/HDcj2WKxs4jLKwxTT+ZcVsrVufccgGrqPHZo8sy0ofE QnK2UZjLANrMWWwQvcqrsaNg0M8/VHCroOK6Xsc614UzxWMKNovZVIiLTmaOYtFw zq3+g4yVd1+sTiW7kp9mRSlGGG5aTahjdwG9z+A93KnHr7z9n01zfBqVwkj9/+vf R11l81KA03hjQQ9WWRBOIkE2fMD3QE1paXLMON24lft/UlPSgIaLjozQWM9IqQfK EccEj9FtQ+UJ/yNZ1IfP+SXYuvfTYTzD60thOdIEmwxIfaW7EgWTle9p0Sp0z4+1 Vz+IUeINJUmXMUzu1ww1RV+2t0HaA04/cnrSqwkcMkgj5YFo3TDPN6ZciJGAfjV9 BMrNfqYc9wtKOGsnxQOOgwDnubEvkpkpa3R0K/86plxRHi6CWz9ppOhD4E8O7s1N bghQcxsk7cd03XHBY4OhdZ3Iox/HDSS23OUbiR7Ep16u6hdec1FV6dpGQurI1FEZ Ezuce7Bldo/m60kudRQpnAQL+/Swml63U32YlFTw3JLO5OsYm7c= =wmW3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 20:12:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 03 Jul 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator