huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 41 forks source link

Screen is not updated when wallet.json is changed #23

Closed luismelodev closed 7 years ago

luismelodev commented 7 years ago

The screen must update when the wallet.json is changed. An example use case:

huwwp commented 7 years ago

It's doable with watchdog I suppose or plain reading the json every loop, but unnecessary overhead for most use cases.