gsu.git
2019-02-01 Andre NollAdd home page link.
2019-01-19 Andre Nolllogo: Don't fill the path.
2018-12-20 Andre NollSimplify arithmetic evaluation.
2018-07-19 Andre Nollman: Make "roff" the default output mode.
2018-02-17 Andre Nollcom_prefs(): Add missing space character.
2017-11-30 Andre NollRedo the logo as svg.
2017-11-30 Andre NollFall back to filename completion if no completer is...
2017-11-30 Andre Nollsubcommand: Fix and document return value of gsu_comple...
2017-11-30 Andre Nollsubcommand: Implement roff and html output for com_man().
2017-11-06 Andre Nollsubcommand: Declare $opt as local.
2017-11-06 Andre NollFix gsu_cword_is_option_parameter().
2017-10-07 Andre NollAdd some missing double quotes.
2017-10-07 Andre Nollsubcommand: Fix some format string issues.
2017-10-07 Andre NollRemove some unused local variables.
2017-04-17 Andre Nollsubcommand: Use pager for man output if possible.
2017-04-17 Andre Nollconfig: Remove workaround for old bash versions.
2017-04-17 Andre Nollrequire bash-4.3
2017-04-17 Andre Nollconfig: Declare local config variables earlier.
2017-04-17 Andre Nollconfig: Fix braino in comment.
2017-04-17 Andre Nollsubcommand: Make help text variables private.
2017-04-15 Andre Nollsubcommand: Move up gsu_getopts().
2017-04-15 Andre Nollsubcommand: Move gsu_check_arg_count().
2017-04-15 Andre Nollsubcommand: Do not duplicate options to com_prefs().
2017-04-15 Andre Nollsubcommand: Get rid of global $gsu_cmds.
2017-04-15 Andre Nollsubcommand: Simplify gsu().
2017-04-15 Andre Nollsubcommand: Fix identation of code in com_man().
2017-04-15 Andre Nollsubcommand: Kill stray "cmt".
2017-04-15 Andre Nollsubcommand: Use POSIX compatible command regex.
2017-04-15 Andre NollConvert README to markdown format.
2017-03-07 Andre NollREADME: Add documentation of $gsu_options.
2016-07-28 Andre Nollgsu_make_tempfile(): Avoid reading an unbound variable. next
2016-03-04 Andre NollAdd gsu_make_tempfile() and fix bug in gui module.
2015-03-03 Andre Nollcommon: Allow undefined $gsu_errors.
2015-03-03 Andre Nollsubcommand: Avoid referencing possibly undefined $ret.
2015-03-03 Andre Noll_gsu_print_available_commands(): Don't abort if set...
2015-02-14 Andre Nollcommon: Fix gsu_is_a_number().
2014-11-10 Andre NollREADME: Move table of contents to the top of the document. maint
2014-11-10 Andre NollREADME: Fix gitweb link.
2014-11-07 Andre NollAdd GSU logo.
2014-11-07 Andre NollAdd license.
2014-11-07 Andre NollAdd README.
2014-11-07 Andre Nollsubcommand: Add documentation of gsu_complete_options().
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.
next