Colin Marc
|
56af180726
|
refactor out caching in cmd/hdfs
It's definitely a premature optimization, and also blows up with huge
directories.
|
2014-10-31 20:46:22 +01:00 |
Colin Marc
|
9e9ca8d4aa
|
don't print a leading newline in ls
|
2014-10-31 18:46:27 +01:00 |
Colin Marc
|
22235205bc
|
use os.PathError ~everywhere
|
2014-10-28 13:49:30 +01:00 |
Colin Marc
|
1228e252ec
|
when running ls with no args, ls the "cwd"
|
2014-10-26 18:39:10 +01:00 |
Colin Marc
|
7496c1ff3e
|
improve error handling
|
2014-10-24 23:43:51 +02:00 |
Colin Marc
|
3672c9d23f
|
add rm [-r]
|
2014-10-24 23:43:51 +02:00 |
Colin Marc
|
9599336b95
|
fix some bugs in ls
- flush files before the dir results
- make sure we still filter cached readDir results
|
2014-10-24 23:43:51 +02:00 |
Colin Marc
|
b0fc1da417
|
implement ls -l
|
2014-10-24 23:43:51 +02:00 |
Colin Marc
|
aa76fc4a6d
|
implement ls -a
|
2014-10-24 23:43:51 +02:00 |
Colin Marc
|
44022e740f
|
ls and completion sort of working
|
2014-10-24 23:43:51 +02:00 |