gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
205 stars 25 forks source link

add an option to auto load sub-directories #107

Closed xxyyzz2050 closed 5 years ago

xxyyzz2050 commented 5 years ago

add an option to auto load sub-directories and add an operator to force load subdirectories for the current path

example: test/path $ //$ means auto add all the current subdirectories of this path

gyng commented 5 years ago

Unfortunately, this can't be done reasonably because the extension has no access to the local file system. This is tracked in #87