andweeb / Ki

⌘ Work in macOS like you work in vim <currently under construction>
MIT License
126 stars 13 forks source link

Add script to fetch browser history from local cache #6

Open andweeb opened 5 years ago

andweeb commented 5 years ago

Local browser history cache locations:

Querying the local cache probably requires some Python 2 script that returns history data in JSON for a given browser. Looks like this can be achieved using the hs.sqlite3 module already exposed in the Hammerspoon API.

This is needed to add browser history actions with select mode for browser application entities.