Closed timwienk closed 11 years ago
Thanks.
I'll be pulling some of this in separate commits, but I don't have time to do that right now. Feel free to ping me in a couple of weeks if I still haven't done it by then.
Pushed some altered changes separately. Will be releasing 3.2 soon.
3.2 released with all the changes.
Firstly, I realise these changes are not related to one another and would better be in separate merges. However, they are small compatible changes I made mainly for my own use.
Summary (might as well have listed the commit messages, oh well):
--remaining
option to display12345678 (25s remaining)
rather than just the token, for the command line tool;time
argument togetToken
, sotime.time()
is evaluated every time instead of once;getTimeOffset
function to the library, probably unnecessary for most hosts, but I use it anyway.