emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/engine-mode 2935da0bc8 15/71: Link to @sshaw's script to i


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode 2935da0bc8 15/71: Link to @sshaw's script to import from Chrome/OSX
Date: Wed, 21 Dec 2022 09:59:02 -0500 (EST)

branch: elpa/engine-mode
commit 2935da0bc8773cd8513f6a882babb8726f9f487b
Author: Harry Schwartz <hello@harryrschwartz.com>
Commit: Harry Schwartz <hello@harryrschwartz.com>

    Link to @sshaw's script to import from Chrome/OSX
    
    This should resolve https://github.com/hrs/engine-mode/issues/6
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d4fb291c16..e5dc1df39a 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,15 @@ contains a comprehensive list of possible browsing 
functions. You can
 get to that by hitting `C-h v browser-url-browser-function <RETURN>`
 and following the link to `browse-url.el`.
 
-## Examples
+## Importing keyword searches from other browsers
+
+Since many browsers save keyword searches using the same format as
+engine-mode (that is, by using `%s` in a url to indicate a search
+term), it's not too hard to import them into Emacs.
+
+@sshaw has written a script to [import from Chrome on OS X].
+
+## Engine examples
 
 ```emacs
 (defengine amazon
@@ -105,3 +113,5 @@ and following the link to `browse-url.el`.
 (defengine youtube
   "http://www.youtube.com/results?aq=f&oq=&search_query=%s";)
 ```
+
+[import from Chrome on OS X]: 
https://gist.github.com/sshaw/9b635eabde582ebec442



reply via email to

[Prev in Thread] Current Thread [Next in Thread]