Skip to content

Commit 4e7e07f

Browse files
committed
TODO updates
1 parent 30f3687 commit 4e7e07f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

TODO

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,33 @@ TODO
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+
3236
Future
3337
------
3438

0 commit comments

Comments
 (0)