From d47444bbccdff88b1e6a020a8372055388745748 Mon Sep 17 00:00:00 2001 From: George Brocklehurst Date: Wed, 21 Nov 2018 16:47:18 -0500 Subject: [PATCH] Add GOALS file, to define 1.0. --- GOALS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 GOALS diff --git a/GOALS b/GOALS new file mode 100644 index 00000000..22ae9387 --- /dev/null +++ b/GOALS @@ -0,0 +1,7 @@ +gitsh hits 1.0 when: + +[x] it provides a useful interactive shell environment. +[x] it runs scripts. +[ ] it has the kinds of features expected by advanced shell users. +[ ] its tab completion system is at least as good as Git's bash integration. +[ ] it has a smooth install process on popular versions of macOS, BSD and GNU/Linux.