mono/packages/fs/README.md
2025-01-22 20:49:04 +01:00

21 lines
606 B
Markdown

# Advanced filesystem implementation in Typescript
- [ ] Correct totals
- [ ] support streams
- [ ] Switch to fast glob
- [x] Remap nodes for cp and mv
- [x] zero conf
- [ ] update unit tests
- [-] common CLI commands for global: each, concat, cat (with plugins)
- [-] rimraf rename plugin, part of `each <glob>`
- [ ] node type incorrect for invalid file/folder names
- [-] update to latest fs-jetpack
- [ ] WSAENAMETOOLONG
- [ ] diff
- [ ] images
- [ ] defaults : path limit, ARS, busy
## References
- [https://github.com/alessioalex/get-folder-size](https://github.com/alessioalex/get-folder-size)