tmuxp v0.1.12 Release Notes

Release Date: 2014-08-06 // over 9 years ago
    • 🔧 [config] :meth:config.expand now resolves directories in configuration via :py:func:os.path.expanduser and :py:func:os.path.expandvars.
    • [config] :meth:config.expandpath for helping resolve paths.
    • 👌 improved support for loading tmuxp project files from outside current working directory. e.g.

    .. code-block:: bash

      $ tmuxp load /path/to/my/project/.tmuxp.yaml
    

    Will behave better with relative directories.