coinmon
coinmon copied to clipboard
Adding Auto Refresh / Interval
#9 Fix
@SMWARREN Thanks so much! I will take a look ASAP tonight and merge it ASAP. Thanks!!
@SMWARREN Thanks for you commit! I have tried your work. It does auto refresh but the experience is not enough user friendly. I am in fact going to use this https://github.com/chjj/blessed to handle the refresh. Instead of appending the terminal text, we can control when to clean the old table and add the new table. :)
@SMWARREN Wow I have just tried your commits! This is amazing! Can you wait for a while more because this is a big change and I need to look into all the issues carefully? Thanks a lot!
This is so cool guys!
Super awesome
@bichenkk yes, i can wait for this to get implemented. Additionally, I will be doing some more pr's. I was also thinking of either creating a custom blessed object / fix some elements or look for alternative cli interfaces as well in the mean time. Thanks @pascalandy, @codemerlin , @bichenkk.
blessed
is awesome!
@xxhomey19 Hey Homey! I am glad to see you here. I started this because I saw your article and I am reading how to do terminal tool with node.js!
@bichenkk Thanks this is a cool cli tool! I'm also interested in cryptocurrency, so I hope this tool can be more powerful.
i did this : while true; do clear; coinmon -t 5; date; sleep 30; done
IMO this is a feature that has nothing to do here. Remember the unix philosophy, one tool does one thing and does it well. @pansophism summed it up nicelly by showing how to automate this using your shell already.
Many terminal apps updates in real time.
In this regard the feature would be welcome. I don't know if the solution is the right one.
I’ll look at both of those source codes
is this being worked on?