CondaPkg.jl icon indicating copy to clipboard operation
CondaPkg.jl copied to clipboard

add completions for rm, pip_rm and channel_rm

Open cjdoris opened this issue 2 years ago • 1 comments

i.e. look up the list of packages or channels and use this as possible completions

cjdoris avatar Oct 21 '23 13:10 cjdoris

The same for the add commands would be nice, but these lists might be hard to get.

Looks like the conda repodata is stored in CONDA_ROOT/pkgs/cache/*.json, so we could parse those.

cjdoris avatar Oct 21 '23 13:10 cjdoris