An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Todo CLI

![demo](demo.gif)

## 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.