{ "info": { "author": "BenJC", "author_email": "benjamin.carrington@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3" ], "description": "Tuido\n======\n\nSimple todo list implementation using python [curses](https://docs.python.org/3/howto/curses.html).\n\n## Description\n\nThis actually turned out to be a little more comprehensive than I had originally intended; features include:\n\n - Subtasks to any depth\n - Marking done\n - Marking for deletion\n - Permanent deletion\n - Scrolling long lists\n - Configuration spacing, indenting etc\n - A vim-styled command line interface\n\n## Usage\n\nAll the functionality of `tuido` is provided through single character commands, these are:\n\n Todo List: top level\n\n a : Add item to current level\n A : Add subtask to highlighted item\n c : Edit description (^H to backspace)\n C : Change description\n d : Mark deleted\n D : Delete (permanent)\n h : Up level\n j : Down\n k : Up\n l : Down level\n m : Mark done\n M : Mark done (recursive)\n q : Write and quit\n r : Refresh screen\n w : Write\n ? : Show (this) help screen\n : : Enter command\n\n### Command Line\n\nThe command line interface is quite simple, hit '`:`' and give a character command, followed by a description is relevant, then a sequence of numbers indicating the (sub)task to change, e.g:\n\n : A \"New Task\" 1 2 4\n\nThis will add a task witht he description \"New Task\" to subsubtask 4 of subtask 2 of task 1 of the current window/level.\n\n## Todo\n\nThere still are a couple of things I'd like to add, these include:\n\n - A searching mechanism\n - Tags probably through the `@` symbol\n - Configurable colors\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bodneyc/tuido", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tuido", "package_url": "https://pypi.org/project/tuido/", "platform": "", "project_url": "https://pypi.org/project/tuido/", "project_urls": { "Homepage": "https://github.com/bodneyc/tuido" }, "release_url": "https://pypi.org/project/tuido/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "TUI todo list", "version": "0.0.3" }, "last_serial": 5810618, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fb5ba28d9af2b314d88a0f96e8d4d1ef", "sha256": "036fd567ae9d946eb649ee7ed8f44f5465f6f7f32f1baa5c3793a96800e76e9f" }, "downloads": -1, "filename": "tuido-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "fb5ba28d9af2b314d88a0f96e8d4d1ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16527, "upload_time": "2019-09-08T16:09:56", "url": "https://files.pythonhosted.org/packages/21/ac/d2424a5bee2fb642e07628ea958c4b3ce54c8b2535a768a70cfea5e431fb/tuido-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2616ad4f14f8d8093e7d1e59e7ca74ef", "sha256": "465d1da05300cc39bf5577559b0e30d2b97a15721cd52d25d4bdd9fee1c386b5" }, "downloads": -1, "filename": "tuido-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2616ad4f14f8d8093e7d1e59e7ca74ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16640, "upload_time": "2019-09-10T16:55:55", "url": "https://files.pythonhosted.org/packages/17/c5/be2092caf472e359b5f6ac0bfb1376fdc21ebacf88cde2a1d4c89272e100/tuido-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "022956b4d297d801ca05d52bc7eab6a2", "sha256": "472f8518e5ee12fe6e9bca8621f23ea7214007f9bbf4f1a6e8dfc41748b8cfaf" }, "downloads": -1, "filename": "tuido-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "022956b4d297d801ca05d52bc7eab6a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16834, "upload_time": "2019-09-10T18:45:10", "url": "https://files.pythonhosted.org/packages/7b/eb/be89baff8000b149eb05a1fd2d8b1f12e236016c4abbffb7512593051652/tuido-0.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "022956b4d297d801ca05d52bc7eab6a2", "sha256": "472f8518e5ee12fe6e9bca8621f23ea7214007f9bbf4f1a6e8dfc41748b8cfaf" }, "downloads": -1, "filename": "tuido-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "022956b4d297d801ca05d52bc7eab6a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16834, "upload_time": "2019-09-10T18:45:10", "url": "https://files.pythonhosted.org/packages/7b/eb/be89baff8000b149eb05a1fd2d8b1f12e236016c4abbffb7512593051652/tuido-0.0.3-py3-none-any.whl" } ] }