lightning-fs icon indicating copy to clipboard operation
lightning-fs copied to clipboard

feature request: add `cp` command

Open sdarwin opened this issue 1 month ago • 1 comments

Add a cp command, based on nodejs cp.

https://nodejs.org/api/fs.html

fsPromises.cp(src, dest[, options])

with the recursive option.

To be compatible with both ZenFS and nodejs.

(Or perhaps lightning-fs is in maintenance mode and so this will not be planned. Still worth asking.)

sdarwin avatar Dec 12 '25 17:12 sdarwin