9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Calvin Morrison <mutantturkey@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Rc port.
Date: Thu, 24 Jan 2019 08:57:21 +1100	[thread overview]
Message-ID: <CAJFUHyXKXPb2EsY6DJrih7zDN8_GQD57AO5e9kzcFTwNvkp2eQ@mail.gmail.com> (raw)
In-Reply-To: <84052108-743E-449F-914B-9BF20E3DD4A1@gmail.com>

On Thu, 24 Jan 2019 at 08:41, Federico Benavento <benavento@gmail.com> wrote:
>
> 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’s 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 <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/wait.h>
 #include <dirent.h>
 #include <assert.h>



  reply	other threads:[~2019-01-23 21:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-23 21:39 Federico Benavento
2019-01-23 21:57 ` Calvin Morrison [this message]
2019-01-23 21:59   ` Federico Benavento
2019-01-23 22:11     ` Calvin Morrison
2019-01-23 22:32       ` Federico Benavento
2019-01-24 16:23         ` Federico Benavento
2019-01-24 14:31       ` Stuart Morrow
2019-01-24 16:13         ` erik quanstrom
2019-01-25 15:13           ` Stuart Morrow
2019-01-25 16:02             ` erik quanstrom
2019-01-25 23:11     ` Ethan Gardener
2019-01-26 13:23       ` [9fans] Scripts in 9pm Ethan Gardener
2019-01-26 14:09         ` Ethan Gardener
2019-01-24  3:01 ` [9fans] Rc port Mayuresh Kathe
2019-01-24 16:25   ` Federico Benavento
2019-01-24 16:32     ` Federico Benavento
2019-01-24 16:54       ` Mayuresh Kathe
2019-01-25 14:49     ` Stuart Morrow
2019-01-28 15:22 ` arnold
2019-01-30 16:02   ` Federico Benavento

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=CAJFUHyXKXPb2EsY6DJrih7zDN8_GQD57AO5e9kzcFTwNvkp2eQ@mail.gmail.com \
    --to=mutantturkey@gmail.com \
    --cc=9fans@9fans.net \
    /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.
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).