Rob Muhlestein

Results 320 issues of Rob Muhlestein

While internal completion is working, it does disable the default completion people have come to expect from Bash. For some that might be preferable behavior to disable accidentally passing things...

enhancement

Need a completion that behaves exactly like bash tab completion for the current directory and the files within it, that repeats for each subdirectory as well but doesn't need to...

enhancement

As `cmdbox` matures the obvious next step is to create a standard `cmdbox-sh` package that contains the code from BusyBox (`ash`) and modify it to use the minimal `COMP_LINE` completion...

enhancement

Command line utilities typically never get the type of attention they need when it comes to timing out operations cleanly. For this reason, `util.TimeOut()` needs to be added. It should...

enhancement