chrisfsampaio / imsg

Chat using iMessage from your terminal!
MIT License
693 stars 51 forks source link

sort chats, send by id #23

Closed kevinjasker closed 10 years ago

kevinjasker commented 10 years ago

Refactor to display chats sorted by most recent, while preserving list order. To accomplish this, refactored ImsgHandler to class, stored chat id's. Messages then sent via appscript, using id.

chrisfsampaio commented 10 years ago

Thanks a lot for your work on this @kevinjasker, but this was covered on the commit 1fe488e9e7126653af8205b1140c2ca77b4c0ba0 which was on my 0.0.5 branch. I really appreciate your contribution though. :smile:

kevinjasker commented 10 years ago

Not a problem Christian, was fun to dig in to Applescript / rb-appscript. Dig your new release - much cleaner than mine :)