13 Commits

Author SHA1 Message Date
a5426d4e12 Add some comments, if for nothing else, then for educational purposes 2014-05-13 23:47:35 +01:00
5850c15d87 Check for minimum required Tmux version (fixed #37) 2014-05-13 23:47:34 +01:00
35832165ec Merge branch 'master' into new-init-system 2013-06-02 21:04:49 +03:00
5363ac555b Re-organize internal files a bit 2013-06-02 18:45:12 +03:00
7ab7586f74 Auto-set $TMUXIFIER to correct directory based on relative path 2013-06-02 17:43:41 +03:00
addb754ac7 Use new tmuxifier-resolve-command-path everywhere 2012-04-30 02:10:43 +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
d4dfe39037 Improve how return value of certain commands are checked 2012-04-26 02:41:13 +01:00
855c522cf0 Avoid exiting with a cleaner syntax for commands that might fail 2012-04-26 02:22:40 +01:00
c23af83df2 For sanity's sake 2012-04-25 00:25:45 +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
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