Matthias Guenther
8a9174c1c5
Fixing the export path option for bash and zsh in the README
2014-02-04 18:23:21 +01:00
3dfa166041
Bump version to 0.9.0
v0.9.0
2014-01-29 08:12:42 +00:00
e231f2d642
Enable passing custom arguments to tmux
...
Custom arguments can now be passed to tmux by setting the
TMUXIFIER_TMUX_OPTS environment variable.
2014-01-29 08:11:20 +00:00
966e500b40
Bump version to 0.8.1
v0.8.1
2013-07-17 14:43:17 +01:00
4c1cb0762a
Fix issue #23 - Some consoles don't seem to support C-l
2013-07-17 14:42:46 +01:00
a7473208c0
Bump version to 0.8.0
v0.8.0
2013-07-02 23:06:03 +02:00
1dddbb502c
Enable load commands to accept file paths in addition to layout names
...
Resolves issue #20 . Additionally, load_session now has an optional
second argument to set the default session name. And error output from
both load commands is now printed to STDERR and give a return code of 1
on error.
2013-07-02 23:05:18 +02:00
da1354d5b7
Bump version to 0.7.3
v0.7.3
2013-06-27 08:56:40 +02:00
f01c789de4
Fix typo
2013-06-27 08:55:43 +02:00
b52ef20be8
Merge pull request #22 from limeyd/master
...
Add optional window name when loading windows
2013-06-26 23:54:38 -07:00
limeyd
212693b1e9
added optional window name
2013-06-26 20:55:29 -06:00
908152bb57
Bump version to 0.7.2
v0.7.2
2013-06-20 09:38:22 +01:00
a0365273d0
Minor formatting fixes
2013-06-20 09:38:00 +01:00
6c8777adc2
Merge pull request #19 from gryftir/master
...
split_hl, split_vl and clock functions
2013-06-20 01:36:45 -07:00
Lawrence Siebert
5e33aefa7d
modified: lib/layout-helpers.sh
...
added split_hl and split_hl and split_vl which split with a count of
columns/lines instead of by percentage, and clock which starts
clock-mode. Comments for each added.
2013-06-19 23:35:13 -07:00
e15ae597e4
Bump version to 0.7.1
v0.7.1
2013-06-18 09:13:41 +01:00
d982588302
Merge pull request #18 from fomichev/master
...
tmux set-option default-path
2013-06-18 01:11:42 -07:00
Stanislav Fomichev
0fc1f20af7
Fix typo
2013-06-18 11:11:22 +04:00
Stanislav Fomichev
8c2582a948
Add set_default_path option
...
This option lets user disable 'tmux set-option default-path' for
$session_root, like this:
session_root "~/x/y/z"
set_default_path=false
2013-06-18 11:10:48 +04:00
c1ecc0a7c8
Update LICENSE file to match license details in readme
2013-06-18 00:27:22 +01:00
85718b9a9e
Update Todos section in readme
2013-06-18 00:24:51 +01:00
1b5c451e39
Remove "Heed My Warning" section from readme, it's no longer relevant
2013-06-18 00:24:36 +01:00
887bbc4fbc
No need to attempt to syntax highlight shell command examples
2013-06-18 00:23:18 +01:00
103cf66ec3
Bump version to 0.7.0
v0.7.0
2013-06-18 00:13:57 +01:00
f3797204fb
Merge pull request #15 from jimeh/new-init-system
...
New init system
2013-06-17 16:11:56 -07:00
83b6b47f7c
Update readme
2013-06-18 00:05:15 +01:00
fb5a775d98
Improve EDITOR checks
2013-06-17 13:39:13 +01:00
0359e09806
Merge branch 'master' into new-init-system
2013-06-17 13:36:09 +01:00
ee32ac25b8
Merge pull request #17 from peter-d/new-init-system-check
...
New init system check
2013-06-17 05:32:04 -07:00
peter-d
54561b9bbd
fixed a typo
2013-06-17 14:25:24 +02:00
peter-d
a4e3edc4ca
Fixed the path setup for tcsh
2013-06-17 14:24:32 +02:00
9f1a3621f0
Fix an error and tweak some styling in readme
2013-06-12 09:00:18 +01:00
831deec069
Update readme with details of new init system
2013-06-12 08:50:25 +01:00
536f625b5d
Print correct help info for init command based on the shell used
2013-06-12 00:53:40 +01:00
9e8a5c3dc9
Separate init command output commands with ; fixing issues with tcsh
2013-06-12 00:48:48 +01:00
f0647b0326
Update init scripts
2013-06-12 00:31:51 +01:00
c9c3534f05
Improve init command's argument parsing
2013-06-12 00:08:44 +01:00
7a9c94ff6f
Merge pull request #14 from raulbrito/patch-1
...
Update README.md
2013-06-06 11:43:16 -07:00
Raul Brito
0caf3a78f5
Update README.md
2013-06-06 20:31:26 +02:00
21c43be558
Merge branch 'master' into new-init-system
2013-06-03 09:50:38 +03:00
bb97d5791b
Bump version to 0.6.1
v0.6.1
2013-06-03 09:48:21 +03:00
dea8939ee0
Remove forgotten and useless variable
2013-06-03 09:46:26 +03:00
df5e6031cd
Alter how internal help invocation work to make life a bit easier
2013-06-03 09:46:03 +03:00
adcea18bdc
Get rid of now needless for loops
2013-06-03 09:44:57 +03:00
f9c91e5fcd
Improve --help and --complete argument handling
2013-06-03 09:32:13 +03:00
1a9dd4787d
Improve argument handling of init command
2013-06-03 09:16:58 +03:00
4d486d48d0
Fix a typo
2013-06-02 21:30:56 +03:00
d94ccf560e
Simplify internals of init command a bit
2013-06-02 21:29:38 +03:00
ed3fda5769
Update init command to use new help system
2013-06-02 21:25:19 +03:00
35832165ec
Merge branch 'master' into new-init-system
2013-06-02 21:04:49 +03:00