I really don’t like the way Chrome/Chromium handles browsing history: if you search entries you cannot edit (delete) them.
This sucks especially when you have an hostname (in my case it is ‘orion’, my desktop PC in Italy) you used to access some months ago. And every time it simply pops up when writing an url and (as far as i know) you cannot easily delete it from the frontend.
Ok, I could look for an extension to better handle browsing history, but It would not be funny..
close every chrome/chromium instance
michele@erakis:~$ cd .config/chromium/Default
michele@erakis:~/.config/chromium/Default$ sqlite3 History
sqlite> .tables
[..]
sqlite> delete from urls where url like ’%orion%’;
sqlite>.quit
sqlite is everywhere!