Commit Graph

89 Commits

Author SHA1 Message Date
04c9309668 Bump version to 0.4.1 2013-01-27 02:17:52 +00:00
Steve McKinney
00e5c98da0 Fixes list for symlinks 2013-01-26 12:13:47 -05:00
7106a81066 Bump version to 0.4.0 2012-09-06 23:04:20 +01:00
307c959b65 Bump version to 0.3.1 2012-07-04 20:01:04 +01:00
6a5bf32991 Bump version to 0.3.0 2012-06-27 21:47:12 +01:00
Charlie Greene
c06df475be fixed current session script 2012-06-04 14:25:02 -03:00
f8c0c8c749 Bump version to 0.2.1 2012-05-24 00:53:50 +01:00
147db787d5 Add completion to new-session and new-window commands
Complete names of existing sessions and windows for the `new` commands,
enabling easier creation of similarly named layouts.
2012-05-24 00:53:20 +01:00
4477b69f7a Bump version to 0.2.0 2012-05-24 00:42:37 +01:00
98b50afb37 Bump version to 0.1.3 2012-04-30 02:18:57 +01:00
99bd6a9bd5 Improve error output from edit-session and edit-window commands 2012-04-30 02:15:50 +01:00
5a0e4c912c Remove useless piece of code left from "borrowing" it from rbenv 2012-04-30 02:15:22 +01:00
178bbdecff Make better use of conditional operators and quote vars properly 2012-04-30 02:14:52 +01:00
addb754ac7 Use new tmuxifier-resolve-command-path everywhere 2012-04-30 02:10:43 +01:00
3063c6f1f3 Correctly resolve aliases in help command.
This resolves issue #1.
2012-04-30 02:08:40 +01:00
7d2c9aa49f Bump version to 0.1.2 2012-04-26 08:52:02 +01:00
b65355a35a Boolean logic is hard (and buggy? wtf?)
Fixed a bug with alias resolution not working, for reasons that are
currently beyond my understanding of shell scripting it would seem.
2012-04-26 08:51:49 +01:00
8e21664439 Bump version to 0.1.1 2012-04-26 08:29:39 +01:00
d4dfe39037 Improve how return value of certain commands are checked 2012-04-26 02:41:13 +01:00
b0b8d29d27 Make tmuxifier-alias return 1 when no alias is matched 2012-04-26 02:28:03 +01:00
855c522cf0 Avoid exiting with a cleaner syntax for commands that might fail 2012-04-26 02:22:40 +01:00
a9e236d786 Bump version to 0.1.0
Initial version bump. From this point on I'll be trying to stick to
Semantic Versioning as much as I can.
2012-04-25 23:55:02 +01:00
a8aaf43c72 Replace all occurrences of window and session name placeholders in templates 2012-04-25 22:53:40 +01:00
ffe9327758 Add various checks to print something useful when things go wrong 2012-04-25 01:01:09 +01:00
d2122044ee Make layout API-interface a bit simpler
Additionally, also fix a bug when creating a window, where as if the
session name was the same as a window that already existed, it would
fail, accidentally using the window rather than the session at a target.
2012-04-25 00:25:11 +01:00
36b2efd5c9 Use help command to print usage info in completions command 2012-04-22 19:39:05 +01:00
2ffccb1d96 Add info about more commands to help command 2012-04-22 19:38:19 +01:00
82ab5b47a7 Remove alias info when calling help on an alias 2012-04-22 19:37:27 +01:00
b81bdde8bb Provide shell-completion for the completions command, cause why not? 2012-04-22 19:36:07 +01:00
2ba53640cd Update help and error messages with more details 2012-04-22 19:07:15 +01:00
7bebd6fac9 Reorganize alias command slightly 2012-04-22 19:05:59 +01:00
0da5bf3ef1 Restrict load-session command to within Tmux to avoid an odd bug 2012-04-22 17:02:18 +01:00
58f40fda87 Fix two typos 2012-04-22 17:01:44 +01:00
d35a214e99 Add support for command aliases
* `session` and `window` commands are now know as `load-session` and
  `load-window` respectively, with aliases for their former names.
* Add short aliases for various commands.
* `help` and `completions` commands have been expanded with support for
  aliases.
* `help` command has been expanded upon with brief docs for a few more
  commands.
2012-04-22 16:43:18 +01:00
109ae687d9 Consistent error message 2012-04-22 15:04:10 +01:00
8b2c32be68 Expand help command's knowledge a bit. 2012-04-22 12:50:23 +01:00
85fbda7e27 Add "new" and "edit" commands 2012-04-22 12:40:36 +01:00
5b73edcead Add version and basic help information 2012-04-22 11:52:52 +01:00
ed8743facb Initial commit 2012-04-22 11:28:38 +01:00