sfeedhook

Call function on new feeds fetched with sfeed_update
git clone git://jacobedwards.org/sfeedhook
Log | Files | Refs | README

README (495B)


      1 This project provides the ability to access newly merged sfeed items
      2 by redefining sfeed_update(1)'s merge function.
      3 
      4 You could use this for in many ways, but I use it to send an email
      5 with a summary of the new items to keep from having to open
      6 sfeed_curses(1). An example of this is shown in sfeedrc. (Another
      7 possibility would be to use sfeed_mbox(1) on the new items and
      8 incorperate it into your mail, but I find sfeed_curses(1) is
      9 preferable to my current mail client for looking at feeds.)