Extract all files from electron Application's cache
- Discord
- Visual Studio Code
- Guilded
- Or Specify a Path
$ cache-extractor <args>
$ cache-extractor --app discord --output-dir "./discord-cache"
Argument | required | value | default |
---|---|---|---|
--app | -a | true | Application | None |
--input | -i | false | String | None |
--output-dir | -o | false | String | %cwd%/extracted |
--clear-cache | -c | false | bool | false |
-file-filter | -f | false | Regex String | ^f_ |
Application |
---|
discord |
vscode |
vscode-insider |
guilded |
custom (needs input argument) |