kshitij10496 / lexico

CLI to familiarize you with those elusive words
MIT License
22 stars 12 forks source link

Added a feature to export current vocabulary in a CSV file. #13

Closed KeerthanBhat closed 6 years ago

KeerthanBhat commented 6 years ago

The command is lexico export. The CSV file will be created in the current directory. It contains the same columns as in the table which you get by the command lexico view.

kshitij10496 commented 6 years ago

LGTM Merging for now.

Great work @KeerthanBhat

KeerthanBhat commented 6 years ago

Thank you!