Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pretty-history

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-history

Generate a pretty view of your browser history from a JSON export

  • 2.0.1
  • PyPI
  • Socket score

Maintainers
1

pretty-history

PyTest PyPi version Python 3.7|3.8|3.9 PRs Welcome

The pretty-history app is a simple Python script that can be run via the command-line, and will generate Markdown files summarising your browser history.

Installation

Install from the PyPi repository using pip:

pip install pretty-history

Usage

After installing the app, run:

prettyhist --help

To see some instructions for how to use it.

Example

Pretty-format browsing history from Firefox:

prettyhist -b firefox

Pretty-format browsing history from Firefox, merging with data from Brave Browser:

browserexport save --browser brave --to .
browserexport merge --json ./*.sqlite > ./history.json

prettyhist -b firefox -f ./history.json

References

  1. seanbreckenridge/browserexport

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc