tasknow


Nametasknow JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryA super simple terminal to-do app that helps you focus on one task at a time.
upload_time2025-04-07 20:18:46
maintainerNone
docs_urlNone
authorDecoding Chris
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TaskNow

A super simple terminal to-do app that helps you focus on one task at a time.

## Why use TaskNow?

- Stay focused by seeing just your current task
- Add, complete, and manage tasks easily from the terminal
- No accounts, no clutter — just your tasks

## Commands

Add a task:
```bash
tasknow add "Write report"
```

See your current task:
```bash
tasknow
```

Mark it done:
```bash
tasknow done
```

List all tasks:
```bash
tasknow list
```

Remove a task:
```bash
tasknow remove <id>
```

Show completed tasks:
```bash
tasknow completed
```

Un-complete a task:
```bash
tasknow undone <id>
```

Edit a task:
```bash
tasknow edit <id> "New description"
```

---

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tasknow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Decoding Chris",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/de/c4/cd249259fe027217a88135a06c5c0dde484e55a82f24cecfcb429337d307/tasknow-1.0.4.tar.gz",
    "platform": null,
    "description": "# TaskNow\n\nA super simple terminal to-do app that helps you focus on one task at a time.\n\n## Why use TaskNow?\n\n- Stay focused by seeing just your current task\n- Add, complete, and manage tasks easily from the terminal\n- No accounts, no clutter \u2014 just your tasks\n\n## Commands\n\nAdd a task:\n```bash\ntasknow add \"Write report\"\n```\n\nSee your current task:\n```bash\ntasknow\n```\n\nMark it done:\n```bash\ntasknow done\n```\n\nList all tasks:\n```bash\ntasknow list\n```\n\nRemove a task:\n```bash\ntasknow remove <id>\n```\n\nShow completed tasks:\n```bash\ntasknow completed\n```\n\nUn-complete a task:\n```bash\ntasknow undone <id>\n```\n\nEdit a task:\n```bash\ntasknow edit <id> \"New description\"\n```\n\n---\n\nMIT License\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A super simple terminal to-do app that helps you focus on one task at a time.",
    "version": "1.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a145007278ad25e5d7be10ee886ef649116ca0ee637f19fcbf48c2cdd194cb75",
                "md5": "a87f13ca2ae2142bf81e3836172c2319",
                "sha256": "6340f8c47312986b0f39e0469db64a7fb724f104053c74c5c40abe293d2e87a8"
            },
            "downloads": -1,
            "filename": "tasknow-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a87f13ca2ae2142bf81e3836172c2319",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3974,
            "upload_time": "2025-04-07T20:18:45",
            "upload_time_iso_8601": "2025-04-07T20:18:45.941572Z",
            "url": "https://files.pythonhosted.org/packages/a1/45/007278ad25e5d7be10ee886ef649116ca0ee637f19fcbf48c2cdd194cb75/tasknow-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dec4cd249259fe027217a88135a06c5c0dde484e55a82f24cecfcb429337d307",
                "md5": "bc479820547b8c829f71b960067dca88",
                "sha256": "9f2e3362dad70a4f25c8ba18f25a10145e5052556ac7c78fa6649623293ce713"
            },
            "downloads": -1,
            "filename": "tasknow-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bc479820547b8c829f71b960067dca88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3778,
            "upload_time": "2025-04-07T20:18:46",
            "upload_time_iso_8601": "2025-04-07T20:18:46.701795Z",
            "url": "https://files.pythonhosted.org/packages/de/c4/cd249259fe027217a88135a06c5c0dde484e55a82f24cecfcb429337d307/tasknow-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-07 20:18:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tasknow"
}
        
Elapsed time: 1.11718s