Skip to content

jundaychan/ticktick-to-omnifocus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CSV to Taskpaper to OmniFocus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%