aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:40:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-02 14:40:30 +1300
commitc14e5088e90b2524c45b5fa602439071f5ce0f49 (patch)
treeee2509594a08bd6c00a72368e53e93942220c9a9
parentComments for header file (diff)
downloadspsh-c14e5088e90b2524c45b5fa602439071f5ce0f49.tar.gz
spsh-c14e5088e90b2524c45b5fa602439071f5ce0f49.zip
Add a feature I like
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 100dd49..88c6870 100644
--- a/README.markdown
+++ b/README.markdown
@@ -29,6 +29,7 @@ In rough order of priority:
* At least a few simple builtins, like "cd" and "exit"
* $PATH so you don't have to fully qualify all your programs
+* Prompt with username and current directory
* Environment variables
* Quoting/escaping arguments (i.e. something better than just strtok())
* Command history