Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Application     Unclassified    

xkcd alternatives and similar packages

Based on the "Unclassified" category.
Alternatively, view xkcd alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of xkcd or a related project?

Add another 'Unclassified' Package

README

XKCD downloader

Downloads the most recent XKCD strip into a specified or the current directory.

What's the point?

Even though I wrote this mostly as an exercise in Haskell, it does have a practical use. You can use GeekTool on OS X to show the current strip on your desktop. How to do that?

How to show xkcd on your desktop on OS X

  1. Download GeekTool from App Store

  2. cabal install xkcd

  3. Put a shell widget on your desktop and set the xkcd executable as command. Put a directory into which it can download image as the argument. It should look like this: xkcd ~/comics/newXkcd.jpg Set refresh every to 8640 so that it will try to download new strip every 24 hours.

  4. Now put an image widget on your desktop. Using set local path choose the image. Set refresh every to 4320 (I'm not sure in what order GeekTool refreshes the widgets and we wouldn't like seeing the comic 24 hours after it was published, right?)

  5. Enjoy xkcd on your desktop!