./wip/py-tmux, Simple wrapper for tmux

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0, Package name: py311-tmux-0.1.0, Maintainer: kamelderouiche

This is a simple wrapper around tmux to allow you to define a session in a
JSON file. This is to avoid having to do all the setup of making the session
with a name, opening the windows with the right names and commands,
and doing so in a consistent manner. Also, if the session already exists,
it will just open it for you.


Required to run:
[devel/py-setuptools] [devel/py-docopt] [textproc/py-jsonschema] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 0d633af8d6230026c6d695bbce7125b6de605f3d
Filesize: 8.57 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-18 11:54:23 by Thomas Klausner | Files touched by this commit (5)
Log message:
Remove py-docopt, devel/py-docopt is the same.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-02-05 21:42:48 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-tmux-0.1.0 as wip/py-tmux.

This is a simple wrapper around tmux to allow you to define a session in a
JSON file. This is to avoid having to do all the setup of making the session
with a name, opening the windows with the right names and commands,
and doing so in a consistent manner. Also, if the session already exists,
it will just open it for you.