fishi0x01 / vsh

vsh - HashiCorp Vault interactive shell and cli tool
MIT License
284 stars 12 forks source link

Concurrency for traversal #86

Open fishi0x01 opened 3 years ago

fishi0x01 commented 3 years ago

:warning: This is still work in progress.

This addresses https://github.com/fishi0x01/vsh/issues/78 Use fixed number of worker threads to apply operations on traversed paths.

Currently, only rm, mv and cp profit from this.