ajjackson / ascii-phonons

Blender extensions for illustrations of phonons
GNU General Public License v3.0
60 stars 22 forks source link

ENH: Tab completion #23

Open ajjackson opened 8 years ago

ajjackson commented 8 years ago

As there are a lot of command-line options and some are a bit verbose, tab-completion would be very handy. There looks to be a decent wrapper for adding tab-completion to argparse: https://github.com/kislyuk/argcomplete . As this is not widely installed, the dependency should be made optional if possible.