Skip to content

Commit ae15047

Browse files
committed
CHANGES, readme update
1 parent 9e29c59 commit ae15047

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@ tmuxp Changelog
33

44
Here you can find the recent changes to tmuxp.
55

6+
2013-10-26
7+
----------
8+
9+
- [import] [tests] initial version of `tmuxinator`_ and `teamocil`_
10+
config importer. it does not support all options and it not guaranteed
11+
to fully convert window/pane size and state.
12+
613
2013-10-25
714
----------
815

916
- [cli] fix bug where ``-v`` and ``--version`` wouldn't print version.
1017
- [cli] property handle case where no tmux server exists when
1118
``attach-session`` or ``kill-session`` is used.
19+
- [import] [tests] test fixtures and inital work for importing
20+
`tmuxinator`_ and `teamocil`_ configs
1221

1322
2013-10-24
1423
----------
@@ -226,3 +235,6 @@ initial
226235
- sphinx documentation
227236

228237
# vim: set filetype=rst:
238+
239+
.. _tmuxinator: https://github.com/aziz/tmuxinator
240+
.. _teamocil: https://github.com/remiprev/teamocil

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Convert a session config JSON <=> YAML:
5454
5555
$ tmuxp convert<tab> # configs in config dir, current directory
5656
57-
See: `bash completion`_
57+
See: `installing bash completion`_
5858

5959
load tmux sessions from yaml and json
6060
"""""""""""""""""""""""""""""""""""""
@@ -142,7 +142,7 @@ tests .. code-block:: bash
142142
.. _developing and testing: http://tmuxp.readthedocs.org/en/latest/developing.html
143143
.. _Examples: http://tmuxp.readthedocs.org/en/latest/examples.html
144144
.. _Quickstart: http://tmuxp.readthedocs.org/en/latest/quickstart.html
145-
.. _bash completion: http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
145+
.. _installing bash completion: http://tmuxp.readthedocs.org/en/latest/quickstart.html#bash-completion
146146
.. _Developing and Testing: http://tmuxp.readthedocs.org/en/latest/developing.html
147147
.. _tmuxinator: https://github.com/aziz/tmuxinator
148148
.. _teamocil: https://github.com/remiprev/teamocil

0 commit comments

Comments
 (0)