New 'ids' command, and stdin reading
- New 'ids' command that returns a filtered set of task ID numbers, instead of the actual tasks. For advanced pipeline use. - Now supplements the command line with data read from standard input, which allows commands like: echo 'add Pay the bills' | task
This commit is contained in:
@@ -64,7 +64,7 @@ int main (int argc, char** argv)
|
||||
{
|
||||
context.initialize (argc, argv);
|
||||
|
||||
/* From 2.0.0
|
||||
/* From old 2.0.0
|
||||
std::string::size_type task = context.program.find ("/task");
|
||||
std::string::size_type t = context.program.find ("/t");
|
||||
std::string::size_type cal = context.program.find ("/cal");
|
||||
|
||||
Reference in New Issue
Block a user