qutebrowser/qutebrowser/misc
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
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
checkpyver.py Big file tree reorganisation. 2014-12-13 17:28:50 +01:00
cmdhistory.py Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
consolewidget.py Refactor saving logic, only save stuff if modified. 2015-02-01 00:43:07 +01:00
crashdialog.py Send history (optionally) in fatal crash dialog. 2015-02-01 23:12:46 +01:00
earlyinit.py Add session support. 2015-02-16 20:26:09 +01:00
editor.py Update copyright years 2015-01-03 15:51:31 +01:00
ipc.py Add -s argument to set temporary options. 2015-02-05 07:54:19 +01:00
miscwidgets.py Don't show line edit text in its repr(). 2015-02-11 23:33:31 +01:00
readline.py Update copyright years 2015-01-03 15:51:31 +01:00
savemanager.py Force saving the config if new options were added. 2015-02-13 23:53:56 +01:00
sessions.py Add session support. 2015-02-16 20:26:09 +01:00
split.py Update copyright years 2015-01-03 15:51:31 +01:00
utilcmds.py Update copyright years 2015-01-03 15:51:31 +01:00