theknarf-experiments / alfred-alternative

0 stars 1 forks source link

Sloth #13

Open TheKnarf opened 1 year ago

TheKnarf commented 1 year ago

I can use Sloth to find open files. A HN comment suggested that it could be used to find SQLite databases:

Opening this and then searching for ".db$" reveals all of the processes that are (probably) using SQLite, which is fun for finding things you can poke around in. Try ".sqlite" too.

This is fun:

brew install datasette
datasette ~/Library/Calendars/Calendar.sqlitedb

This seems usefully, that way I could use SQLite to be able to search a Calender.

TODO: go through and find interesting sqlite databases in MacOS to provide search for