itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 71 forks source link

Using pass as an alternative to store google credentials #192

Closed ChausseBenjamin closed 3 years ago

ChausseBenjamin commented 3 years ago

pass is a great tool to store encrypted passwords. I think it would be more usefull to have this tool store a users google credentials as it is easier to setup (and more secure). An example setup could be:

$ pass insert calendar-vim/google-api-key
mkdir: created directory '/home/user/.password-store/calendar-vim'
Enter password for calendar-vim/google-api-key: _

So all the credentials could be stored as:

itchyny commented 3 years ago

It's unlikely to implement features depending on tools like this, sorry.