-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
63 lines (35 loc) · 914 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
tmuss
=====
Current release: 0.2.1
Description
-----------
Tmuss is a profile based Tmux session management. It executes a set of
commands defined in a profile file, which allows you simple Tmux session
management.
Tmuss is written in Bash and uses Bash syntax for profile files. It
doesn't require any additional dependencies, or learning new syntax.
Installation
------------
Requirements:
- tmux
- Bash compatible shell
Installing:
make install
Run 'make help' for more options.
Documentation
-------------
The documentation is available via man pages.
man 1 tmuss
man 5 tmuss.profile
Contributing
------------
Open an issue or send a pull request on the Github
(http://github.com/loonies/tmuss).
Authors
-------
Maintainer:
- Miodrag Tokić
Copyright
---------
Copyright (C) 2014-2016 Miodrag Tokić.
Released under the MIT License. See the LICENSE file for details.