Show HN: Completion daemon for {bash,zsh} that detects `–help` usage
github.com33 pointsby dim-an5 comments
1 shell completion autogeneration from `--help` texts;
2 support bash/zsh/fish;
3 support toml-like description of command arguments.
At the moment I have a tool that generates completions from `--help` messages and supports bash/zsh. I use it daily and it makes me little bit happier.
For a long time I thought I would miss vim editing experience but IdeaVim is the best vim emulation plugin I've ever seen and I hardly can remember a vim feature that is missing in IdeaVim.
Though I have to accept occasional UI freezes and huge memory consumption of CLion.