| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-08 | fix doc | Eyal Posener | |
| 2019-03-07 | fix doc | Eyal Posener | |
| 2019-03-07 | Merge pull request #85 from posener/goreadme | Eyal Posener | |
| readme: Update according to go doc | |||
| 2019-03-07 | Update readme according to go doc | goreadme | |
| 2019-03-07 | Merge pull request #84 from posener/use-goreadme | Eyal Posener | |
| use goreadme | |||
| 2019-03-07 | use goreadme | Eyal Posener | |
| 2019-02-08 | Merge pull request #78 from gechr/gc-fix-fish-completion | Eyal Posener | |
| Fix fish shell completion | |||
| 2019-02-07 | Fix fish shell completion | George Christou | |
| 2018-10-26 | Merge pull request #75 from posener/fix-slice-bug | Eyal Posener | |
| Protect line slicing from index out of range | |||
| 2018-10-25 | protect line slicing from index out of range | Eyal Posener | |
| 2018-10-19 | Merge pull request #73 from posener/point | Eyal Posener | |
| Add support for CMP_POINT | |||
| 2018-10-19 | Add support for CMP_POINT | Eyal Posener | |
| Fixes #72 | |||
| 2018-09-10 | Merge pull request #70 from posener/lint | Eyal Posener | |
| fix lint issues | |||
| 2018-09-10 | fix lint issues | Eyal Posener | |
| 2018-09-09 | Merge pull request #69 from posener/golangci | Eyal Posener | |
| readme: add golangci badge | |||
| 2018-09-09 | readme: add golangci badge | Eyal Posener | |
| 2018-09-09 | Merge pull request #68 from posener/go111 | Eyal Posener | |
| Add support for go1.11 | |||
| 2018-09-09 | Disable gometalinter | Eyal Posener | |
| I will move the repo to golangci.com linter later on | |||
| 2018-08-29 | refactor(log,cmd/install/fish): Small refactors to pass gometalinter.v2 | Adam S Levy | |
| 2018-08-29 | ci(gometalinter): Use gometalinter.v2 over v1 | Adam S Levy | |
| 2018-08-29 | ci(go1.11): Add module support for go 1.11 CI testing | Adam S Levy | |
| 2018-08-27 | feat(help,mod): Add completion for `go help` and `go mod` | Adam S Levy | |
| Go 1.11 introduces module support which adds a whole new set of commands. Add those commands for modules and also add the completion for the help commands and topics. | |||
| 2018-08-27 | fix(go clean): Added missing flags | Adam S Levy | |
| Added missing flags go clean -cache -testcache -modcache | |||
| 2018-08-27 | build(go111): Add go module support | Adam S Levy | |
| 2018-08-23 | Merge pull request #65 from AdamSLevy/patch-1 | Eyal Posener | |
| Clarify description of "-y" option | |||
| 2018-08-22 | Clarify description of "-y" option | Adam S Levy | |
| Clarify the description of the "-y" option so that it is obvious that the option refers only to installing completion. | |||
| 2018-04-13 | Merge pull request #63 from linux4life798/optionsadd | Eyal Posener | |
| gocomplete - adding go tool link and pack | |||
| 2018-04-10 | gocomplete - Attempted to add go tool link | Craig Hesling | |
| 2018-04-10 | gocomplete - Attempted to add go tool pack | Craig Hesling | |
| 2018-04-10 | Merge pull request #62 from linux4life798/optionsfix | Eyal Posener | |
| Minor option fix for go tool objdump and asm | |||
| 2018-04-10 | gocomplete - Added missing -V option for go tool asm | Craig Hesling | |
| 2018-04-10 | gocomplete - Added missing -S option for go tool objdump | Craig Hesling | |
| 2018-03-09 | Merge pull request #60 from posener/fix-59 | Eyal Posener | |
| install: create file directory before file is created | |||
| 2018-03-09 | install: create file directory before file is created | Eyal Posener | |
| Fixes #59 | |||
| 2018-01-19 | Merge pull request #58 from posener/readme | Eyal Posener | |
| update readme | |||
| 2018-01-19 | update readme | Eyal Posener | |
| Move description to top, and add go command line completion, so it will appear nicer in google search. | |||
| 2018-01-10 | Merge pull request #57 from posener/readme-add-fish | Eyal Posener | |
| readme: add fish | |||
| 2018-01-10 | Update readme.md | Eyal Posener | |
| 2018-01-08 | Merge pull request #56 from acomagu/fish | Eyal Posener | |
| Add support for fish | |||
| 2018-01-08 | Add support for fish | Yuki Ito | |
| 2017-12-19 | Merge pull request #55 from costastf/master | Eyal Posener | |
| install/bash: add more configuration files | |||
| 2017-12-19 | Fixes the issue where if .profile is used and not any of the other files the ↵ | Costas Tyfoxylos | |
| -install-autocomplete fails with : Error executing CLI: Did not find any shells to install excerpt from bash man page When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior. When an interactive shell that is not a login shell is started, bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files exist. This may be inhibited by using the --norc option. The --rcfile file option will force bash to read and execute commands from file instead of /etc/bash.bashrc and ~/.bashrc. | |||
| 2017-11-04 | Merge pull request #54 from posener/split-last-equal | Eyal Posener | |
| Add logic to complete when last flag uses the equal sign | |||
| 2017-11-04 | Merge branch 'master' into split-last-equal | Eyal Posener | |
| 2017-11-04 | Merge pull request #53 from posener/finally-filter-matches | Eyal Posener | |
| Filter matches as a final stage | |||
| 2017-11-04 | Add logic to complete when last flag uses the equal sign | Eyal Posener | |
| If the last flag is of the form -flag=value, complete the value according to -flag. | |||
| 2017-11-04 | travis: add go1.9, remove tip | Eyal Posener | |
| 2017-11-04 | Filter matches as a final stage | Eyal Posener | |
| This simplifies the prediction logic writing, the predictor doesn't need to filter our according to line matching, instead it returns everything and the filtering is done at the end. This does not break current behavior. | |||
| 2017-09-08 | Merge pull request #52 from thomshutt/master | Eyal Posener | |
| Fixed grammar | |||
| 2017-09-08 | Fixed grammar | Thom Shutt | |
