EricZimmerman / EricZimmerman/KapeFiles
2 Features for kape targets
- Dominant language
- No language data
- Stars
- 874
- Forks
- 234
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 10
Description
**KAPE version**
latest
**Is your feature request related to a problem? Please describe.**
WhatsApp.tkape for example
**Describe the solution you'd like**
Feature 1)
Path variable in the tkape files should have a wildcard option to match a directory, Example:
C:\Program Files\\*SomeApp\*
Feature 2)
SaveAsFileName variable in the tkape files should have a %destinationFileName% parameter similar to the mkape parameters so the target filename can be altered, Example:
SaveAsFileName: %destinationFileName%.jpg
**Describe alternatives you've considered**
Would like to know of any.
**Additional context**
An example can be seen in the PR https://github.com/EricZimmerman/KapeFiles/pull/887:
Feature 1)
WhatsApp.tkape could be better addressed with using the following path instead:
C:\Users\%user%\AppData\Local\Packages\\*WhatsAppDesktop\*\LocalCache\Roaming\WhatsApp\Cache
Feature 2)
WhatsApp_Media.tkape could be better addressed renaming the target files with a .jpg extension to make them readable:
Path: C:\Users\%user%\AppData\Local\Packages\5319275A.WhatsAppDesktop_cv1g1gvanyjgm\LocalState\profilePictures
SaveAsFileName: %destinationFileName%.jpg
Contributor guide
Assessment
This issue has not been assessed yet.