Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add option to print current portfolio value on the cli #180

Open
chrisbgp opened this issue Jun 7, 2021 · 3 comments
Open

add option to print current portfolio value on the cli #180

chrisbgp opened this issue Jun 7, 2021 · 3 comments
Labels
feature request New feature or request

Comments

@chrisbgp
Copy link

chrisbgp commented Jun 7, 2021

It would be useful to just print the current portfolio value to use that information for historical information or to plot the value on a graph. cheers!

@jakubreron
Copy link

Yess, it would be super useful

@MostHated
Copy link

I was about to make a post about this. I use Conky to display PC stats, and I wrote a script that uses cointop to query every 10-15 seconds to get the current price and the value of my holdings and I am able to store them to a variable and then awk it out of the output for use in Conky. I tried to do the same thing with this right off the bat, but unfortunately, it just runs the app, tying up the terminal until I ctrl+c it. It would be great if you could do something I do with cointop (which is this: echo $(/mnt/x/_programming/go/bin/cointop holdings | awk 'NR==2{print $2,$3,$5}')

I am a bit fan of ticker, so it would be great if I could also use it for this, but I understand if it is not something that is currently on the roadmap. For the time being, does anyone happen to know of anything that might do something similar?

Thanks,
-MH

@achannarasappa
Copy link
Owner

Thanks for the input everyone and for articulating that use case @MostHated . Based off this suggestion and others, I can see there's a decent enough amount of interest in this feature so I'll add it to the roadmap.

@achannarasappa achannarasappa added this to the future-release milestone Aug 17, 2021
@achannarasappa achannarasappa added the feature request New feature or request label Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants