|
3 | 3 |
|
4 | 4 | .. _0.1 milestone:
|
5 | 5 |
|
6 |
| -0.1 milestone |
7 |
| -------------- |
| 6 | +0.1 |
| 7 | +--- |
8 | 8 |
|
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 |
30 | 12 |
|
31 | 13 | Done
|
32 | 14 | """"
|
|
52 | 34 | return commands with dir and no CD's. (esp with zsh).
|
53 | 35 |
|
54 | 36 | .. _0.2 milestone:
|
| 37 | + |
55 | 38 | 0.2 milestone
|
56 | 39 | -------------
|
57 | 40 |
|
| 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 | + |
58 | 68 | - Automatically grab ``[-L socket-name]`` and ``[-S socket-path]``
|
59 | 69 | from where tmuxp was ran. ``os.environ.get('$TMUX')``.
|
60 | 70 | - Automatically grab current sesession, window, session from where
|
|
0 commit comments