Dmitry Ermolov

Results 38 comments of Dmitry Ermolov

Right now I'm on vacation, but I'll try to take a look at this issue and recompile binary once I'm back (later this month). Right now you can try to...

It is nice idea, I looked at docopt some time ago, but I don't use docopt myself. Do you use it in your projects?

PRs are welcome :) Here is list of supported parsers: https://github.com/dim-an/cod/blob/master/parse_doc/parse_help.go#L30-L33 Last one is default parser that parses everything. Special parsers go before default parser (right now we only have...

Though I understand why this might be useful I don't think that I want this in the `cod` in near future. Such approach reduces reliability and maintainability of the `cod`...

Yes, it would be nice feature to have. Acually fish shell has [update_completions](https://github.com/fish-shell/fish-shell/blob/master/share/functions/fish_update_completions.fish) script. It does similar job and we can use it as inspiration.

Hey! Thanks for your feedback. > How would this man-page learning work? Once we decode the man page, how do we inject it into cod? Maybe I don't understand question,...

> Bash has the ability to list all completions: Unfortunately it's not that easy. There is popular package [bash-completeion](https://github.com/scop/bash-completion). It provides completions for great variety of programs but loads them...

I'll think a little bit about the plan for this issue and come back with answer. For now you can play a little bit with parsers. I think that `cod`...

I've never used `menu-completion=on` myself. Could you please point me to documentation about it? Or give me a snippet how to enable it? As for file completion I would really...

It would be nice feature to have but unfortunately it's not that easy to implement. For now you can use [https://github.com/dim-an/cod#configuration](configuration). Please check out example configration. You can set up...