Giter VIP home page Giter VIP logo

things-2do-importer's Introduction

Things 3 2Do Importer

This preject used a combination of Python and Things' AppleScript API to import tasks from a CSV file exported from 2Do.app.

Export all your tasks one list at a time

Open 2Do and go to File > Export to CSV.... That will bring you to this screen:

Export Dropdown

Check one list and export the CSV somewhere on your computer.

NOTE: It's important that you only export one list at a time if you care about preserving your lists. If not, you can simply export everything and import it all into either the Things Inbox or a specific project.

Usage

./main.py <FILE> <LIST>

All tasks will be imported with the #imported tag so you know which tasks came from this script.

Import into a specific project

Example: If I exported my Reading List from 2Do into a file named readinglist.csv I could do this:

./main.py readinglist.csv 'Reading List'

Import into the Inbox

Example: If I exported my 2Do inbox to inbox.csv I could import into the Things Inbox like so:

./main.py inbox.csv 'Inbox'

things-2do-importer's People

Contributors

iansinnott avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.