Add README.md

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-30 00:03:05 +03:00
parent a2eb908f7d
commit 8f2faf7873
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# browser-search-engines
I've found that [Vimium](https://github.com/philc/vimium) is the easiest way to import, create, use, and edit multiple custom browser search engines. (Of course, you can just disable the vim-related functionality you don't like it).
Other options I've tried in the past were [add-custom-search-engine](https://github.com/evilpie/add-custom-search-engine), and trying to parse the relevant search engines file in Firefox's profile folder :(
Unfortunately those were not very easy to use or migrate your search engines to a new computer, share one with a friend, version control them, etc, but Vimium allows editing your browser search engines as a text file!
You can view my engines [here](https://code.gkaklas.gr/gkaklas/browser-search-engines/src/branch/main/vimium.md?display=source), and copy-paste any engine you want to use into your Vimium's settings. (The file is not actually a Markdown file, I just used the file extension to enable syntax highlighting for the comments I've written)