moneda-cli
moneda-cli copied to clipboard
Option to keep fetching the data indefinitely, not only once
I would like to keep track not running manually every time I need the prices. It would be great to have a way to see the prices updated in screen without having to run it again
would love to be able to run it every x minutes or seconds. Cronjob scheduling could be a standard since people already know about it
or
-rs 1
for repeats every 1 second
-rs 1
for repeats every 1 minute
You can try to use watch as a workaround in the meantime.