-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently we have to send a project id. So when we list projects, let's capture this information into a file with the corresponding name to id. Then let's modify the main program to allow input of a "Project Name" instead of the id, look up the id, and then send that along. this part complete
It'd be nice to get this as tab-completion as well, so you type -p "Thi-[tab] and you get autocompletions of project names. ZSH?