Todo list manager and agenda
Project description
Command-line todo list manager and agenda, inspired by taskwarrior, todo.sh, and some basic features from org-mode.
Installation
The easiest way to install todone is through PyPi:
$ pip3 install todone
If you prefer, it can be installed by cloning the git repository:
$ git clone https://github.com/safnuk/todone.git
$ cd todone
$ python3 setup.py install
Basic Setup
Before using todone, you need to tell it where to store the data. Type
$ todone setup init
and answer the questions. The default is to create a sqlite database file. You are now ready to start tracking your todo items!
Usage
To enter a new todo item, type
$ todone new This is my todo item
By default, it will put the todo into the inbox/ folder. You can prepend the item with a different folder:
$ todone new today/More important todo
List your todos by folder, keyword search, etc.
$ todone list todo
1 - inbox/This is my todo item
2 - today/More important todo
$ todone list today/
1 - today/More important todo
$ todone move 1 done/
$ todone list todo
1 - inbox/This is my todo item
More comprehensive help is available from the command line
$ todone help
gives a general overview, while
$ todone help <command>
gives more specific help on a given command.
Most commands can be entered short hand. For example,
$ todone new today/My todo
$ todone n to/My todo
$ todone ne t/ My todo
are all parsed identically by the program.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file todone-0.1.1.tar.gz
.
File metadata
- Download URL: todone-0.1.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
927d9105ea07e6ac8212d3330d06f0b26753642d3c842caf3be50310c92c682e
|
|
MD5 |
a531b5fe5b7de4b48f3929f8a02b587a
|
|
BLAKE2b-256 |
305861ec341475653a148d2c99a5f7c39bb3b595fb2ed37c0a38a0761b955e58
|