Search all history of Chrome in terminal
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/12/search-all-history-of-chrome-in-terminal_61b12ce0cbcdb-375x210.jpeg)
Search all history of Chrome in terminal.
Demo
Usages
- Move the Chrome history file to current directory by running
move_history.sh
- Rename
history_db_{timestamp}
file to the nameDB
- [Optional] migration.py script is to merge the newest history file to
DB
file./migration.py history_db_1638637824
, it will mergehistory_db_1638637824
toDB
file
- chrotry to search title, url in terminal
Shortcuts
- CTRL + n, move one line down
- CTRL + p, move one line up
- CTRL + e, quit
GitHub