tart / motop

"Top" clone for MongoDB
67 stars 24 forks source link

Windows compatibility? #17

Open dandv opened 10 years ago

dandv commented 10 years ago

Looks like motop needs termios, which doesn't work on Windows.

hasegeli commented 10 years ago

Termios is used to hide pressed action buttons and to get the size of the screen [1]. Maybe there are portable alternatives of these. We can even make it work without these.

Windows support would be nice but I am not a Windows user. I will leave it open in case someone else would like to work on that.

[1] https://github.com/tart/motop/blob/master/libmotop/console.py#L46