marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Add message indicating how long the password will live in the clipboard #110

Closed leonjza closed 8 years ago

leonjza commented 8 years ago

Having an indication of how long we are going to wait before clearing the clipboard is useful to know before you go and copy another piece of data to your clipboard, only to lose it x amount of seconds later.

codecov-io commented 8 years ago

Current coverage is 79.33% (diff: 100%)

Merging #110 into master will increase coverage by 0.02%

@@             master       #110   diff @@
==========================================
  Files            18         18          
  Lines          1015       1016     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            805        806     +1   
  Misses          210        210          
  Partials          0          0          

Powered by Codecov. Last update e15742c...7d018b4

marcwebbie commented 8 years ago

Thanks for your contribution @leonjza