qutebrowser/qutebrowser/config
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
..
parsers Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
config.py Split config init into three functions. 2015-02-14 00:25:26 +01:00
configdata.py Add session support. 2015-02-16 20:26:09 +01:00
configexc.py Update copyright years 2015-01-03 15:51:31 +01:00
configtypes.py Add config options for geolocation/notifications. 2015-02-10 21:09:08 +01:00
sections.py Update copyright years 2015-01-03 15:51:31 +01:00
style.py Update copyright years 2015-01-03 15:51:31 +01:00
textwrapper.py Update copyright years 2015-01-03 15:51:31 +01:00
value.py Update copyright years 2015-01-03 15:51:31 +01:00
websettings.py Update copyright years 2015-01-03 15:51:31 +01:00