cod
cod copied to clipboard
cod is a completion daemon for bash/fish/zsh
x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32 OS: xubuntu 20.04.4
When learning new commands, cod forces the addition of file completions with `compgen -f` inside `__cod_complete_bash`, but there is no way to turn this behavior off. Personally, I think this...
It would be nice if cod could learn help in the format proposed by docopt http://docopt.org/ for example if i try to make cod learn their default example: ```sh $...
Can't really come up with good title, sorry. Bad English knowledge. So, I made bare git repository for my dot files and make alias `config` for this repo. After `config...
See https://shibumi.dev/posts/go-18-feature/
Currently, cod's socket and lock file are placed at `$XDG_DATA_DIR/cod/var`, which isn't a particularly standard location for them. The [XDG Base Directory Specification][1] specifies the locations which various files should...
While the output of `--help` is usually instructive, it is less-well-formatted than most `man` pages. It might be useful to have a mode where `cod` can learn from man pages,...
This is kind of a long shot, but it might be useful to provide to `cod` a few example flags or commands, and have it do fuzzy detection for those...