coinmon icon indicating copy to clipboard operation
coinmon copied to clipboard

Adding Auto Refresh / Interval

Open SMWARREN opened this issue 7 years ago • 14 comments

#9 Fix

SMWARREN avatar Nov 27 '17 05:11 SMWARREN

@SMWARREN Thanks so much! I will take a look ASAP tonight and merge it ASAP. Thanks!!

bichenkk avatar Nov 27 '17 06:11 bichenkk

@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. :)

bichenkk avatar Nov 27 '17 07:11 bichenkk

@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!

bichenkk avatar Nov 28 '17 02:11 bichenkk

This is so cool guys!

pascalandy avatar Nov 28 '17 04:11 pascalandy

Super awesome

mohitt avatar Nov 28 '17 13:11 mohitt

@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.

SMWARREN avatar Nov 28 '17 13:11 SMWARREN

blessed is awesome!

homerchen19 avatar Nov 29 '17 09:11 homerchen19

@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 avatar Nov 29 '17 09:11 bichenkk

@bichenkk Thanks this is a cool cli tool! I'm also interested in cryptocurrency, so I hope this tool can be more powerful.

homerchen19 avatar Nov 29 '17 09:11 homerchen19

i did this : while true; do clear; coinmon -t 5; date; sleep 30; done

pansophism avatar Dec 11 '17 09:12 pansophism

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.

hickscorp avatar Dec 23 '17 14:12 hickscorp

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.

pascalandy avatar Dec 29 '17 17:12 pascalandy

I’ll look at both of those source codes

SMWARREN avatar Dec 29 '17 17:12 SMWARREN

is this being worked on?

jpbelo avatar Apr 23 '21 12:04 jpbelo