Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.24 KB

ticktick-to-taskpaper for OmniFocus

CSV to Taskpaper to OmniFocus.

OmniFocus support TaskPaper. We can paste taskpaper to OmniFocus for importing todo.

Usage

  1. Download ticktick backup csv file.
  2. Convert to JSON from the csv
  3. Load the JSON to index.js
    npm install
    node index.js ./secret.json 
    # output TaskPaper format
    # Paste this to OmniFocus

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu