qutebrowser/scripts
Florian Bruhin 8f1d81a644 Add session support.
Closes #12.
See #499.
See #11.

This adds PyYAML as a new dependency.

It adds the following new commands:

    :session-delete <name>
    Delete a session.

    :session-load <name>
    Load a session.

    :session-save [<name>]
    Save a session.

    :wq [<name>]
    Save open pages and quit.

And the following new settings:

    general -> save-session:
    Whether to always save the open pages.
2015-02-16 20:26:09 +01:00
..
pylint_checkers Update copyright years 2015-01-03 15:51:31 +01:00
__init__.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
asciidoc2html.py Update copyright years 2015-01-03 15:51:31 +01:00
cleanup.py Update copyright years 2015-01-03 15:51:31 +01:00
freeze.py Update copyright years 2015-01-03 15:51:31 +01:00
gen_resources.py Add gen_resources.py script. 2015-01-28 20:33:54 +01:00
hostblock_blame.py Update copyright years 2015-01-03 15:51:31 +01:00
importer.py Update copyright years 2015-01-03 15:51:31 +01:00
init_venv.py Revert "Add QApplication check to init_venv.py." 2015-02-09 15:25:52 +01:00
minimal_webkit_testbrowser.py Update copyright years 2015-01-03 15:51:31 +01:00
quit_segfault_test.sh Make most scripts work if we're in scripts/ directory. 2014-10-26 19:42:01 +01:00
run_checks.py run_checks: Add checker for missing __init__.py. 2015-02-05 06:55:48 +01:00
run_profile.py Update copyright years 2015-01-03 15:51:31 +01:00
segfault_test.py Update copyright years 2015-01-03 15:51:31 +01:00
setupcommon.py Add session support. 2015-02-16 20:26:09 +01:00
src2asciidoc.py src2asciidoc: Fix metavar with nargs != 1. 2015-02-05 08:28:05 +01:00
utils.py Update copyright years 2015-01-03 15:51:31 +01:00