Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created March 30, 2013 16:13
Show Gist options
  • Save zmughal/5277276 to your computer and use it in GitHub Desktop.
Save zmughal/5277276 to your computer and use it in GitHub Desktop.
multitail --mark-change \
-cS rsstail -l "rsstail -n 1 -z -l -d -u 'http://search.cpan.org/uploads.rdf'" \
-cS rsstail -L "rsstail -n 1 -z -l -d -u 'https://pypi.python.org/pypi?:action=rss'" \
-cS rsstail -L "rsstail -n 1 -z -l -d -u 'https://packagist.org/feeds/releases.rss'" \
-cS rsstail -L "rsstail -n 1 -z -l -d -u 'https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=rubygems'" \
-cS rsstail -L "rsstail -n 1 -z -l -d -u 'https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=CRANberriesFeed'" \
-cS rsstail -L "rsstail -n 1 -z -l -d -u 'http://www.mail-archive.com/[email protected]/maillist.xml'" \
-cS rsstail -L "rsstail -n 1 -z -l -u 'http://registry.npmjs.org/-/rss?descending=true&limit=50'"
# CRAN via <https://stat.ethz.ch/pipermail/r-packages/2007/000831.html>, <http://dirk.eddelbuettel.com/blog/2011/11/27/>
# CTAN via <http://www.tug.org/ctan.html>
# npm via <https://github.com/isaacs/npmjs.org/issues/17>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment