qutebrowser/qutebrowser
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
..
browser Add session support. 2015-02-16 20:26:09 +01:00
commands Make it possible to deprecate commands. 2015-01-15 22:29:00 +01:00
completion Add session support. 2015-02-16 20:26:09 +01:00
config Add session support. 2015-02-16 20:26:09 +01:00
html Fix problem with qutesettings scope in pages 2014-11-25 14:29:20 -06:00
keyinput Ignore tab key presses if they'd switch focus. 2015-02-12 18:57:56 +01:00
mainwindow Add session support. 2015-02-16 20:26:09 +01:00
misc Add session support. 2015-02-16 20:26:09 +01:00
test Add session support. 2015-02-16 20:26:09 +01:00
utils Add session support. 2015-02-16 20:26:09 +01:00
__init__.py Release v0.1.3 2015-02-12 07:47:17 +01:00
__main__.py Update copyright years 2015-01-03 15:51:31 +01:00
app.py Add session support. 2015-02-16 20:26:09 +01:00
qutebrowser.py Add session support. 2015-02-16 20:26:09 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00