From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <84052108-743E-449F-914B-9BF20E3DD4A1@gmail.com> In-Reply-To: <84052108-743E-449F-914B-9BF20E3DD4A1@gmail.com> From: Calvin Morrison Date: Thu, 24 Jan 2019 08:57:21 +1100 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Rc port. Topicbox-Message-UUID: f3493268-ead9-11e9-9d60-3106f5b1d025 On Thu, 24 Jan 2019 at 08:41, Federico Benavento wrot= e: > > Hola, > > I just uploaded a standalone unix (only tested on macOS/Linux) port with = edit, history and completion support to GitHub. > I have been using it as my primary shell for months on macOS and it=E2=80= =99s seems to be working pretty well. rc is a great shell. It's interface just isn't optimal with a fake TTY like we use on linux. I think the merits of the shell outweigh that. I've been using rlwrapper for a while which gives me command history and thats nice, but completion will be cool too! btw could'nt get it to compile without adding diff --git a/unix.c b/unix.c index 5c89243..1f88f69 100644 --- a/unix.c +++ b/unix.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include