gsu.git
2014-11-07 Andre Nollsubcommand: Fix two typos.
2014-09-27 Andre Nollgui: Use trap to make sure temporary files are removed.
2014-09-27 Andre Nollgui: Introduce _set_dialog_ret().
2014-09-27 Andre Nollgui: Add documentation of public functions.
2014-09-27 Andre Nollgui: Conform to $ret and $result conventions.
2014-09-27 Andre Nollgui: Make $first a local variable of _get_subtree().
2014-09-27 Andre Nollgui: Make _gsu_node_name_pattern private.
2014-09-27 Andre Nollgui: Make gsu_menu() private.
2014-09-27 Andre Nollgui: Remove unused widgets.
2014-09-27 Andre NollMerge branch 't/kill_pointless_subshell'
2014-09-27 Andre NollMerge branch 't/default_gsu_dir'
2014-09-27 Andre NollMerge branch 't/arithmetic_eval'
2014-09-20 Andre NollMerge branch 't/kill_gsu_self'
2014-09-13 Andre NollUse modern style arithmetic evaluation everwhere.
2014-09-02 Andre NollFix _gsu_banner_msg().
2014-09-02 Andre NollUnify gsu_dir handling.
2014-08-31 Andre NollRemove $_gsu_self.
2014-08-30 Andre Nollsubcommand: Overhaul _gsu_print_available_commands().
2014-08-30 Andre NollMove all files to the top level directory.
2014-08-29 Andre Nollgsu: Document gsu().
2014-08-29 Andre Nollgsu: Improve documentation of _gsu_get_command_regex().
2014-08-29 Andre Nollgsu: Don't fail if HOME is unset.
2014-08-29 Andre Nollgsu: Mark get_geometry() as a private function.
2014-08-29 Andre Nollgsu: Improve documentation of gsu_getopts().
2014-08-29 Andre Nollgsu: Improve help text of complete subcommand.
2014-08-29 Andre Nollgsu: Fix quoting of config default options.
2014-08-29 Andre Nollgsu: Add missing declaration of a local variable.
2014-08-29 Andre Nollgsu: User banner text also for gsu gui.
2014-08-29 Andre Nollgsu/gui: Fix regex for tree walk.
2014-08-29 Andre Nollgsu_gui: Add check for dialog executable.
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