https://github.com/hagelstam/todo-cli
A simple command-line tool for managing Google Tasks
https://github.com/hagelstam/todo-cli
google-tasks todolist
Last synced: about 1 year ago
JSON representation
A simple command-line tool for managing Google Tasks
- Host: GitHub
- URL: https://github.com/hagelstam/todo-cli
- Owner: hagelstam
- License: mit
- Created: 2021-12-30T19:47:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T12:20:18.000Z (over 3 years ago)
- Last Synced: 2025-01-10T16:45:05.193Z (about 1 year ago)
- Topics: google-tasks, todolist
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo CLI

## Get Started
- Clone repo: `git clone https://github.com/MaximilianHagelstam/todo-cli.git`
- Move into project directory: `cd todo-cli`
- Install dependencies: `npm i`
- Create credentials with [this guide](https://developers.google.com/workspace/guides/create-credentials)
- Install globally by running `npm i -g .` from within the project directory
## Commands
| Command | Description |
| --------------------------- | ------------------------------- |
| `todo list` | List tasks in "My Tasks" list |
| `todo add -t ""` | Add new task to "My Tasks" list |
| `todo -v` | Check current CLI version |
## License
This project is licensed under the terms of the [MIT](https://choosealicense.com/licenses/mit/) license.