b2a67705b6
wip(commands): re-implement core commands as bash functions
...
Re-implement all libexec executables as bash functions, with the goal of
being able build a single standalone execuable bash script for
tmuxifier.
2025-12-01 23:17:41 +00:00
adb008b301
style(shell): improve shell script formatting and quoting
...
Apply shfmt formatting and fix some schellcheck complaints.
2025-12-01 23:04:40 +00:00
f9c91e5fcd
Improve --help and --complete argument handling
2013-06-03 09:32:13 +03:00
15bbca80d4
Update aliases and fixed inconsistencies with list command aliases
2013-06-02 20:35:06 +03:00
55cf26b9e6
Re-organize and improve help command and help info for each command
2013-06-02 20:09:59 +03:00
3063c6f1f3
Correctly resolve aliases in help command.
...
This resolves issue #1 .
2012-04-30 02:08:40 +01:00
b0b8d29d27
Make tmuxifier-alias return 1 when no alias is matched
2012-04-26 02:28:03 +01:00
7bebd6fac9
Reorganize alias command slightly
2012-04-22 19:05:59 +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