CacherApp / cacher-cli

The command line interface to Cacher.
111 stars 15 forks source link

support for labels? #4

Open alathrop opened 6 years ago

alathrop commented 6 years ago

Love the cli. Is there support for tags/labels?

jookyboi commented 6 years ago

@alathrop We've been considering this. Would you like the labels to be entered freeform or via some sort of restricted menu?

alathrop commented 6 years ago

Freeform probably keeps with the spirit of using a CLI. But might be great to see a list of existing labels, then enter freeform

yonilerner commented 6 years ago

I think a command like labels:get or something for getting a list of labels, and then adding a freeform -l <label>/--label=<label> arg to snippets:add (if the label doesnt exist, it would get created), would be really nice.