~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 3e94c17052a4c80338c45327524d8e28b1a0f219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Tasks

This is a TODO list, keeping track of things that should be 
worked on. If you want to contribute you can do so by picking 
one of those tasks and working on it!

Global:

* Test on lots of unix/unix-like operating systems
* Add lots of utils
* Add lots of options

chmod.c

* Support "a+rwx" and similar, as well as -R

date.c

* Be able to set the date
* Add `-u`

ln.c

* Support this synposis: `$ ln [-fs] [-L|-P] src target_dir`

ls.c

* Broken permissions

mkdir.c

* Implement -p

more.c

* Actually spend time and effort on making it good

printf.c

* Fix string formatting

rm.c

* Implement all options, rm -R doesn't recursively
remove directories

vi.c

* Doesn't compile

wc.c

* Make it be able to use standard output