File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 66
77- Remove doc for ``run_tests.py `` visual test runner. Just have
88 instruction for running test builder package.
9- - Add help docs to CLI commands and options.
109- `pep8 `_, `pep257 `_ for tests.
1110- ``$ tmux freeze `` for virtualenv
1211- ``shell_command_before `` for `teamocil `_.
1312- if no ``window_name `` in config, option ``automatic_rename: on `` by
1413 default and test.
15- - tmuxp -L and -S autocomplete to correct server ``socket-name `` and
16- ``socket-path ``.
1714- example of doctest/usage example of creating a new tmux session from
1815 object
1916- example of accessing a current tmux session from object
2017- example of loading a tmux session from a :py:obj: ``dict` `. example of
2118 the schema.
22- - rename functions
23- - ``util.version() `` to ``util.has_required_tmux_version() ``.
24- - ``config.check_consistency() `` to ``config.validate_schema() ``.
2519- remove duplicated code in :mod: `tmuxp.cli `.
2620- Determine the workflow for ``$ tmuxp load filename `` for sure. Document
2721 it.
28- - Get `sphinx-argparse `_ in good enough shape for docs.
2922- Handle case where switching client via ``$ tmuxp load `` or
3023 ``$ tmuxp attach-session `` into another socket may cause an error.
3124
25+ Done
26+ ''''
27+
28+ - Add help docs to CLI commands and options.
29+ - tmuxp -L and -S autocomplete to correct server ``socket-name `` and
30+ ``socket-path ``.
31+ - Get `sphinx-argparse `_ in good enough shape for docs.
32+ - rename functions
33+ - ``util.version() `` to ``util.has_required_tmux_version() ``. (done)
34+ - ``config.check_consistency() `` to ``config.validate_schema() ``. (done)
35+
3236Future
3337------
3438
You can’t perform that action at this time.
0 commit comments