Command Line Interface

This package provides a command line tool named browser-history that is automatically added to path when installed through pip.

Help page for the CLI is given below. It can also be accessed using browser-history --help.

CLI Help Page

A tool to retrieve history from (almost) any browser on (almost) any platform

usage: browser-history [-h] [-b BROWSER]

Named Arguments

-b, --browser

browser to retrieve history from. Should be one of all, Chrome, Chromium, Firefox, Safari. Default is all (gets history from all browsers).

Default: “all”

Checkout the GitHub repo https://github.com/pesos/browser-history if you have any issues or want to help contribute