Commit Graph

20 Commits

Author SHA1 Message Date
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