Fixed the rofi error window from instantly being removed with
a double click - there's probably a better way like using some
IGNORE_FIRST_CLICK_FOR_10ms or something
Want to try also using something like this for finding spelling mistakes etc.
https://github.com/life4/textdistance.rs
Going to have to try to do some combination though to ensure exact substring
matches, even when missing the latter half, still work well. Maybe... I dunno
will have to try.
Need to do insert (obv), recall, search by name (get the whole name column), and
then display nicely.
Also renamed / used more correctly the "data" folder. I should use cache for
the downloaded .json file from scryfall though