DragonFly On-Line Manual Pages
tasksh(1) User Manuals tasksh(1)
NAME
tasksh - Interactive taskwarrior shell
SYNOPSIS
tasksh [<commands-file>]
tasksh --version
tasksh --help
DESCRIPTION
The tasksh program can be used to create a more immersive task
environment. Any task command you run outside the shell can also be
run inside the shell, without the need to prefix every command with
"task".
Moreover, task commands can be written in a file which can be passed or
redirected to tasksh for batch execution.
$ tasksh
task 2.3.0 shell
Enter any task command (such as 'list'), or hit 'Enter'.
There is no need to include the 'task' command itself.
Enter 'quit' to end the session.
task> projects
Project Tasks Pri:None Pri:L Pri:M Pri:H
------- ----- -------- ----- ----- -----
7 7 0 0 0
home 2 2 0 0 0
party 6 3 0 0 3
3 projects (15 tasks)
task> tags
Tag Count
mall 2
1 tag (15 tasks)
task> list
ID Project Pri Due Active Age Description
---------------------------------------------------------------------
2 party H 10/17/2010 2 hrs Select and book a venue
5 party H 10/22/2010 2 hrs Design invitations
9 home 10/31/2010 1 hr Pay rent
3 party 2 hrs Mail invitations
4 party 2 hrs Select a caterer
6 party 2 hrs Print invitations
8 tasks
task> quit
$
$ cat task.commands
add foo
add bar
$ tasksh task.commands
task 2.3.0 shell
Enter any task command (such as 'list'), or hit 'Enter'.
There is no need to include the 'task' command itself.
Enter 'quit' to end the session.
task> add foo
Created task 8.
task> add bar
Created task 9.
$
$ cat task.commands | tasksh
task 2.3.0 shell
Enter any task command (such as 'list'), or hit 'Enter'.
There is no need to include the 'task' command itself.
Enter 'quit' to end the session.
task> add foo
Created task 8.
task> add bar
Created task 9.
CREDITS & COPYRIGHTS
Copyright (C) 2006 - 2014 P. Beckingham, F. Hernandez.
This man page was originally written by Federico Hernandez.
Taskwarrior is distributed under the MIT license. See
http://www.opensource.org/licenses/mit-license.php for more
information.
SEE ALSO
task(1), task-tutorial(5), taskrc(5), task-faq(5), task-color(5),
task-sync(5)
For more information regarding taskwarrior, see the following:
The official site at
<http://taskwarrior.org>
The official code repository at
<git://tasktools.org/task.git/>
You can contact the project by emailing
<support@taskwarrior.org>
REPORTING BUGS
Bugs in taskwarrior may be reported to the issue-tracker at
<http://taskwarrior.org>
task 2.3.0 2014-01-15 tasksh(1)