{ "info": { "author": "Brad Safnuk", "author_email": "safnuk@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Todone\n======\n\nCommand-line todo list manager and agenda, inspired by taskwarrior,\ntodo.sh, and some basic features from org-mode.\n\nInstallation\n------------\n\nThe easiest way to install todone is through PyPi:\n\n.. code-block:: console\n\n $ pip3 install todone\n\nIf you prefer, it can be installed by cloning the git repository:\n\n.. code-block:: console\n\n $ git clone https://github.com/safnuk/todone.git\n $ cd todone\n $ python3 setup.py install\n\nBasic Setup\n-----------\n\nBefore using todone, you need to tell it where to store the data. Type\n\n.. code-block:: console\n\n $ todone setup init\n\nand answer the questions. The default is to create a sqlite database\nfile. You are now ready to start tracking your todo items!\n\nUsage\n-----\n\nTo enter a new todo item, type\n\n.. code-block:: console\n\n $ todone new This is my todo item\n\nBy default, it will put the todo into the inbox/ folder. You can prepend\nthe item with a different folder:\n\n.. code-block:: console\n\n $ todone new today/More important todo\n\nList your todos by folder, keyword search, etc.\n\n.. code-block:: console\n\n $ todone list todo\n\n 1 - inbox/This is my todo item\n 2 - today/More important todo\n\n $ todone list today/\n\n 1 - today/More important todo\n\n $ todone move 1 done/\n\n $ todone list todo\n\n 1 - inbox/This is my todo item\n\nMore comprehensive help is available from the command line\n\n.. code-block:: console\n\n $ todone help\n\ngives a general overview, while\n\n.. code-block:: console\n\n $ todone help \n\ngives more specific help on a given command.\n\nMost commands can be entered short hand. For example,\n\n.. code-block:: console\n\n $ todone new today/My todo\n $ todone n to/My todo\n $ todone ne t/ My todo\n\nare all parsed identically by the program.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/safnuk/todone", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "todone", "package_url": "https://pypi.org/project/todone/", "platform": "", "project_url": "https://pypi.org/project/todone/", "project_urls": { "Homepage": "https://github.com/safnuk/todone" }, "release_url": "https://pypi.org/project/todone/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Todo list manager and agenda", "version": "0.1.1" }, "last_serial": 2763395, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "446dc5accafd6cb9878ac2442b16274d", "sha256": "8f31b59f4392864fe0917c534154f1dca5eea901c5f1eb26569f6408add80280" }, "downloads": -1, "filename": "todone-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "446dc5accafd6cb9878ac2442b16274d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5390, "upload_time": "2017-03-07T20:08:01", "url": "https://files.pythonhosted.org/packages/0d/bc/a642e7bb9c7e3ef5489a92569bfd53ce1973afa3e8288a7bc1c1f1334275/todone-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "fef91f96818756d3b6b0c969565d8615", "sha256": "62fec1ca061d1a99dccb649f2123057abc6a8f26cb8723fc3d77b10a6f11f871" }, "downloads": -1, "filename": "todone-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fef91f96818756d3b6b0c969565d8615", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 40738, "upload_time": "2017-03-07T20:31:51", "url": "https://files.pythonhosted.org/packages/c6/1c/a92293da91ccb362470d16ebb1adc8ab4be5cff617e856f60f38755cfefe/todone-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90fee531c1b88d1efa96f5a0d869f134", "sha256": "a5d9b061912bc1f126c15dbca6719b1ed068e6d654a7543859a347da48045049" }, "downloads": -1, "filename": "todone-0.0.2.tar.gz", "has_sig": false, "md5_digest": "90fee531c1b88d1efa96f5a0d869f134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26778, "upload_time": "2017-03-07T20:31:53", "url": "https://files.pythonhosted.org/packages/d3/41/ef202f76ba479669fc23ad54cc5250b5aede82e07993e56b93be851d0c9f/todone-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "206425cbb98472255e099b8978a8a73f", "sha256": "442671abc01a9dd8fda3282a78cffcc32d45150dd5ec5a4a1ba1887004a10a95" }, "downloads": -1, "filename": "todone-0.1.0.tar.gz", "has_sig": false, "md5_digest": "206425cbb98472255e099b8978a8a73f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30225, "upload_time": "2017-04-08T18:35:48", "url": "https://files.pythonhosted.org/packages/67/e4/d5135d6053892f785986701f1d797b9d27c06b8cdfcddaa6242e8235d622/todone-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a531b5fe5b7de4b48f3929f8a02b587a", "sha256": "927d9105ea07e6ac8212d3330d06f0b26753642d3c842caf3be50310c92c682e" }, "downloads": -1, "filename": "todone-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a531b5fe5b7de4b48f3929f8a02b587a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30281, "upload_time": "2017-04-09T01:19:20", "url": "https://files.pythonhosted.org/packages/30/58/61ec341475653a148d2c99a5f7c39bb3b595fb2ed37c0a38a0761b955e58/todone-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a531b5fe5b7de4b48f3929f8a02b587a", "sha256": "927d9105ea07e6ac8212d3330d06f0b26753642d3c842caf3be50310c92c682e" }, "downloads": -1, "filename": "todone-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a531b5fe5b7de4b48f3929f8a02b587a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30281, "upload_time": "2017-04-09T01:19:20", "url": "https://files.pythonhosted.org/packages/30/58/61ec341475653a148d2c99a5f7c39bb3b595fb2ed37c0a38a0761b955e58/todone-0.1.1.tar.gz" } ] }