summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README.md2
-rw-r--r--todo27
-rw-r--r--todo.txt2
4 files changed, 30 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8cdf85a..a5b6bff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
bin/*
+src/test
+src/permtest
# Prerequisites
*.d
diff --git a/README.md b/README.md
index e49b0aa..09ed522 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
minimalist coreutils made as programming practice
-programs to implement listed in do.txt
+programs to implement listed in todo
features to add:
- help flag with explanations
diff --git a/todo b/todo
new file mode 100644
index 0000000..574133c
--- /dev/null
+++ b/todo
@@ -0,0 +1,27 @@
+dd
+df
+dir
+ln
+ls
+mkdir
+mv
+rm
+rmdir
+base32
+base64
+wc
+arch
+basename
+date
+du
+false
+pwd
+true
+whoami
+yes
+less
+more
+ascii
+awk
+grep
+cd
diff --git a/todo.txt b/todo.txt
deleted file mode 100644
index a3197d3..0000000
--- a/todo.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-tail + head:
-implement variable lines