You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey 👋 Sure, do as you please! I will gladly merge your modifications when you're done 😄
The implementation need to be in getFiles() method, that's the method that crawl files: it need to get a boolean to know if the directory parameter will be a glob. Then pass this argument from encryptRecursive()/decryptRecursive() and you're done!
Implement -g/--glob
Implement glob file searching
Command example
warshield encrypt -g "^[a].*$"
will encrypt every files that start by the lettera
.The text was updated successfully, but these errors were encountered: