Skip to content

Instantly share code, notes, and snippets.

View connorbey13's full-sized avatar

Connor Bey 13 connorbey13

View GitHub Profile
@lindeskar
lindeskar / safari-history.sh
Last active June 17, 2024 00:38
macOS 10.13 Safari browser history with timestamp
sqlite3 $HOME/Library/Safari/History.db "select datetime(visit_time + 978307200, 'unixepoch', 'localtime') as date, title from history_visits order by visit_time asc"