npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wundermilk

v0.0.1

Published

Convert your tasks from RTM (remember the milk) to Wunderlist

Downloads

11

Readme

wundermilk

Wundermilk can convert your tasks from RTM (remember the milk) to Wunderlist.

Unfortunately RTM does not provide a good way to export you tasks so this method is not quite straightforward.

Step 1

Go to https://www.wunderlist.com in your favorite browser.

Create any lists you want to use (probably the same as in RTM to keep it simple).

Finally, click on the icon next to your name and then Account settings, click on Create Backup and then download the JSON file.

If you are worried that I'm not giving you the instructions to convert to Wunderlist, keep in mind that I said it's not straightforward.

Step 2

Open https://www.rememberthemilk.com/app

RTM can export your tasks as an ical file but it will be missing your lists.

To keep your lists go to each list, click on "select all" and then add a tag with the name of the list (it should match the name you created in wunderlist).

Finally, go to http://www.rememberthemilk.com/icalendar/YOURUSERNAME (replace YOURUSERNAME with your username) and download the ics file.

Step 3

Install wundermilk: npm i wundermilk -g

Convert your tasks from ICS to the Wunderlist JSON format:

wundermilk WUNDERLIST-IN ICS-IN WUNDERLIST-OUT
  • WUNDERLIST-IN: File downloaded in step 1
  • ICS-IN: File downloaded in step 2
  • WUNDERLIST-OUT: new JSON file (e.g. converted.json)

wundermilk will report the tasks it found:

Converting the following tags to lists: inbox, futures, work, misc
Found 26 open tasks
inbox (3)
 - world domination
 - just kidding
 - really
futures (17)
[..]

Step 4

Go to https://www.wunderlist.com, again in your favorite browser.

Click on the icon next to your name and then Account settings, click on Import Backup Data and specify the file you just created (eg. converted.json).

Your tasks should now be visible in Wunderlist. You will have to clean up any duplicate folders manually (that's just how the import works).

Step 5

You are on you own now. Have fun. Or complete some tasks.

Step 6

OK, some final advice. I used this tool once, it worked for me but YMMV. If you find a problem please fix it yourself (PR).

Oh and sorry but I hardcoded the due time to 7:00Z :)