tomnomnom/gf

I'm running zprezto (similar to oh-my-zsh) and autocomplete isn't working

danielmiessler opened this issue · 7 comments

I'm running zprezto (similar to oh-my-zsh) and autocomplete isn't working.

I've tried parsing multiple times, hupping the shell, etc.

But it just says, "no such pattern".

Hi @danielmiessler! Thanks for raising an issue!

To help me diagnose, can you tell me what the output of gf -list is?

Helloo @tomnomnom I am also facing the same problem tried with different version of golang. also your go -list comes blank

@tomnomnom
cypher$ gf -list
aws-keys
base64
cors
debug-pages
firebase
fw
go-functions
http-auth
ip
json-sec
meg-headers
php-curl
php-errors
php-serialized
php-sinks
php-sources
s3-buckets
sec
servers
strings
takeovers
upload-fields
urls

but same issue ?

Hi @tomnomnom facing same issue on mac OS.

Facing with no such pattern using oh-my-zsh under macOs Catalina 10.15.7 (19H2).
Added to the .zshrc: source ~/gf/gf-completion.zsh. Note that gf -list is nothing.
Снимок экрана 2021-01-05 в 00 57 28

@storenth where are your patterns stored? They should be in ~/.config/gf or ~/.gf/

@storenth where are your patterns stored? They should be in ~/.config/gf or ~/.gf/

I see, now its works!
Not entirely clear from the Install description.