gsu.git
2014-08-29 Andre NollAdd gsu_gui.
2014-08-29 Andre Nollgsu: simplify banner message.
2014-08-29 Andre Nollgsu: Avoid referencing an unset variable.
2014-08-29 Andre Nollgsu subcommand: Add gsu_get_unnamed_arg_num().
2014-08-29 Andre Nollgsu subcommand: Fix off-by-one bug in gsu_cword_is_opti...
2014-08-29 Andre NollFix gsu com_complete().
2014-08-29 Andre Nollgsu subcommand: Use gsu_getopts.
2014-08-29 Andre Nollgsu_getopts: Rename local variable opt to _gsu_getopts_opt.
2014-08-29 Andre Nollgsu: Avoid parameter expansion on unset variables.
2014-08-29 Andre Nollgsu: Overhaul of the rexexp matching for help commands.
2014-08-29 Andre Nollgsu: Initial completion support.
2014-08-29 Andre Nollgsu: Don't export functions.
2014-08-29 Andre NollSplit gsu.
2014-08-29 Andre NollAllow hyphens in command names.
2014-08-29 Andre Nollgsu: Avoid duplication of command regex.
2014-08-29 Andre Nollgsu: Set copyright year to 2011.
2014-08-29 Andre Nollgsu: Fix handling of config options with newlines.
2014-08-29 Andre Nollgsu: Don't use the =~ operator.
2014-08-29 Andre Nollgsu_getopts: Abort on programming errors and add docume...
2014-08-29 Andre Nollgsu: Introduce gsu_getopts().
2014-08-29 Andre Nollgsu: Remove check on bash version.
2014-08-29 Andre Nollgsu: com_prefs -e fixes.
2014-08-29 Andre Nollgsu: Kill some unused error codes.
2014-08-29 Andre Nollgsu: Add -e option to com_prefs.
2014-08-29 Andre Nollgsu: Minor cosmetic cleanup.
2014-08-29 Andre Nollgsu com_help(): Be more strict when looking for command...
2014-08-29 Andre NollChange name of internal commands.
2014-08-29 Andre Nollgsu: Error out if not running as bash-4.
2014-08-29 Andre Nollgsu: Change semantics of gsu_check_arg_count().
2014-08-29 Andre Nollgtt: The git topic tool.
2014-08-29 Andre Nollgsu: Add gsu_check_arg_count().
2014-08-29 Andre Nollgsu: Print the name of the invalid config variable...
2014-08-29 Andre Nollgsu: Fix quoting for multi-line variables.
2014-08-29 Andre Nollgsu: Fix com_prefs() for invalid preferences.
2014-08-29 Andre Nollgsu: Make command line vars trump config file vars.
2014-08-29 Andre Nollgsu: Print help text on prefs command.
2014-08-29 Andre Nollgsu: Use bash shebang.
2014-08-29 Andre Nollgsu: Allow help/man/prefs command even on invalid configs.
2014-08-29 Andre Nollgsu: Introduce gsu_config_var_prefix.
2014-08-29 Andre Nollgsu: Fix a typo in gsu_check_options().
2014-08-29 Andre Nollgsu: Allow empty default values.
2014-08-29 Andre NollPriliminary version of gsu2.
2014-08-29 Andre Nollgsu improvements.
2014-08-29 Andre Nollgsu: Remove unused variable "tilde_signs".
2014-08-29 Andre Nollgsu: Make man a generic gsu command.
2014-08-29 Andre Nollgsu: Kill debug "ret=1".
2014-08-29 Andre Nollgsu: Replace "$*" by "$@".
2014-08-29 Andre Nollgsu: Trivial gsu_err_msg() cleanup.
2014-08-29 Andre Nollgsu: Fix two bashisms.
2014-08-29 Andre Nollgsu: Fix "echo -en" bashism.
2014-08-29 Andre Nollgsu: trivial cleanup.
2014-08-29 Andre Nollgsu: remove shebang
2014-08-29 Andre Nollgsu: print $(basename $0) instead of $0 on help output.
2014-08-29 Andre Nollintroduce gsu: The global subcommand utility, and make...
2006-02-21 Andreeat: the environment admin tool