Add README.md
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
a2eb908f7d
commit
13fccdfe3b
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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: migrating your search engines to a new computer, sharing with a friend, using version control, 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)
|
Loading…
Add table
Add a link
Reference in a new issue