Firefox stores the whole story in that file and what I want to do is to find in it links which contain the specific keyword, however, what I've tried is not working too precisely and is giving me quite chaotic output: grep --binary-files=text keyword /path/to/places.sqlite. I wonder what would be the best way to process that file and find out all links with keywords using tools on Linux?