On Thu, 24 Jan 2019 at 08:41, Federico Benavento <benave...@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>