chrome-cachefile-decode
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "chrome-cachefile-decode", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Decode files from Google Chrome's cache", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
}, | ||
"repository":"https://github.com/centre-for-effective-altruism/chrome-cachefile-decode", | ||
"repository": "https://github.com/centre-for-effective-altruism/chrome-cachefile-decode", | ||
"author": "Sam Deere <dev@colophonemes.com>", | ||
@@ -16,0 +16,0 @@ "license": "ISC", |
@@ -66,7 +66,7 @@ # Google Chrome Cache File Decoder | ||
-i, --input <input> A string copied from a Chrome cache file | ||
-f, --file <file.txt> Path to a file containing the Chrome cache file | ||
-f, --file <file> Path to a file containing the Chrome cache file | ||
-o, --output [filename] Save file to disk. Filename defaults to resource filename (e.g. `www.example.com`, `index.html`); alternatively specify a filename as the argument. If this argument is not supplied, response will be piped to STDOUT | ||
``` | ||
Load data from STDIN (e.g. for OSX — use whatever paste utility your OS supports): | ||
Load data from STDIN (e.g. for OSX — use whatever paste utility your OS supports) and save to default filename: | ||
``` | ||
@@ -76,5 +76,5 @@ pbpaste | chromecachedecode -o | ||
Load data from a file: | ||
Load data from a file and save to `outfile.html`: | ||
``` | ||
chromecachedecode -o | ||
chromecachedecode -f input.txt -o outfile.html | ||
``` | ||
@@ -84,3 +84,3 @@ | ||
You'll need to visit `chrome://cache` to see your cache files. Find the one you want, select the whole document and copy it (`Ctrl/Cmd + A` `>` `Ctrl/Cmd+C` should do nicely). | ||
You'll need to visit `chrome://cache` in a new tab to see your cache files. Find the one you want, select the whole document and copy it (`Ctrl/Cmd + A` `>` `Ctrl/Cmd+C` should do nicely). | ||
@@ -87,0 +87,0 @@ The result should look a little something like this: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1157946