| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-03 | .gitignore go.*HEADv0.0.5v0.0.4v0.0.3masterdevel | Jeff Carr | |
| 2024-11-05 | junk | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-07-19 | Merge pull request #152 from sethvargo/sethvargo/depsv0.0.2v0.0.1 | Eyal Posener | |
| Switch to Go 1.20 errors package | |||
| 2023-07-16 | Switch to Go 1.20 errors package | Seth Vargo | |
| This updates all subpackages and removes use of go-multierror in favor of the stdlib implementation. | |||
| 2021-04-08 | Merge pull request #140 from antichris/gocomplete-suppress-errors | Eyal Posener | |
| gocomplete: suppress error output by default | |||
| 2021-04-06 | Update readme according to godoc | goreadme | |
| 2021-04-06 | Merge pull request #142 from posener/update-goreadme | Eyal Posener | |
| Update goreadme | |||
| 2021-04-06 | Update goreadme | Eyal Posener | |
| 2021-04-06 | gocomplete: suppress error output by default | Chris Nobody | |
| Prevent the Go command completion from jumbling up the shell prompt on errors by setting the Writer of the standard lib default log.Logger to ioutil.Discard unless the system environment variable `GOCOMP_VERBOSE` has been explicitly set to "1" (e.g. for debugging purposes). Fixes #139 | |||
| 2021-04-06 | Update readme according to Go doc | Goreadme | |
| 2021-04-06 | complete: enable complete.Complete() output capturing (#138) | antichris | |
| * complete: test capturing Complete() output Implement an Example test to demonstrate capturing the output of Complete(), which is crucial for integration tests. * complete: do not hard-code the I/O streams at the package initialization Instead of defining the input/output streams as unexported global vars that only get their values assigned to once, at the very initialization of the package, use the values that `os.Stdin` and `os.Stdout` have at the particular moment on every `complete.Complete()` call. Fix #137 * complete: capture and discard output in TestComplete Restore earlier behavior using proper stream redirection this time. * complete: output capturing example: define things in the package scope Define the `stringLookup` func type and `promptEnv` func in the package scope instead of the `ExampleComplete_outputCapturing` test. * complete: rename the `stringLookup` func type to `getEnvFn` | |||
| 2021-04-01 | Merge pull request #136 from antichris/gocomplete-let-tests-fail | Eyal Posener | |
| gocomplete: do not suppress test failures | |||
| 2021-04-01 | gocomplete: do not suppress test failures | Chris Nobody | |
| Ensure that the components of the `testing` package that rely on calling `os.Exit` remain functional and any test failures are actually reported back after the `monkey.Patch` in the `gocomplete.Example` test. Fix #135 | |||
| 2021-01-30 | Fix failing go1.16 test | Eyal Posener | |
| Fixes #132 | |||
| 2020-11-08 | fix crash when COMP_POINT is greater than COMP_LINE size (#128) | Chris Walz | |
| Some shells (inexplicably) occasionally have a COMP_POINT that is greater than the COMP_LINE size. When that happens completion should be based on length of the COMP_LINE to avoid an out of bounds error. See the original hack fix here: https://github.com/chriswalz/bit/blob/master/cmd/bitcomplete.go on line 39 | |||
| 2020-05-10 | Merge pull request #123 from posener/autogen | Eyal Posener | |
| Use autogen to generate code | |||
| 2020-05-10 | Use autogen | Eyal Posener | |
| 2020-05-09 | Update readme according to Go doc | Goreadme | |
| 2020-05-09 | Merge pull request #122 from posener/gen | Eyal Posener | |
| Autogenerate compflag code | |||
| 2020-05-09 | Autogenerate compflag code | Eyal Posener | |
| 2020-04-10 | Update readme according to Go doc | Goreadme | |
| 2020-04-10 | Better godoc badge | Eyal Posener | |
| 2020-04-09 | Update readme according to Go doc | Goreadme | |
| 2020-04-09 | remove goreadme badge | Eyal Posener | |
| 2020-04-09 | Update readme according to Go doc | Goreadme | |
| 2020-04-09 | Merge pull request #121 from posener/actions | Eyal Posener | |
| Add github actions | |||
| 2020-04-09 | Add github actions | Eyal Posener | |
| 2020-04-04 | Update readme | Eyal Posener | |
| 2020-04-04 | Add installation instructions | Eyal Posener | |
| Related to #120 | |||
| 2020-01-03 | Fix (un)installation failure detection | Eyal Posener | |
| 2019-11-27 | Add missing functions to flagset | Eyal Posener | |
| 2019-11-27 | Use command line name instead of external name | Eyal Posener | |
| 2019-11-27 | Add duration flag | Eyal Posener | |
| 2019-11-27 | Fix doc error | Eyal Posener | |
| 2019-11-24 | Update to script 1.0.4 | Eyal Posener | |
| 2019-11-24 | fix script change | Eyal Posener | |
| 2019-11-23 | update readme | Eyal Posener | |
| 2019-11-23 | Install: use script library | Eyal Posener | |
| 2019-11-23 | Add forgoten option tests | Eyal Posener | |
| 2019-11-22 | Options: added docs | Eyal Posener | |
| 2019-11-22 | Options: add tests | Eyal Posener | |
| 2019-11-22 | Fix nil completor | Eyal Posener | |
| 2019-11-22 | Extract flag options to predict package | Eyal Posener | |
| 2019-11-21 | Fix completion of help when completing flags | Eyal Posener | |
| 2019-11-20 | fix references to complete | Eyal Posener | |
| 2019-11-19 | Merge pull request #109 from posener/goreadme | Eyal Posener | |
| readme: Update according to go doc | |||
| 2019-11-19 | Update readme according to go doc | goreadme | |
| 2019-11-19 | Actually adding the install package | Eyal Posener | |
| 2019-11-19 | Move install package back to project root | Eyal Posener | |
| 2019-11-18 | Merge pull request #106 from posener/goreadme | Eyal Posener | |
| readme: Update according to go doc | |||
