https://github.com/cherusk/tc2tw
Converter for TaskCoach to Taskwarrior state
https://github.com/cherusk/tc2tw
converter migration taskcoach taskwarrior taskwarrior-state taskwarrior2
Last synced: 3 months ago
JSON representation
Converter for TaskCoach to Taskwarrior state
- Host: GitHub
- URL: https://github.com/cherusk/tc2tw
- Owner: cherusk
- License: mit
- Created: 2018-12-31T15:10:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T16:58:55.000Z (over 6 years ago)
- Last Synced: 2025-01-23T14:31:56.203Z (5 months ago)
- Topics: converter, migration, taskcoach, taskwarrior, taskwarrior-state, taskwarrior2
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tc2tw
---
Converter for TaskCoach to Taskwarrior state.This is calling the Taskwarrior CLI (as API) directly,
so no need for any intermediary migration state.```
usage: tc2tw.py [-h] [-i TC_FILE] [-t TW_PATH]Converter for TaskCoach to Taskwarrior state
optional arguments:
-h, --help show this help message and exit
-i TC_FILE, --tc_file TC_FILE
TaskCoach state file
-t TW_PATH, --tw_path TW_PATH
Taskwarrior binary to use
```