Show HN: tiptop
github.com
Show HN: tiptop
1–9 of 9 posts
Re: Show HN: tiptop
#2I wrote this little top-like command-line system monitor, tiptop. I think it looks pretty neat and you might like it too. Install with
$ pip install tiptop
Let me know what you think!
Re: Show HN: tiptop
#3Awesome. Super intuitive
Re: Show HN: tiptop
#4'Works on all operating systems'.
That is a magnificent achievement. I'm very out of the loop WRT modern windows (we're at 11, not?) but even if it became very unixy, I'd still imagine a lot of work was done to present the data consistently.
Re: Show HN: tiptop
#5Very good job, I love it.
Re: Show HN: tiptop
#6'Works on all operating systems'. That is a magnificent achievement. I'm very out of the loop WRT modern windows (we're at 11, not?) but even if it became very unixy, I'd still imagine a lot of work was done to present the data consistently.
tiptop stands on the shoulders of giants here. Textual (for displaying) and psutil (for fetching the data) do a great job, and tiptop's job is more or less down to intercepting some exceptions that occur only on Windows or so.
Re: Show HN: tiptop
#7Very good job, I love it.
Thanks!
Re: Show HN: tiptop
#8Awesome. Super intuitive
Thanks!
Re: Show HN: tiptop
#9Looks good! Consider adding instructions to install it with https://github.com/pypa/pipx to not scare people not familiar with python dependency management.