Skip to content

Print urls and access times from Chrome/Chromium browser history

Notifications You must be signed in to change notification settings

za3k/rip-chrome-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

rip-chrome-history

Print urls and access times from chrome/chromium's browser history

Example: rip-chrome-history --export export.db

Usage: rip-chrome-history [OPTIONS]
    -d|--delete          Clear the database during the rip, so that append-mode rips won't duplicate data. If chrome/chromium is in use, the rip will succeed but the file will not be deleted.
    -e|--export FILE     Export the ripped history into the file (appends)
    -f|--file DATABASE   Location of the chrome history database [Default: ~/.config/chromium/Default/History]
    -p|--profile PROFILE The profile within chrome which is ripped [Default: Default]

Rips the Chrome/Chromium browser history database to a unix-friendly file format.

Lines in the export are in this format: 13077638211752775|https://github.com/za3k/rip-chrome-history. The number on the left is a unix timestamp.

About

Print urls and access times from Chrome/Chromium browser history

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages