https://github.com/codery2k/google-tasks-to-notable
Command line tool to convert Google Tasks export to Notable notes
https://github.com/codery2k/google-tasks-to-notable
google-tasks notable python
Last synced: about 1 year ago
JSON representation
Command line tool to convert Google Tasks export to Notable notes
- Host: GitHub
- URL: https://github.com/codery2k/google-tasks-to-notable
- Owner: codery2k
- License: unlicense
- Created: 2022-05-08T11:19:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T20:48:15.000Z (almost 4 years ago)
- Last Synced: 2023-05-12T07:24:12.998Z (almost 3 years ago)
- Topics: google-tasks, notable, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gtasks-to-txt
Command line tool to convert Google Tasks export to Notable notes
## Usage
```bash
$ python -m gttn
```
The amazing project structure is all thanks to **[@rochacbruno](https://github.com/rochacbruno/python-project-template/)**