Skip to content

Commit c2032d6

Browse files
committed
Update TODO, 0.1 bug remaining is pane ordering
1 parent 0f8d30f commit c2032d6

File tree

1 file changed

+33
-23
lines changed

1 file changed

+33
-23
lines changed

TODO

+33-23
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,12 @@ TODO
33

44
.. _0.1 milestone:
55

6-
0.1 milestone
7-
-------------
6+
0.1
7+
---
88

9-
- ``tmuxp freeze`` add autogenerated command to yaml configs (won't work w/ json)
10-
- `pep8`_, `pep257`_ for tests. (ongoing)
11-
- if no ``window_name`` in config, option ``automatic_rename: on`` by
12-
default and test.
13-
- example of doctest/usage example of creating a new tmux session from
14-
object
15-
- example of accessing a current tmux session from object
16-
- example of loading a tmux session from a :py:obj:``dict``. example of
17-
the schema.
18-
- code examples in docs
19-
- remove duplicated code in :mod:`tmuxp.cli`.
20-
- Determine the workflow for ``$ tmuxp load filename`` for sure. Document
21-
it.
22-
- Handle case where switching client via ``$ tmuxp load`` or
23-
``$ tmuxp attach-session`` into another socket may cause an error.
24-
- Fix issue where tmuxp freeze with exotic ``PS1``'s cause strange
25-
outputs.
26-
- If session name for ``$ tmuxp freeze`` has spaces, replace whitespace
27-
with dashes.
28-
- Test and ensure correct pane. https://github.com/tony/tmuxp/issues/15.
29-
- :ref:`about tmux` page.
9+
- `Issue #15` - Pane ordering
10+
11+
.. _Issue #15: https://github.com/tony/tmuxp/issues/15
3012

3113
Done
3214
""""
@@ -52,9 +34,37 @@ Done
5234
return commands with dir and no CD's. (esp with zsh).
5335

5436
.. _0.2 milestone:
37+
5538
0.2 milestone
5639
-------------
5740

41+
- ``tmuxp freeze`` add autogenerated command to yaml configs (won't work w/ json)
42+
- `pep8`_, `pep257`_ for tests. (ongoing)
43+
- if no ``window_name`` in config, option ``automatic_rename: on`` by
44+
default and test.
45+
- example of doctest/usage example of creating a new tmux session from
46+
object
47+
- example of accessing a current tmux session from object
48+
- example of loading a tmux session from a :py:obj:``dict``. example of
49+
the schema.
50+
- code examples in docs
51+
- remove duplicated code in :mod:`tmuxp.cli`.
52+
- Determine the workflow for ``$ tmuxp load filename`` for sure. Document
53+
it.
54+
- Handle case where switching client via ``$ tmuxp load`` or
55+
``$ tmuxp attach-session`` into another socket may cause an error.
56+
- Fix issue where tmuxp freeze with exotic ``PS1``'s cause strange
57+
outputs.
58+
- If session name for ``$ tmuxp freeze`` has spaces, replace whitespace
59+
with dashes.
60+
- Test and ensure correct pane. https://github.com/tony/tmuxp/issues/15.
61+
- :ref:`about tmux` page.
62+
63+
.. _0.3 milestone:
64+
65+
0.3 milestone
66+
-------------
67+
5868
- Automatically grab ``[-L socket-name]`` and ``[-S socket-path]``
5969
from where tmuxp was ran. ``os.environ.get('$TMUX')``.
6070
- Automatically grab current sesession, window, session from where

0 commit comments

Comments
 (0)