File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,21 @@ tmuxp Changelog
33
44Here 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+
6132013-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
13222013-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
Original file line number Diff line number Diff 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
5959load 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
You can’t perform that action at this time.
0 commit comments