barrettj12 / chords

A web app for viewing my chord collection.
https://chords.fly.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add tab completion #15

Open barrettj12 opened 1 year ago

barrettj12 commented 1 year ago

We can add command completion by running the command

complete -W "new sync validate ..." ./chords

Create a chords completion command that generates and sources the completion script for the CLI tool.

Question: how to autocomplete subfolders of ./data under ./chords sync?