qutebrowser/scripts
Ryan Farley 31bbc8c5b3 importer support for keywords and search engines
This allows importer.py to process Netscape HTML exports from Firefox
(and other Mozilla browsers) with three distinct types:
	* bookmarks (sans shortcuturl attribute)
	* keywords (bookmarks with a shortcuturl attribute)
	* searches (keywords with a URL containing a %s substitution)
The first two can be combined at will in either quickmark or bookmark
output formats, the only difference being that keywords will be used in
place of titles when exporting to quickmark format. Searches are
exported to qutebrowser.conf format, or the new config.py format.

Dictionaries are used in the import function for readability's sake, but
the command line arguments follow the same general formula of true-false
flags used to select input bookmark types and the output format.
2017-10-17 14:48:55 -05:00
..
dev Merge remote-tracking branch 'origin/pr/3055' 2017-10-11 14:37:59 +02:00
testbrowser_cpp Add a QtWebEngine C++ testbrowser 2016-11-02 08:01:09 +01:00
__init__.py Move developer scripts to dev/ subfolder. 2015-06-28 22:31:30 +02:00
asciidoc2html.py Fix more file move issues 2017-09-17 22:10:06 +02:00
importer.py importer support for keywords and search engines 2017-10-17 14:48:55 -05:00
install_dict.py Don't use urllib.parse.urljoin to concatenate URLs 2017-10-08 16:46:15 +02:00
keytester.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
link_pyqt.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
open_url_in_instance.sh Add open_url_in_instance.sh script 2017-07-09 13:34:10 +02:00
setupcommon.py Move some data from setupcommon to setup.py 2017-09-21 22:54:58 +02:00
testbrowser.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils.py Finally update copyrights... 2017-05-09 21:37:03 +02:00