Blame TODO.txt

Packit 9ff65e
Packit 9ff65e
Must:
Packit 9ff65e
- implement a basic glob function to replace the Str implementation (*, ?).
Packit 9ff65e
- add more test to the test.ml file ( should have at least 200 test - only 133
Packit 9ff65e
  at the time I am writing this line )
Packit 9ff65e
- create a URI parser, in order to be able to adress different filesystem using
Packit 9ff65e
  the same string (example file:/coucou/ to indicate the subdir coucou of the
Packit 9ff65e
  current dir)
Packit 9ff65e
- install
Packit 9ff65e
- pathchk
Packit 9ff65e
Packit 9ff65e
Packit 9ff65e
Wishlist:
Packit 9ff65e
- Create a libtar-ocaml, to handle the tar format
Packit 9ff65e
- Investigate on the different UNIX command that should be great to have...
Packit 9ff65e
  Maybe go and see if some interesting command exist on other OS...
Packit 9ff65e
Packit 9ff65e
Bugs:
Packit 9ff65e
- should not take into account files that are links