CLI-Parameter
Die separate ChromeRecoverCLI.exe bietet dieselbe Suchlogik für Skripte und Terminalabläufe.
Profile anzeigen
ChromeRecoverCLI.exe profiles
Listet Profilkennung, Anzeigename und lokalen Pfad auf. Es werden keine Daten geändert.
Tabs suchen
ChromeRecoverCLI.exe scan --hours 12 --profile Default --format json --output tabs.json
--hours 1…87600- Rückblick in Stunden; Standardwert 24.
--profile NAME- Chrome-Profilkennung; wiederholbar. Ohne Angabe werden alle Profile gelesen.
--duplicates- Zeigt wiederholte Besuche einzeln.
--domain- Zeigt nur den neuesten Tab je Hauptdomain einschließlich Unterdomains.
--format table|json|csv- Ausgabeformat; Standardwert
table. --output DATEI- Schreibt JSON oder CSV in eine Datei. Ohne Angabe erfolgt die Ausgabe im Terminal.
Tabs übernehmen
ChromeRecoverCLI.exe apply --hours 12 --yes [--keep-largest]
--yes- Pflichtbestätigung, dass alle Treffer geöffnet werden dürfen.
--keep-largest- Schließt bei mehreren Chrome-Fenstern alle außer dem mit den meisten erkannten Tabs. Kann nicht gespeicherte Formulardaten verlieren und ist deshalb nie Standard.
CLI parameters
The separate ChromeRecoverCLI.exe exposes the same search logic for scripts and terminal workflows.
List profiles
ChromeRecoverCLI.exe profiles
Lists profile key, display name and local path. No data is changed.
Find tabs
ChromeRecoverCLI.exe scan --hours 12 --profile Default --format json --output tabs.json
--hours 1…87600- Look-back period in hours; default 24.
--profile NAME- Chrome profile key; repeatable. All profiles are read when omitted.
--duplicates- Shows repeated visits separately.
--domain- Shows only the newest tab per main domain including subdomains.
--format table|json|csv- Output format; default
table. --output FILE- Writes JSON or CSV to a file. Without it, output goes to the terminal.
Restore tabs
ChromeRecoverCLI.exe apply --hours 12 --yes [--keep-largest]
--yes- Required confirmation that every result may be opened.
--keep-largest- With multiple Chrome windows, closes all except the one with the most detected tabs. This can lose unsaved form data and is therefore never the default.