softwarescales / git-issues

Git issues extension to list issues of a Git project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make a provision to allow user to enter password on prompt alongside the command line

sudipidus opened this issue · comments

I hope it's a minor thing but it would be convenient for user to be able to enter password on prompt rather than mandatorily having to mention in command line always. Like in Mysql or Linux.

@sudipbhandari126 True. I'm not sure if it's good idea or not, but such a thing could be implemented in the tilda core (IonicaBizau/tilda#4)

For now you can simply save the username and the password (can be a simple access token in ~/.git-issues). 🚀

That's now possible with tilda. Works pretty much like the MySQL client. If you don't pass the password, it will ask you about it.

We have to switch from clp to tilda. Contributions are welcome! 🍀
If not, I'll do it, but not in the near future.