mattvonrocketstein / smash

SMArtSHell: python/bash hybrid shell
MIT License
11 stars 1 forks source link

way to consume existing zsh completion data programmatically #11

Closed mattvonrocketstein closed 8 years ago

mattvonrocketstein commented 9 years ago

see for example the output of ~/.smash/bin/pybcompgen.

$ ~/.smash/bin/pybcompgen "/et" ["/etc/"] $ ~/.smash/bin/pybcompgen "git lo" ["log", "lol", "lola"] $ ~/.smash/bin/pybcompgen "apt-get instal" ["install "]

mattvonrocketstein commented 8 years ago

don't care enough to fix this myself and i'm still the main user =P