jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

list support #26

Open shortmanikos opened 13 years ago

shortmanikos commented 13 years ago

Hallo I would like to have list support in twidge. For example twidge lslist namelist could show only updates from a specific list.

You need to call /-username-/lists/-listname-/statuses to get these. I am trying to implement it but I have little programming experience (and I only started learning Haskell today because of twidge!) so I am not sure that I can do it...

Congratulations and thanks for twidge. shortmanikos

jgoerzen commented 13 years ago

That's a good request. I haven't yet been using lists myself, but one of these days I'll get into it I'm sure.

You can start with Commands/Ls.hs. You may be able to simply modify lsrecent or lsreplies in there to do what you want. You'll need an additional command-line parameter to give the list name though, of course.

tspedw commented 12 years ago

I just found twidge today and would love to have list ability.....that is the only thing I see missing to make this perfect (I use fluxbox so I am a die hard minimalist)