taskstodo


Nametaskstodo JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryManage Google Tasks from the command-line and sync tasks with other apps.
upload_time2024-09-10 02:52:23
maintainerNone
docs_urlNone
authorStephan T
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # taskstodo

taskstodo is a command-line application for managing Google Tasks, allowing you to view, create, update and delete task lists and their associated tasks. taskstodo can also perform a two-way sync between Google Tasks and [calcurse](https://calcurse.org/).

# Installation

```
pip install taskstodo
```

# Configuration

- Create new Google Cloud [project](https://console.cloud.google.com/projectcreate)
- Enable [Tasks API](https://console.cloud.google.com/apis/library/tasks.googleapis.com)
- Create new OAuth 2.0 client ID [credentials](https://console.cloud.google.com/apis/credentials)
- Download JSON file of credentials
- Copy file to `~/.config/taskstodo/credentials.json`
- Configure [OAuth consent screen](https://console.cloud.google.com/apis/credentials/consent) as an external user type

# Usage

Create task list:

```
taskstodo list -c <list_title>
```

Create task:

```
taskstodo task -c <task_title> [-n <note>] <list_title>
```

Show task lists:

```
taskstodo show-lists
```

Show tasks:

```
taskstodo list <list_title>
```

Update task list:

```
taskstodo list -u <new_title> -t <task_number> <list_title>
```

Update task:

```
taskstodo task -u <new_title> -t <task_number> <list_title>
```

Move task:

```
taskstodo task -m <new_position> -t <task_number> <list_title>
```

Delete task:

```
taskstodo task -d -t <task_number> <list_title>
```

Delete task list:

```
taskstodo list -d <list_title>
```

Sync calcurse and Google Tasks:

```
taskstodo sync-calcurse <list_title>
```

Show help:

```
taskstodo -h
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "taskstodo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Stephan T",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f1/54/4910521373a895ab5bd3ea52afe164251212af0d27cde1397010dbf5b367/taskstodo-0.0.5.tar.gz",
    "platform": null,
    "description": "# taskstodo\n\ntaskstodo is a command-line application for managing Google Tasks, allowing you to view, create, update and delete task lists and their associated tasks. taskstodo can also perform a two-way sync between Google Tasks and [calcurse](https://calcurse.org/).\n\n# Installation\n\n```\npip install taskstodo\n```\n\n# Configuration\n\n- Create new Google Cloud [project](https://console.cloud.google.com/projectcreate)\n- Enable [Tasks API](https://console.cloud.google.com/apis/library/tasks.googleapis.com)\n- Create new OAuth 2.0 client ID [credentials](https://console.cloud.google.com/apis/credentials)\n- Download JSON file of credentials\n- Copy file to `~/.config/taskstodo/credentials.json`\n- Configure [OAuth consent screen](https://console.cloud.google.com/apis/credentials/consent) as an external user type\n\n# Usage\n\nCreate task list:\n\n```\ntaskstodo list -c <list_title>\n```\n\nCreate task:\n\n```\ntaskstodo task -c <task_title> [-n <note>] <list_title>\n```\n\nShow task lists:\n\n```\ntaskstodo show-lists\n```\n\nShow tasks:\n\n```\ntaskstodo list <list_title>\n```\n\nUpdate task list:\n\n```\ntaskstodo list -u <new_title> -t <task_number> <list_title>\n```\n\nUpdate task:\n\n```\ntaskstodo task -u <new_title> -t <task_number> <list_title>\n```\n\nMove task:\n\n```\ntaskstodo task -m <new_position> -t <task_number> <list_title>\n```\n\nDelete task:\n\n```\ntaskstodo task -d -t <task_number> <list_title>\n```\n\nDelete task list:\n\n```\ntaskstodo list -d <list_title>\n```\n\nSync calcurse and Google Tasks:\n\n```\ntaskstodo sync-calcurse <list_title>\n```\n\nShow help:\n\n```\ntaskstodo -h\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Manage Google Tasks from the command-line and sync tasks with other apps.",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/stephan49/taskstodo/issues",
        "Homepage": "https://github.com/stephan49/taskstodo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4ffbb008054290f1ccfcada453b9199af6566531072e73804533a95f88eb43a",
                "md5": "81ea39164f07494b92bd8fc247116eb4",
                "sha256": "44345eeff3dc742af962496d33ba72453d6756cd94b81a69711d3bbf8526626e"
            },
            "downloads": -1,
            "filename": "taskstodo-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "81ea39164f07494b92bd8fc247116eb4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10064,
            "upload_time": "2024-09-10T02:52:22",
            "upload_time_iso_8601": "2024-09-10T02:52:22.078011Z",
            "url": "https://files.pythonhosted.org/packages/a4/ff/bb008054290f1ccfcada453b9199af6566531072e73804533a95f88eb43a/taskstodo-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1544910521373a895ab5bd3ea52afe164251212af0d27cde1397010dbf5b367",
                "md5": "9cf956dfbedf898ef7bfd6525d021618",
                "sha256": "879675b7eb88ac3df551ac0c18112a04c82d957abc5a34a4b27851dad11159da"
            },
            "downloads": -1,
            "filename": "taskstodo-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9cf956dfbedf898ef7bfd6525d021618",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11227,
            "upload_time": "2024-09-10T02:52:23",
            "upload_time_iso_8601": "2024-09-10T02:52:23.017107Z",
            "url": "https://files.pythonhosted.org/packages/f1/54/4910521373a895ab5bd3ea52afe164251212af0d27cde1397010dbf5b367/taskstodo-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 02:52:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stephan49",
    "github_project": "taskstodo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "taskstodo"
}
        
Elapsed time: 0.54590s