Skip to content

Instantly share code, notes, and snippets.

View alexz12948's full-sized avatar
🐳

Alexander Zsikla alexz12948

🐳
  • New York
View GitHub Profile
@alexz12948
alexz12948 / check_safari_history.bash
Created February 13, 2023 19:46
Prints out the dates/times for the most recently visited pages in Safari
#!/bin/bash
: << FILE_HEADER
Name: Alexander Zsikla
Date: Feb 2023
Prints out the dates/times for the most recently visited pages in Safari
We are just performing a sqlite3 query against the safari history database
and parsing out the seconds and the webpage title and printing it out in
an easy to read format