turicas / rows

A common, beautiful interface to tabular data, no matter the format
GNU Lesser General Public License v3.0
865 stars 136 forks source link

Add bash completion #99

Open turicas opened 8 years ago

turicas commented 8 years ago

It would be nice if we can auto-complete when using the command-line interface. The problem: creating a bash completion spec/script is a bit boring. Is there any easier way to do it?

turicas commented 8 years ago

@kretcheu suggested optcomplete to help creating the bash completion automatically.