yardnsm / tmux-1password

:key: Access your 1Password login items within tmux!
MIT License
252 stars 24 forks source link

Use op's (new) native caching feature to speed up item fetching #28

Closed marwing closed 2 years ago

marwing commented 2 years ago

This feature was new in CLI 1.8.0 and stores the cache in memory only in an automatically spawned daemon process. This is a secure and simple solution for op taking ages to load items.

yardnsm commented 2 years ago

This is amazing, thanks!