SamVerschueren / dev-time-cli

Get the current local time of a GitHub user.
MIT License
179 stars 12 forks source link

FR: Provide tab completion for configstore. #6

Open hemanth opened 8 years ago

hemanth commented 8 years ago

It would cool to have tab completion on username based on those present at ~/.config/configstore/dev-time.json

SamVerschueren commented 8 years ago

Is this possible?

hemanth commented 8 years ago

Yes indeed.

SamVerschueren commented 8 years ago

Not sure if I like that, it's not "normal" tab completion.

I found this post at StackOverflow http://stackoverflow.com/questions/7096772/how-do-i-implement-tab-completion-in-node-js-shell. It seems that it's quite easy to implement.