diff --git a/AUTHORS b/AUTHORS index d7609562d..d0bf8b470 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,6 @@ -The development of task was made possible by the significant contributions of the following people: +The development of taskwarrior was made possible by the significant +contributions of the following people: + Paul Beckingham (Principal Author) Federico Hernandez (Package Maintainer & Contributing Author) David J Patrick (Designer) @@ -7,6 +9,7 @@ The development of task was made possible by the significant contributions of th Johannes Schlatow (Contributing Author) The following submitted code, packages or analysis, and deserve special thanks: + Damian Glenny Andy Lester H. İbrahim Güngör @@ -27,7 +30,9 @@ The following submitted code, packages or analysis, and deserve special thanks: Kevin Owens Mick Koch -Thanks to the following, who submitted detailed bug reports and excellent suggestions: +Thanks to the following, who submitted detailed bug reports and excellent +suggestions: + Eugene Kramer Srijith K Bruce Israel diff --git a/ChangeLog b/ChangeLog index 4f6fea001..bd3e0aa89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,6 +65,8 @@ + Fixed problem with the 'undo' command not observing the rc.color or the rc._forcecolor settings. + Fixed problem with extra blank line in the ghistory reports. + + Clarified the documentation regarding the project name (taskwarrior) and + the program name (task). ------ old releases ------------------------------ diff --git a/NEWS b/NEWS index cd7a31886..e7b0471a0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -New Features in task 1.9.3 +New Features in taskwarrior 1.9.3 - Start and stop times for a task can now be recorded as annotations. - Special tags 'nocolor', 'nocal' and 'nonag'. @@ -18,16 +18,16 @@ New Features in task 1.9.3 Please refer to the ChangeLog file for full details. There are too many to list here. -New commands in task 1.9.3 +New commands in taskwarrior 1.9.3 - New 'task color legend' command will show samples of all the defined colors and color rules from your .taskrc and theme. - New 'task export.yaml' command will export YAML 1.1, which can then be imported via 'task import '. - New 'task merge ' command that can merge the local and an undo.data - file from another task user, to sync across machines, for example. + file from another taskwarrior user, to sync across machines, for example. -New configuration options in task 1.9.3 +New configuration options in taskwarrior 1.9.3 - journal.time, journal.time.start.annotation, journal.time.stop.annotation - 'sow', 'som' and 'soy' are now accepted in dates @@ -35,17 +35,17 @@ New configuration options in task 1.9.3 'socw' and 'eocw' refer to the calendar week (starting Sunday/Monday and ending Saturday/Sunday) -Newly deprecated features in task 1.9.3 +Newly deprecated features in taskwarrior 1.9.3 - entry_time, start_time and end_time are now synonyms for the entry, start and end fields. Recent enhancements to date formatting render these fields obsolete. The 'task show' command warns of the use of these deprecated - fields. The synonyms will be removed in a future version of task. + fields. The synonyms will be removed in a future version of taskwarrior. --- -Task has been built and tested on the following configurations: +Taskwarrior has been built and tested on the following configurations: * OS X 10.6 Snow Leopard and 10.5 Leopard * Fedora 13 Goddard, 12 Constantine @@ -64,8 +64,8 @@ Task has been built and tested on the following configurations: --- -While Task has undergone testing, bugs are sure to remain. If you encounter a -bug, please enter a new issue at: +While Taskwarrior has undergone testing, bugs are sure to remain. If you +encounter a bug, please enter a new issue at: http://taskwarrior.org/projects/taskwarrior/issues/new diff --git a/README b/README index 648c69219..6160915d8 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -Thank you for taking a look at task! +Thank you for taking a look at taskwarrior! -Task is a GTD, todo list, task management, command line utility with a multitude -of features. It is a portable, well supported, very active project, and it is -Open Source. Task has binary distributions, online documentation, demonstration -movies, and you'll find all the details at: +Taskwarrior is a GTD, todo list, task management, command line utility with a +multitude of features. It is a portable, well supported, very active project, +and it is Open Source. Taskwarrior has binary distributions, online +documentation, demonstration movies, and you'll find all the details at: http://taskwarrior.org @@ -18,6 +18,6 @@ Please send your support questions and code patches to: support@taskwarrior.org -Consider joining taskwarrior.org and participating in the future of task. +Consider joining taskwarrior.org and participating in the future of taskwarrior. --- diff --git a/README.build b/README.build index 16875d87e..cdd9ca3b8 100644 --- a/README.build +++ b/README.build @@ -1,14 +1,14 @@ -Task Build Notes +Taskwarrior Build Notes ---------------- -Task 1.9 has dependencies that are detected by the configure program in almost -all cases, but there are situations and operating systems that mean you will -need to offer configure a little help. +Taskwarrior 1.9 has dependencies that are detected by the configure program in +almost all cases, but there are situations and operating systems that mean you +will need to offer configure a little help. -If task will not build on your system, first take a look at the Operating System -notes below. If this doesn't help, then go to the Troubleshooting section, -which includes instructions on how to contact us for help. +If taskwarrior will not build on your system, first take a look at the Operating +System notes below. If this doesn't help, then go to the Troubleshooting +section, which includes instructions on how to contact us for help. @@ -16,7 +16,7 @@ Operating System Notes ---------------------- Cygwin 1.7 - Building task on Cygwin 1.7 requires a configure option: + Building taskwarrior on Cygwin 1.7 requires a configure option: ./configure --with-ncurses-inc=/usr/include/ncurses @@ -25,7 +25,7 @@ Cygwin 1.7 Haiku Alpha/R1 - Task must be built with gcc version 4.x, so make sure you run: + Taskwarrior must be built with gcc version 4.x, so make sure you run: $ setgcc gcc4 @@ -84,15 +84,15 @@ locate and use the ncurses library. They are: --without-ncurses - This disables ncurses support in task, and should really be used as a last - resort. We know of no systems where this is needed. + This disables ncurses support in taskwarrior, and should really be used as a + last resort. We know of no systems where this is needed. If trying these options does not succeed, please send the contents of the 'config.log' files to support@taskwarrior.org, or post a message in the support forums at taskwarrior.org along with the information. -If configure runs, but task does not build, when ideally you would send both the -contents of config.log, and a transcript from the build, which is not written to -a file, and must be captured from the terminal. +If configure runs, but taskwarrior does not build, when ideally you would send +both the contents of config.log, and a transcript from the build, which is not +written to a file, and must be captured from the terminal. --- diff --git a/doc/man/task-color.5 b/doc/man/task-color.5 index 759028106..4434da50c 100644 --- a/doc/man/task-color.5 +++ b/doc/man/task-color.5 @@ -18,8 +18,8 @@ which shell you use). If this is a new setting, you will need to either run that profile script, or close and reopen the terminal window (which does the same thing). -Now tell task that you want to use color. This is the default for task, so -the following step may be unnecessary. +Now tell taskwarrior that you want to use color. This is the default for +taskwarrior, so the following step may be unnecessary. $ task config color on @@ -28,25 +28,25 @@ like: color=on -Now task is ready. +Now taskwarrior is ready. .SH AUTOMATIC MONOCHROME -It should be mentioned that task is aware of whether it's output is going to a -terminal, or to a file or through a pipe. When task output goes to a terminal, -color is desirable, but consider the following command: +It should be mentioned that taskwarrior is aware of whether its output is going +to a terminal, or to a file or through a pipe. When taskwarrior output goes to +a terminal, color is desirable, but consider the following command: $ task list > file.txt -Do we really want all those color control codes in the file? Task assumes that -you do not, and temporarily sets color to 'off' while generating the output. -This explains the output from the following command: +Do we really want all those color control codes in the file? Taskwarrior +assumes that you do not, and temporarily sets color to 'off' while generating +the output. This explains the output from the following command: $ task config | grep '^color ' color off it always returns 'off', no matter what the setting. -The reason is that the task output gets piped into grep, and the color is +The reason is that the taskwarrior output gets piped into grep, and the color is disabled. If you wanted those color codes, you can override this behavior by setting the _forcecolor variable to on, like this: @@ -60,7 +60,7 @@ or by temporarily overriding it like this: color on .SH AVAILABLE COLORS -Task has a 'color' command that will show all the colors it is capable of +Taskwarrior has a 'color' command that will show all the colors it is capable of displaying. Try this: $ task color @@ -106,7 +106,8 @@ There is an additional 'underline' attribute that may be used: underline bright red on black -Task has a command that helps you visualize these color combinations. Try this: +Taskwarrior has a command that helps you visualize these color combinations. +Try this: $ task color underline bright red on black @@ -187,15 +188,15 @@ combination: red on gray3 -you are mixing a 16-color and 256-color specification. Task will map red to -color1, and proceed. Note that red and color1 are not quite the same. +you are mixing a 16-color and 256-color specification. Taskwarrior will map red +to color1, and proceed. Note that red and color1 are not quite the same. Note also that there is no bold or bright attributes when dealing with 256 colors, but there is still underline available. .SH LEGEND -Task will show examples of all defined colors used in your .taskrc, or theme, -if you run this command: +Taskwarrior will show examples of all defined colors used in your .taskrc, or +theme, if you run this command: $ task color legend @@ -203,9 +204,9 @@ This gives you an example of each of the colors, so you can see the effect, without necessarily creating a set of tasks that meet each of the rule criteria. .SH RULES -Task supports colorization rules. These are configuration values that specify -a color, and the conditions under which that color is used. By example, let's -add a few tasks: +Taskwarrior supports colorization rules. These are configuration values that +specify a color, and the conditions under which that color is used. By example, +let's add a few tasks: $ task add project:Home priority:H pay the bills (1) $ task add project:Home clean the rug (2) @@ -236,7 +237,7 @@ those colors can be made subtle, and complementary, but without care, this can be a visual mess. Beware! .SH THEMES -Task supports themes. What this really means is that with the ability to +Taskwarrior supports themes. What this really means is that with the ability to include other files into the .taskrc file, different sets of color rules can be included. @@ -247,7 +248,7 @@ your .taskrc file: include /usr/local/share/doc/task/rc/dark-256.theme .RE -You can use any of the standard task themes: +You can use any of the standard taskwarrior themes: .RS light-16.theme @@ -269,13 +270,13 @@ Better yet, create your own, and share it. We will gladly host the theme file on . .SH "CREDITS & COPYRIGHTS" -task was written by P. Beckingham . +Taskwarrior was written by P. Beckingham . .br Copyright (C) 2006 \- 2010 P. Beckingham This man page was originally written by Paul Beckingham. -task is distributed under the GNU General Public License. See +Taskwarrior is distributed under the GNU General Public License. See http://www.gnu.org/licenses/gpl-2.0.txt for more information. .SH SEE ALSO @@ -284,7 +285,7 @@ http://www.gnu.org/licenses/gpl-2.0.txt for more information. .BR task-faq(5) .BR task-tutorial(5) -For more information regarding task, the following may be referenced: +For more information regarding taskwarrior, the following may be referenced: .TP The official site at @@ -300,5 +301,5 @@ You can contact the project by writing an email to .SH REPORTING BUGS .TP -Bugs in task may be reported to the issue-tracker at +Bugs in taskwarrior may be reported to the issue-tracker at diff --git a/doc/man/task-faq.5 b/doc/man/task-faq.5 index e83a91422..b4c54ec89 100644 --- a/doc/man/task-faq.5 +++ b/doc/man/task-faq.5 @@ -4,26 +4,26 @@ task-faq \- A FAQ for the task(1) command line todo manager. .SH DESCRIPTION -Task is a command line TODO list manager. It maintains a list of tasks that you -want to do, allowing you to add/remove, and otherwise manipulate them. Task -has a rich list of commands that allow you to do various things with it. +Taskwarrior is a command line TODO list manager. It maintains a list of tasks +that you want to do, allowing you to add/remove, and otherwise manipulate them. +Taskwarrior has a rich list of commands that allow you to do various things with it. .SH WELCOME -Welcome to the task FAQ. If you have would like to see a question answered +Welcome to the taskwarrior FAQ. If you have would like to see a question answered here, please send us a note at . .TP -.B Q: When I redirect the output of task to a file, I lose all the colors. How do I fix this? -A: Task knows (or thinks it knows) when the output is not going directly to a -terminal, and strips out all the color control characters. This is based on -the assumption that the color control codes are not wanted in the file. Prevent -this with the following entry in your .taskrc file: +.B Q: When I redirect the output to a file, I lose all the colors. How do I fix this? +A: Taskwarrior knows (or thinks it knows) when the output is not going directly +to a terminal, and strips out all the color control characters. This is based +on the assumption that the color control codes are not wanted in the file. +Prevent this with the following entry in your .taskrc file: _forcecolor=on .TP -.B Q: How do I backup my task data files? Where are they? -A: Task writes all pending tasks to the file +.B Q: How do I backup my taskwarrior data files? Where are they? +A: Taskwarrior writes all pending tasks to the file ~/.task/pending.data @@ -33,8 +33,8 @@ and all completed and deleted tasks to They are text files, so they can just be copied to another location for safekeeping. Don't forget there is also the ~/.taskrc file that contains your -task configuration data. To be sure, and to future-proof your backup, consider -backing up all the files in the ~/.task directory. +taskwarrior configuration data. To be sure, and to future-proof your backup, +consider backing up all the files in the ~/.task directory. .TP .B Q: How can I separate my work tasks from my home tasks? Specifically, can I keep them completely separate? @@ -50,39 +50,39 @@ This gives you two commands, 'wtask' and 'htask' that operate using two different sets of task data files. .TP -.B Q: Can I revert to a previous version of task? How? +.B Q: Can I revert to a previous version of taskwarrior? How? A: Yes, you can revert to a previous version of task, simply by downloading an older version and installing it. If you find a bug in task, then this may be the only way to work around the bug, until a patch release is made. -Note that it is possible that the task file format will change. For example, the -format changed between versions 1.5.0 and 1.6.0. Task will automatically upgrade -the file but if you need to revert to a previous version of task, there is the -file format to consider. This is yet another good reason to back up your task -data files! +Note that it is possible that the taskwarrior file format will change. For +example, the format changed between versions 1.5.0 and 1.6.0. Taskwarrior will +automatically upgrade the file but if you need to revert to a previous version +of taskwarrior, there is the file format to consider. This is yet another good +reason to back up your task data files! .TP -.B Q: I'm using Ubuntu 9.04, and I want task to word-wrap descriptions. How do I do this? +.B Q: I'm using Ubuntu 9.04, and I want to word-wrap descriptions. How do I do this? A: You need to install ncurses, by doing this: % sudo apt-get install libncurses5-dev -Then you need to rebuild task from scratch, starting with +Then you need to rebuild taskwarrior from scratch, starting with % cd task-X.X.X % ./configure ... -The result should be a task program that knows the width of the terminal window, -and wraps accordingly. +The result should be a taskwarrior program that knows the width of the terminal +window, and wraps accordingly. -Note that there are binary packages that all include this capability. +Note that all the binary packages include this capability. .TP -.B Q: How do I build task under Cygwin? +.B Q: How do I build taskwarrior under Cygwin? A: Take a look at the README.build file, where the latest information on build -issues is kept. Task is built the same way everywhere. But under Cygwin, you'll -need to make sure you have the following packages available first: +issues is kept. Taskwarrior is built the same way everywhere. But under Cygwin, +you'll need to make sure you have the following packages available first: gcc make @@ -90,8 +90,8 @@ need to make sure you have the following packages available first: libncurses8 The gcc and make packages allow you to compile the code, and are therefore -required, but the ncurses packages are optional. Ncurses will allow task to -determine the width of the window, and therefore use the whole width and wrap +required, but the ncurses packages are optional. Ncurses will allow taskwarrior +to determine the width of the window, and therefore use the whole width and wrap text accordingly, for a more aesthetically pleasing display. Note that there are binary packages that all include this capability. @@ -106,35 +106,37 @@ If you run the command: % task colors -Task will display all the colors it can use, and you will see which ones you can use. +Taskwarrior will display all the colors it can use, and you will see which ones +you can use. -Note that if you install the 'mintty' shell in Cygwin, then you can use 256 colors. +Note that if you install the 'mintty' shell in Cygwin, then you can use 256 +colors. See the 'man task-color' for more details on which colors can be used. .TP -.B Q: Where does task store the data? -By default, task creates a .taskrc file in your home directory and populates it -with defaults. Task also creates a .task directory in your home directory and -puts data files there. +.B Q: Where does taskwarrior store the data? +By default, taskwarrior creates a .taskrc file in your home directory and +populates it with defaults. Taskwarrior also creates a .task directory in your +home directory and puts data files there. .TP .B Q: Can I edit that data? Of course you can. It is a simple text file, and looks somewhat like the JSON format, and if you are careful not to break the format, there is no reason not -to edit it. But task provides a rich command set to do that manipulation for -you, so it is probably best to leave those files alone. +to edit it. But taskwarrior provides a rich command set to do that manipulation +for you, so it is probably best to leave those files alone. .TP .B Q: How do I restore my .taskrc file to defaults? -If you delete (or rename) your .taskrc file, task will offer to create a default -one for you. Another way to do this is with the command: +If you delete (or rename) your .taskrc file, taskwarrior will offer to create a +default one for you. Another way to do this is with the command: $ task rc:new-file version -Task will create 'new-file' if it doesn't already exist. There will not be -much in it though - task relies heavily on default values, which can be seen -with this command: +Taskwarrior will create 'new-file' if it doesn't already exist. There will not +be much in it though - taskwarrior relies heavily on default values, which can +be seen with this command: $ task show @@ -142,18 +144,18 @@ which lists all the currently known settings. If you have just created new-file, then this command lists only the defaults. Note that this is a good way to learn about new configuration settings, -particularly if your .taskrc file was created by an older version of task. +particularly if your .taskrc file was created by an older version. .TP -.B Q: Do I need to back up my task data? +.B Q: Do I need to back up my taskwarrior data? Yes. You should back up your ~/.task directory, and probably your ~/.taskrc file too. .TP .B Q: Can I share my tasks between different machines? Yes, you can. Most people have success with a DropBox - a free and secure file -synching tool. Simply configure task to store it's data in a dropbox folder, by -modifying the: +synching tool. Simply configure taskwarrior to store it's data in a dropbox +folder, by modifying the: data.location=... @@ -161,21 +163,21 @@ configuration variable. Check out DropBox at http://www.dropbox.com. .TP .B Q: I don't like dropbox. Is there another way to synchronize my tasks? -Of course. Especially if you want to modify tasks offline on both machines and -synchronize them later on. For this purpose task provides a 'merge' command which -is able to insert the modifications you made to one of your task databases into a -second database. +Of course. Especially if you want to modify tasks offline on both machines and +synchronize them later on. For this purpose there is a 'merge' command which is +is able to insert the modifications you made to one of your task databases into +a second database. Here is a basic example of the procedure: - + $ rsync myremotehost:.task/undo.data /tmp/undo_remote.data $ task merge /tmp/undo_remote.data $ rsync ${HOME}/.task/*.data myremotehost:.task/ -First you need to get the undo.data file from the remote system with a network -protocol of your choice or a removable medium as well. When task finished the merge -command you should copy all the local .data files to the remote system. This way you -ensure that both systems are fully synchronized. +First you need to get the undo.data file from the remote system, or removable +media. When the merge command completes, you should copy all the local .data +files to the remote system. This way you ensure that both systems are fully +synchronized. .TP .B Q: The undo.data file gets very large - do I need it? @@ -183,14 +185,14 @@ You need it if you want the undo capability, or the merge capability mentioned above. But if it gets large, you can certainly truncate it to save space, just be careful to delete lines from the top of the file, up to and including a separator '---'. The simplest way is to simply delete the undo.data file. Note -that it does not slow down task, because task never reads it until you want to -undo. Otherwise task only appends to the file. +that it does not slow down taskwarrior, because it is never read until you want +to undo. Otherwise taskwarrior only appends to the file. .TP .B Q: How do I know whether my terminal support 256 colors? You will need to make sure your TERM environment variable is set to xterm-color, -otherwise the easiest way is to just try it! With task 1.9 or later, you simply -run +otherwise the easiest way is to just try it! With version 1.9 or later, you +simply run $ task color @@ -204,11 +206,10 @@ See the task-color(5) man page for more details. Use one of our provided color themes, or create your own - after all, they are just collections of color settings. -See the task-color(5) man page for an in-depth explanation of the task color -rules. +See the task-color(5) man page for an in-depth explanation of the color rules. .TP -.B Q: How can I make task put the command in the terminal window title? +.B Q: How can I make taskwarrior put the command in the terminal window title? You cannot. But you can make the shell do it, and you can make the shell call the task program. Here is a Bash script that does this: @@ -227,7 +228,7 @@ function that does the same thing: } .TP -.B Q: Task searches in a case-sensitive fashion - can I change that? +.B Q: Taskwarrior searches in a case-sensitive fashion - can I change that? You can. Just set the following value in your .taskrc file: search.case.sensitive=no @@ -236,24 +237,24 @@ This will affect searching for keywords: $ task list Document -task will perform a caseless search in the description and any annotations for -the keyword 'Document'. It also affects description and annotation -substitutions: +taskwarrior will perform a caseless search in the description and any +annotations for the keyword 'Document'. It also affects description and +annotation substitutions: $ task 1 /teh/the/ The pattern on the left will now be a caseless search term. .TP -.B Q: Why do the task ID numbers change? -Task does this to always show you the smallest numbers it can. The idea is that -if your tasks are numbered 1 - 33, for example, those are easy to type in. If -instead task kept a rolling sequence number, after a while your tasks might be -numbered 481 - 513, which makes it more likely to enter one incorrectly, because -there are more digits. +.B Q: Why do the ID numbers change? +Taskwarrior does this to always show you the smallest numbers it can. The idea +is that if your tasks are numbered 1 - 33, for example, those are easy to type +in. If instead task kept a rolling sequence number, after a while your tasks +might be numbered 481 - 513, which makes it more likely to enter one +incorrectly, because there are more digits. -When you run a report (such as "list"), task assigns the numbers before it -displays them. For example, you can do this: +When you run a report (such as "list"), the numbers are assigned before display. +For example, you can do this: $ task list $ task do 12 @@ -261,17 +262,18 @@ displays them. For example, you can do this: $ task delete 31 Those id numbers are then good until the next report is run. This is because -task performs a garbage-collect operation on the pending tasks file when a -report is run, which moves the deleted and completed tasks from the pending.data -file to the completed.data file. This keeps the pending tasks file small, and -therefore keeps task fast. The completed data file is the one that grows -unbounded with use, but that one isn't accessed as much, so it doesn't matter as -much. So in all, the ID number resequencing is about efficiency. +taskwarrior performs a garbage-collect operation on the pending tasks file when +a report is run, which moves the deleted and completed tasks from the +pending.data file to the completed.data file. This keeps the pending tasks file +small, and therefore keeps taskwarrior fast. The completed data file is the one +that grows unbounded with use, but that one isn't accessed as much, so it +doesn't matter as much. So in all, the ID number resequencing is about +efficiency. .TP .B Q: How do I list tasks that are either priority 'H' or 'M', but not 'L'? -Task's filters are all combined with and implicit logical AND operator, so if -you were to try this: +Taskwarriors filters are all combined with and implicit logical AND operator, so +if you were to try this: $ task list priority:H priority:M @@ -292,8 +294,8 @@ to construct task filters. .TP .B Q: How do I delete an annotation? -Task now has a 'denotate' command to remove annotations. First here is an -example task: +Taskwarrior now has a 'denotate' command to remove annotations. Here is an +example: $ task add Original task $ task 1 annotate foo @@ -327,13 +329,13 @@ There are lots of ways. Here are some: - Fix bugs .SH "CREDITS & COPYRIGHTS" -task was written by P. Beckingham . +Taskwarrior was written by P. Beckingham . .br Copyright (C) 2006 \- 2010 P. Beckingham This man page was originally written by P. Beckingham. -task is distributed under the GNU General Public License. See +Taskwarrior is distributed under the GNU General Public License. See http://www.gnu.org/licenses/gpl-2.0.txt for more information. .SH SEE ALSO @@ -358,5 +360,5 @@ You can contact the project by writing an email to .SH REPORTING BUGS .TP -Bugs in task may be reported to the issue-tracker at +Bugs in taskwarrior may be reported to the issue-tracker at diff --git a/doc/man/task.1 b/doc/man/task.1 index c63633870..8968c198e 100644 --- a/doc/man/task.1 +++ b/doc/man/task.1 @@ -7,17 +7,17 @@ task \- A command line todo manager. .B task [subcommand] [args] .SH DESCRIPTION -Task is a command line todo list manager. It maintains a list of tasks that you -want to do, allowing you to add/remove, and otherwise manipulate them. Task -has a rich list of subcommands that allow you to do various things with it. +Taskwarrior is a command line todo list manager. It maintains a list of tasks +that you want to do, allowing you to add/remove, and otherwise manipulate them. +Task has a rich list of subcommands that allow you to do various things with it. -At the core, task is a list processing program. You add text and additional -related parameters and task redisplays the information in a nice way. It turns -into a todo list program when you add due dates and recurrence. It turns into an -organized todo list program when you add priorities, tags (one word descriptors), -project groups, etc. Task turns into an organized to do list program when you -modify the configuration file to have the output displayed the way you want to -see it. +At the core, taskwarrior is a list processing program. You add text and +additional related parameters and redisplay the information in a nice way. It +turns into a todo list program when you add due dates and recurrence. It turns +into an organized todo list program when you add priorities, tags (one word +descriptors), project groups, etc. Taskwarrior turns into an organized to do +list program when you modify the configuration file to have the output displayed +the way you want to see it. .SH SUBCOMMANDS @@ -45,7 +45,7 @@ Shows all data and metadata for the specified task. .TP .B ID -With an ID but no specific command, task runs the "info" command. +With an ID but no specific command, taskwarrior runs the "info" command. .TP .B undo @@ -154,7 +154,7 @@ currently defined colors. .TP .B version -Shows the task version number +Shows the taskwarrior version number .TP .B help @@ -162,12 +162,13 @@ Shows the long usage text. .TP .B show [all | substring]" -Shows all the current settings in the task configuration file. If a substring -is specified just the settings containing that substring will be displayed. +Shows all the current settings in the taskwarrior configuration file. If a +substring is specified just the settings containing that substring will be +displayed. .TP .B config [name [value | '']] -Add, modify and remove settings directly in the task configuration. +Add, modify and remove settings directly in the taskwarrior configuration. This command either modifies the 'name' setting with a new value of 'value', or adds a new entry that is equivalent to 'name=value': @@ -212,8 +213,9 @@ Prepends information to an existing task. .SH REPORT SUBCOMMANDS A report is a listing of information from the task database. There are several -reports currently predefined in task. The output and sort behavior of these -reports can be configured in the configuration file. See also the man page taskrc(5). +reports currently predefined in taskwarrior. The output and sort behavior of +these reports can be configured in the configuration file. See also the man page +taskrc(5). .TP .B active [tags] [attrs] [description] @@ -372,11 +374,11 @@ task list due.before:eom priority.not:L .SH SPECIFYING DATES AND FREQUENCIES .SS DATES -Task reads dates from the command line and displays dates in the +Taskwarrior reads dates from the command line and displays dates in the reports. The expected and desired date format is determined by the configuration variable .I dateformat -in the task configuration file. +in the taskwarrior configuration file. .RS .TP @@ -433,7 +435,7 @@ task ... due:fri .RE .SS FREQUENCIES -Recurrence periods. Task supports several ways of specifying the +Recurrence periods. Taskwarrior supports several ways of specifying the .I frequency of recurring tasks. @@ -473,7 +475,7 @@ Every two years. .SH COMMAND ABBREVIATION -All task commands may be abbreviated as long as a unique prefix is used. E.g. +All taskwarrior commands may be abbreviated as long as a unique prefix is used. E.g. .RS $ task li @@ -505,7 +507,7 @@ $ task add "quoted ' quote" $ task add escaped \\' quote .RE -The argument \-\- (a double dash) tells task to treat all other args +The argument \-\- (a double dash) tells taskwarrior to treat all other args as description: .RS @@ -513,7 +515,7 @@ $ task add -- project:Home needs scheduling .RE .SH CONFIGURATION FILE AND OVERRIDE OPTIONS -Task stores its configuration in a file in the user's home directory: +Taskwarrior stores its configuration in a file in the user's home directory: ~/.taskrc . The default configuration file can be overridden with .TP @@ -557,7 +559,7 @@ can be configured in the configuration file. ~/.task/undo.data The file that contains the information to the "undo" command. .SH "CREDITS & COPYRIGHTS" -task was written by P. Beckingham . +Taskwarrior was written by P. Beckingham . .br Copyright (C) 2006 \- 2010 P. Beckingham @@ -566,7 +568,7 @@ and supplemented by Federico Hernandez. Thank also to T. Charles Yun. -task is distributed under the GNU General Public License. See +Taskwarrior is distributed under the GNU General Public License. See http://www.gnu.org/licenses/gpl-2.0.txt for more information. .SH SEE ALSO @@ -575,7 +577,7 @@ http://www.gnu.org/licenses/gpl-2.0.txt for more information. .BR task-faq(5) .BR task-color(5) -For more information regarding task, the following may be referenced: +For more information regarding taskwarrior, the following may be referenced: .TP The official site at @@ -591,5 +593,5 @@ You can contact the project by writing an email to .SH REPORTING BUGS .TP -Bugs in task may be reported to the issue-tracker at +Bugs in taskwarrior may be reported to the issue-tracker at diff --git a/doc/man/taskrc.5 b/doc/man/taskrc.5 index f7fef42af..d3ac9f749 100644 --- a/doc/man/taskrc.5 +++ b/doc/man/taskrc.5 @@ -9,7 +9,7 @@ taskrc \- Configuration file for the task(1) command .B task rc:/.taskrc .SH DESCRIPTION -.B task +.B taskwarrior obtains its configuration data from a file called .I .taskrc \&. This file is normally located in the user's home directory: @@ -35,14 +35,14 @@ $ task rc.: ... .RE If -.B task +.B taskwarrior is run without an existing configuration file it will ask if it should create a default, sample .I .taskrc file in the user's home directory. -The task configuration file consists of a series of "assignments" in each line. -The "assignments" have the syntax: +The taskwarrior configuration file consists of a series of "assignments" in each +line. The "assignments" have the syntax: .RS = @@ -66,9 +66,9 @@ The hash mark, or pound sign ("#") is used as a "comment" character. It can be used to annotate the configuration file. All text after the character to the end of the line is ignored. -Note that task is flexible about the values used to represent Boolean items. -You can use "on", "yes", "y", "1", "true", "t", "+", "enabled". Anything else -means "off". +Note that taskwarrior is flexible about the values used to represent Boolean +items. You can use "on", "yes", "y", "1", "true", "t", "+", "enabled". +Anything else means "off". .SH EDITING You can edit your .taskrc file by hand if you wish, or you can use the 'config' @@ -84,14 +84,14 @@ To delete an entry, use this command: $ task config nag .RE -Task will then use the default value. To explicitly set a value to blank, and -therefore avoid using the default value, use this command: +Taskwarrior will then use the default value. To explicitly set a value to +blank, and therefore avoid using the default value, use this command: .RS $ task config nag "" .RE -Task will also display all your settings with this command: +Taskwarrior will also display all your settings with this command: .RS $ task config @@ -120,8 +120,8 @@ include /usr/local/share/doc/task/rc/holidays-US.rc include /usr/local/share/doc/task/rc/dark-16.theme .RE -This includes two standard files that are distributed with task, which define a -set of US holidays, and set up a 16-color theme for task to use, to color the +This includes two standard files that are distributed with taskwarrior, which +define a set of US holidays, and set up a 16-color theme to use, to color the reports and calendar. .SH CONFIGURATION VARIABLES @@ -131,8 +131,8 @@ Valid variable names and their default values are: .TP .B data.location=$HOME/.task -This is a path to the directory containing all the task files. By default, it is -set up to be ~/.task, for example: /home/paul/.task +This is a path to the directory containing all the taskwarrior files. By +default, it is set up to be ~/.task, for example: /home/paul/.task Note that you can use the .B ~ @@ -140,8 +140,8 @@ shell meta character, which will be properly expanded. .TP .B locking=on -Determines whether task uses file locking when accessing the pending.data and -completed.data files. Defaults to "on". Solaris users who store the task data +Determines whether to use file locking when accessing the pending.data and +completed.data files. Defaults to "on". Solaris users who store the data files on an NFS mount may need to set locking to "off". Note that there is danger in setting this value to "off" - another program (or another instance of task) may write to the task.pending file at the same time. @@ -149,7 +149,7 @@ task) may write to the task.pending file at the same time. .SS TERMINAL .TP .B curses=on -Determines whether task uses ncurses to establish the size of the window you are +Determines whether to use ncurses to establish the size of the window you are using, for text wrapping. .TP @@ -160,31 +160,32 @@ The width of tables used when ncurses support is not available. Defaults to 80. .B editor=vi Specifies which text editor you wish to use for when the .B task edit -command is used. Task will first look for this configuration variable. If found, -it is used. Otherwise task will look for the $VISUAL or $EDITOR environment -variables, before it defaults to using "vi". +command is used. Taskwarrior will first look for this configuration variable. If +found, it is used. Otherwise it will look for the $VISUAL or $EDITOR +environment variables, before it defaults to using "vi". .SS MISCELLANEOUS .TP .B locale=en-US The locale is a combination of ISO 639-1 language code and ISO 3166 country -code. If not specified, task will assume en-US. If specified, task will locate -the correct file of localized strings and proceed. It is an error to specify a -locale for which there is no strings file. +code. If not specified, will assume en-US. If specified, taskwarrior will +locate the correct file of localized strings and proceed. It is an error to +specify a locale for which there is no strings file. .TP .B verbose=yes -Controls some of the verbosity of task. +Controls some of the verbosity of taskwarrior. .TP .B confirmation=yes -May be "yes" or "no", and determines whether task will ask for confirmation -before deleting a task or doing bulk changes. The default value is "yes". +May be "yes" or "no", and determines whether taskwarrior will ask for +confirmation before deleting a task or doing bulk changes. The default value +is "yes". .TP .B echo.command=yes -May be "yes" or "no", and causes task to display the ID and description of any +May be "yes" or "no", and causes the display of the ID and description of any task when you run the start, stop, do, undo or delete commands. The default value is "yes". @@ -254,8 +255,8 @@ description and annotations are done in a case sensitive way. Defaults to yes. .TP .B _forcecolor=no -Task shuts off color automatically when the output is not sent directly to a -a TTY. For example, this command: +Taskwarrior shuts off color automatically when the output is not sent directly +to a TTY. For example, this command: .RS .RS @@ -271,7 +272,8 @@ $ task rc._forcecolor=yes list > file .TP .B blanklines=yes -Turning this value off causes task to generate a more vertically compact output. +Turning this value off causes taskwarrior to generate a more vertically compact +output. .TP .B shell.prompt=task> @@ -299,24 +301,25 @@ and one for a week from tomorrow. .TP .B undo.style=side -When the 'undo' command is run, task presents a before and after comparison of the -data. This can be in either the 'side' style, which compares values side-by-side -in a table, or 'diff' style, which uses a format similar to the 'diff' command. +When the 'undo' command is run, taskwarrior presents a before and after +comparison of the data. This can be in either the 'side' style, which compares +values side-by-side in a table, or 'diff' style, which uses a format similar to +the 'diff' command. .TP .B debug=off -Task has a debug mode that causes diagnostic output to be displayed. Typically -this is not something anyone would want, but when reporting a bug, debug output -can be useful. It can also help explain how the command line is being parsed, -but the information is displayed in a developer-friendly, not a user-friendly -way. +Taskwarrior has a debug mode that causes diagnostic output to be displayed. +Typically this is not something anyone would want, but when reporting a bug, +debug output can be useful. It can also help explain how the command line is +being parsed, but the information is displayed in a developer-friendly, not a +user-friendly way. .TP .B alias.rm=delete -Task supports command aliases. This alias provides an alternate name (rm) for -the delete command. You can use aliases to provide alternate names for any of -task's commands. Several commands you may use are actually aliases - 'history', -for example, or 'export'. +Taskwarrior supports command aliases. This alias provides an alternate name +(rm) for the delete command. You can use aliases to provide alternate names for +any of the commands. Several commands you may use are actually aliases - +the 'history' report, for example, or 'export'. .SS DATES @@ -330,8 +333,8 @@ for example, or 'export'. .B dateformat.annotation=m/d/Y .TP .B report.X.dateformat=m/d/Y -This is a string of characters that define how task formats date values. The -precedence order for the configuration variable is report.X.dateformat then +This is a string of characters that define how taskwarrior formats date values. +The precedence order for the configuration variable is report.X.dateformat then reportdateformat then dateformat. While report.X.dateformat only formats the due date in reports, reportdateformat formats the due date both in reports and "task info". If both of these are not set then dateformat will be applied @@ -495,8 +498,8 @@ holiday.eastersunday.date=easter .RE .RE -Note that the task distribution contains example holiday files that can be -included like this: +Note that the taskwarrior distribution contains example holiday files that can +be included like this: .RS .RS @@ -509,14 +512,14 @@ include /usr/local/share/doc/task/rc/holidays-US.rc .B monthsperline=3 Determines how many months the "task calendar" command renders across the screen. Defaults to however many will fit. If more months than will fit are -specified, task will only show as many that will fit. +specified, taskwarrior will only show as many that will fit. .SS COLOR CONTROLS .TP .B color=on -May be "on" or "off". Determines whether task uses color. When "off", task will -use dashes (-----) to underline column headings. +May be "on" or "off". Determines whether taskwarrior uses color. When "off", +will use dashes (-----) to underline column headings. .TP .B fontunderline=on @@ -524,7 +527,7 @@ Determines if font underlines or ASCII dashes should be used to underline headers, even when color is enabled. .RE -Task has a number of coloration rules. They correspond to a particular +Taskwarrior has a number of coloration rules. They correspond to a particular attribute of a task, such as it being due, or being active, and specifies the automatic coloring of that task. A list of valid colors, depending on your terminal, can be obtained by running the command: @@ -693,11 +696,11 @@ a change that is to be reverted. .B shadow.file=$HOME/.task/shadow.txt If specified, designates a file path that will be automatically written to by -task, whenever the task database changes. In other words, it is automatically -kept up to date. The shadow.command configuration variable is used to determine -which report is written to the shadow file. There is no color used in the -shadow file. This feature can be useful in maintaining a current file for use by -programs like GeekTool, Conky or Samurize. +taskwarrior, whenever the task database changes. In other words, it is +automatically kept up to date. The shadow.command configuration variable is +used to determine which report is written to the shadow file. There is no color +used in the shadow file. This feature can be useful in maintaining a current +file for use by programs like GeekTool, Conky or Samurize. .TP .B @@ -711,8 +714,8 @@ configuration variable. The format is identical to that of .TP .B shadow.notify=on -When this value is set to "on", task will display a message whenever the shadow -file is updated by some task command. +When this value is set to "on", taskwarrior will display a message whenever the +shadow file is updated by some task command. .SS DEFAULTS @@ -733,7 +736,7 @@ command, if you don't specify one. The default is blank. .TP .B default.command=list -Provides a default command that is run every time task is invoked with no +Provides a default command that is run every time taskwarrior is invoked with no arguments. For example, if set to: .RS @@ -743,8 +746,8 @@ default.command=list project:foo .RE .RS -then task will run the "list project:foo" command if no command is specified. -This means that by merely typing +then taskwarrior will run the "list project:foo" command if no command is +specified. This means that by merely typing .RE .RS @@ -823,8 +826,8 @@ An optional value to a report limiting the number of displayed tasks in the generated report. .TP -Task comes with a number of predefined reports in its default configuration -file. These reports are: +Taskwarrior comes with a number of predefined reports in its default +configuration file. These reports are: .TP .B long @@ -879,13 +882,13 @@ Lists all tasks matching the specified criteria. Lists all tasks with upcoming due dates matching the specified criteria. .SH "CREDITS & COPYRIGHTS" -task was written by P. Beckingham . +Taskwarrior was written by P. Beckingham . .br Copyright (C) 2006 \- 2010 P. Beckingham This man page was originally written by Federico Hernandez. -task is distributed under the GNU General Public License. See +Taskwarrior is distributed under the GNU General Public License. See http://www.gnu.org/licenses/gpl-2.0.txt for more information. .SH SEE ALSO @@ -894,7 +897,7 @@ http://www.gnu.org/licenses/gpl-2.0.txt for more information. .BR task-faq(5) .BR task-color(5) -For more information regarding task, the following may be referenced: +For more information regarding taskwarrior, the following may be referenced: .TP The official site at @@ -910,5 +913,5 @@ You can contact the project by writing an email to .SH REPORTING BUGS .TP -Bugs in task may be reported to the issue-tracker at +Bugs in taskwarrior may be reported to the issue-tracker at diff --git a/doc/misc/grammar.bnf b/doc/misc/grammar.bnf index 8edbfab7a..4ef7119c4 100644 --- a/doc/misc/grammar.bnf +++ b/doc/misc/grammar.bnf @@ -1,8 +1,8 @@ -# This is a full BNF grammar for the task command line. It is intended that a -# future release of task will incorporate a complete lexer/parser implementing -# this grammar, which will allow for more sophisticated command lines, for -# example: +# This is a full BNF grammar for the taskwarrior command line. It is intended +# that a future release of taskwarrior will incorporate a complete lexer/parser +# implementing this grammar, which will allow for more sophisticated command +# lines, for example: # # task delete 1 2 4-7 # task add pri:H pro:X -- pro pri 1 /// diff --git a/doc/misc/script-193.txt b/doc/misc/script-193.txt index d3381c1c3..232536a33 100644 --- a/doc/misc/script-193.txt +++ b/doc/misc/script-193.txt @@ -11,10 +11,10 @@ task-tutorial.5 man page. ---------------------------------------- Intro ----------------------------------------------------- -http://taskwarrior.org Hello, and welcome to this task version 1.9.3 demo. +http://taskwarrior.org Hello, and welcome to this taskwarrior version 1.9.3 demo. I'm going to show you over 100 features, so don't blink, or - you'll miss some. Even experienced task users are going to - learn *something*. + you'll miss some. Even experienced users are going to learn + *something*. I will start off with basic usage, and proceed to more sophisticated commands as we go along. @@ -46,10 +46,10 @@ task 3 done That looks good - but now I think of it task list guest list, so I can mark that one as done. And that's basic usage, and you already know enough to be - productive using task. If you stopped here, you would be - perfectly able to manage your task list. + productive using taskwarrior. If you stopped here, you + would be perfectly able to manage your task list. - But if you want to see what task can really do, keep watching... + But if you want to see what it can really do, keep watching... ---------------------------------------- Projects -------------------------------------------------- @@ -63,9 +63,9 @@ task 7 project:home We can now use projects to separate hom project. task 1-6 project:party And we will put those first six tasks in the 'party' - project. See how we specify a range of tasks? Task will - want to confirm bulk changes like this, but we'll accept - all changes here. + project. See how we specify a range of tasks? Taskwarrior + will want to confirm bulk changes like this, but we'll + accept all changes here. task projects Now that we have multiple projects, as shown here, we can task list project:home use project as a filter for the list report. You can see @@ -76,8 +76,8 @@ task li pro:par again that we can abbreviate 'list' and ---------------------------------------- Priorities ------------------------------------------------ task 1-3,5 priority:H Priorities are another way to organize tasks. You can use -task list priority values of high, medium and low, and task knows - these as H, M or L. +task list priority values of high, medium and low, and taskwarrior + knows these as H, M or L. task 3 pri: You can remove priorities by specifying a blank value. @@ -116,26 +116,27 @@ task add Hire a band? <--- Sometimes the command will confuse the task add Hire a band\? <--- escape the wildcard... task add "Hire a band?" <--- or quote the whole description... -task add -- Hire a band\? +dj You can also use the minus minus operator which tells task - to stop being clever and interpret the rest of the arguments - as a task description. Otherwise, that +dj would be - interpreted as a tag. +task add -- Hire a band\? +dj You can also use the minus minus operator which tells + taskwarrior to stop being clever and interpret the rest + of the arguments as a task description. Otherwise, that + +dj would be interpreted as a tag. task undo We don't need a band, so the easiest way to get rid of that - task is to undo the last change. Task has a complete undo - stack, so you can undo all the way back to the beginning. + task is to undo the last change. Taskwarrior has a + complete undo stack, so you can undo all the way back to + the beginning. task 1 delete The undo operation gets rid of the task completely, but I task undo could also have just deleted the task, then the deletion itself would be tracked, and also undoable. ---------------------------------------- Info ------------------------------------------------------ -task 1 info During that undo operation, task displayed metadata that -task 1 is associated with the task. You can display this with the - info command, and its shortcut. +task 1 info During that undo operation, taskwarrior displayed metadata +task 1 that is associated with the task. You can display this + with the info command, and its shortcut. -task stats There are also statistics that task gathers, which I can - display. +task stats There are also statistics that taskwarrior gathers, which + I can display. ---------------------------------------- Annotations ----------------------------------------------- @@ -151,7 +152,7 @@ task list ---------------------------------------- Configuration --------------------------------------------- -task show Task has a 'show' command, that is used to display the +task show There is a 'show' command, that is used to display the active configuration. There are hundreds of settings that can be changed, and every one has a sensible default. @@ -163,7 +164,7 @@ task config answer 42 The 'config' command is used to modify value of 42. task show answer The 'show' command indicates that the value was changed, -task config answer and also that the variable is meaningless to task. The show +task config answer and also that the variable is unrecognized. The show command performs a detailed check on your configuration, and alerts you to several kinds of problem. The config command can also remove a value. @@ -175,9 +176,9 @@ task rc.report.list.sort=description+ list ---------------------------------------- Defaults -------------------------------------------------- -task config default.command list Task has a default command, which can be set to anything, +task config default.command list There is a default command, which can be set to anything, task in this case it is set to the 'list' report. Then running - task with no command name runs the default command. + taskwarrior with no command name runs the default command. task config default.priority H I can also specify a default priority and project, which task config default.project Work means that any tasks added will use them, unless an @@ -190,7 +191,7 @@ task config default.project ---------------------------------------- Aliases --------------------------------------------------- -task config alias.zzz list You can create aliases to effectively rename task commands. +task config alias.zzz list You can create aliases to effectively rename commands. task zzz task z You can abbreviate those, too. @@ -209,10 +210,10 @@ task list rules where a specific task is given a task 1 bg: Note that the quotes are necessary, otherwise the shell will consider "bg:on" and "red" to be separate arugments. -task color Task supports 256 colors on certain terminal emulators, - and this shows the range of colors available. +task color Taskwarrior supports 256 colors on certain terminal + emulators, and this shows the range of colors available. -task color white on red Task can also show a sample of a color. +task color white on red This is how to show a color sample. task color legend Or samples of all the active color settings. @@ -280,8 +281,8 @@ task calendar When tasks have due dates, you can see vi ~/.taskrc # include /usr/local/share/doc/task/rc/holidays-US.rc task calendar - Task comes with sample holiday files. You can create your - own, or use one of the samples to show holidays on the + Taskwarrior provides sample holiday files. You can create + your own, or use one of the samples to show holidays on the calendar. task cal 2010 You can see the whole year. @@ -328,9 +329,9 @@ task rc:x list have effects on individual tasks. The task rc:x tags Special tags are highlighted by the 'tags' command. -task rc:x 6 -nocolor There are others - the 'nonag' special tag prevents task - from generating nag messages when you work on low priority - tasks when there are higher priority tasks. +task rc:x 6 -nocolor There are others - the 'nonag' special tag prevents the + generation of nag messages when you work on low priority + tasks when there are more important ones. The 'nocal' special tag will prevent a task from appearing on the calendar. @@ -360,7 +361,7 @@ task 11 rc.confirmation:no delete And now it's deleted. ---------------------------------------- Reports --------------------------------------------------- -task minimal Task has a good many reports. There is the bare minimum. +task minimal Taskwarrior has a good many reports. There is the bare minimum. task ls The simple. task list The standard. task long The kitchen sink. @@ -457,22 +458,22 @@ task export.csv venue Let's just export one task in CSV forma task export.vcalendar venue Or in VCalendar format... task export.yaml venue Or YAML. -cat file.text Task can also import. Here I am importing simple lines -task import file.text of text. Task recognizes the format and confirms. +cat file.text I can also import. Here I am importing simple lines of +task import file.text text. Taskwarrior recognizes the format and confirms. -cat file.yaml Here is a YAML example. Task can read several formats, -task import file.yaml including old versions task data. Using YAML, you can - round-trip the data without loss. +cat file.yaml Here is a YAML example. Taskwarrior can read several +task import file.yaml formats, including old versions task data. Using YAML, + you can round-trip the data without loss. task new limit:2 Here are the imported tasks. ---------------------------------------- Help ------------------------------------------------------ -task help You'll find a quick reference page built into task itself, -man task or perhaps you'll want to take a look at the several man -man taskrc pages installed with task. This demo has superficially -man task-color shown many features which have more capability and depth - which you can find in the man pages, and online. +task help You'll find a quick reference page built in, with the 'help' +man task command, or perhaps you'll want to take a look at the several +man taskrc man pages installed. This demo has superficially shown +man task-color many features which have more capability and depth which you + can find in the man pages, and online. man task-tutorial This screencast is actually just a recording of me going through the tutorial. diff --git a/doc/misc/script-color.txt b/doc/misc/script-color.txt index 2d669ed09..4677cf364 100644 --- a/doc/misc/script-color.txt +++ b/doc/misc/script-color.txt @@ -1,5 +1,5 @@ Hello. This is a demonstration of the - task program color capabilities coming + taskwarrior color capabilities coming in version 1.9. task color The color command shows the various diff --git a/doc/misc/script-hooks-2.txt b/doc/misc/script-hooks-2.txt index 73f2180b6..8a09e27c9 100644 --- a/doc/misc/script-hooks-2.txt +++ b/doc/misc/script-hooks-2.txt @@ -1,5 +1,5 @@ $ # Q: What is a formatting hook? -$ # A: Lua code that modifies task output at run time. +$ # A: Lua code that modifies taskwarrior output at run time. $ $ cat > hooks.lua diff --git a/doc/misc/script-hooks.txt b/doc/misc/script-hooks.txt index 44d0c611d..09e0eb2d9 100644 --- a/doc/misc/script-hooks.txt +++ b/doc/misc/script-hooks.txt @@ -1,5 +1,5 @@ $ -$ # Task now has Lua 5.1.4 built in. +$ # Taskwarrior now has Lua 5.1.4 built in. $ $ task version $ cat > hooks.lua @@ -9,18 +9,18 @@ function foo () end ^D $ -$ # Task can call into Lua at many points during execution. -$ # This one is called immediately before task quits. +$ # Taskwarrior can call into Lua at many points during execution. +$ # This one is called immediately before taskwarrior quits. $ $ task rc.hook.pre-exit=~/hooks.lua:foo version $ -$ # While task is calling Lua code, the Lua can also call -$ # back into a task API, for information. +$ # While taskwarrior is calling Lua code, the Lua can also call +$ # back into a taskwarrior API, for information. $ $ cat > hooks.lua function foo () print "Lua version is " .. task_lua_version ()) - print "Task version is " .. task_version ()) + print "Taskwarrior version is " .. task_version ()) return 0, nil end ^D diff --git a/doc/misc/script.txt b/doc/misc/script.txt index 43cd43c70..0385acaec 100644 --- a/doc/misc/script.txt +++ b/doc/misc/script.txt @@ -1,4 +1,5 @@ - Hello, and welcome to this quick demo of the task program. + Hello, and welcome to this quick demo of the + taskwarrior program. task add do laundry Let's add some tasks I need to do laundry diff --git a/doc/rc/dark-16.theme b/doc/rc/dark-16.theme index a45e1006d..fb1daa63b 100644 --- a/doc/rc/dark-16.theme +++ b/doc/rc/dark-16.theme @@ -1,7 +1,7 @@ ################################################################################ -# Sample task 1.9 (or later) dark 16-color theme +# Sample taskwarrior 1.9 (or later) dark 16-color theme # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/dark-256.theme b/doc/rc/dark-256.theme index 1dcd34878..2773b4f4c 100644 --- a/doc/rc/dark-256.theme +++ b/doc/rc/dark-256.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) dark 256-color theme +# Sample taskwarrior 1.9 (or later) dark 256-color theme # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/dark-blue-256.theme b/doc/rc/dark-blue-256.theme index bc06a67b9..4964c01a0 100644 --- a/doc/rc/dark-blue-256.theme +++ b/doc/rc/dark-blue-256.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) dark 256-color theme, featuring blue. +# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring blue. # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/dark-green-256.theme b/doc/rc/dark-green-256.theme index d2b3a98e5..b4c27ef2f 100644 --- a/doc/rc/dark-green-256.theme +++ b/doc/rc/dark-green-256.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) dark 256-color theme, featuring green. +# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring green. # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/dark-red-256.theme b/doc/rc/dark-red-256.theme index 73927ea43..f3c8c61b1 100644 --- a/doc/rc/dark-red-256.theme +++ b/doc/rc/dark-red-256.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) dark 256-color theme, featuring red. +# Sample taskwarrior 1.9 (or later) dark 256-color theme, featuring red. # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/holidays-SE.rc b/doc/rc/holidays-SE.rc index 7a5930448..a33b966cf 100644 --- a/doc/rc/holidays-SE.rc +++ b/doc/rc/holidays-SE.rc @@ -1,7 +1,7 @@ ################################################################################ # Sample calendar for Sweden # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2010, Federico Hernandez. # All rights reserved. diff --git a/doc/rc/holidays-US.rc b/doc/rc/holidays-US.rc index 9527659f0..4e0dfd885 100644 --- a/doc/rc/holidays-US.rc +++ b/doc/rc/holidays-US.rc @@ -1,7 +1,7 @@ ################################################################################ # Sample calendar for the US # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2010, Federico Hernandez. # All rights reserved. diff --git a/doc/rc/light-16.theme b/doc/rc/light-16.theme index e60eb0f77..a3e887dd5 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) light 16-color theme +# Sample taskwarrior 1.9 (or later) light 16-color theme # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/doc/rc/light-256.theme b/doc/rc/light-256.theme index 8af0092e9..08dfbd0f2 100644 --- a/doc/rc/light-256.theme +++ b/doc/rc/light-256.theme @@ -1,7 +1,7 @@ ############################################################################### -# Sample task 1.9 (or later) light 256-color theme +# Sample taskwarrior 1.9 (or later) light 256-color theme # -# task - a command line task list manager. +# taskwarrior - a command line task list manager. # # Copyright 2006 - 2010, Paul Beckingham. # All rights reserved. diff --git a/i18n/strings.en-US b/i18n/strings.en-US index d684ab4c6..fc95861f7 100644 --- a/i18n/strings.en-US +++ b/i18n/strings.en-US @@ -1,9 +1,9 @@ # This is an example strings.en-US file. # -# The task program has a built-in set of default strings, which are UTF8 encoded -# for the en-US locale. A file such as this is used to override those defaults. -# This means that a strings file is merely a delta applied to the built-in -# strings, so an empty string file means you get en-US. +# The taskwarrior program has a built-in set of default strings, which are UTF8 +# encoded for the en-US locale. A file such as this is used to override those +# defaults. This means that a strings file is merely a delta applied to the +# built-in strings, so an empty string file means you get en-US. # # To use another string file, add the following entry to your .taskrc file: # @@ -18,7 +18,7 @@ 105 Inverted sequence range high-low 106 ID Range too large 107 Not a sequence. -108 Interactive task is only available when built with ncurses support. +108 Interactive mode is only available when built with ncurses support. 109 Empty record in input 110 Unrecognized characters at end of line 111 Record not recognized as format 4 diff --git a/i18n/strings.sv-SE b/i18n/strings.sv-SE index 7f482212a..7aae2c88c 100644 --- a/i18n/strings.sv-SE +++ b/i18n/strings.sv-SE @@ -1,9 +1,9 @@ # This is an example strings.en-US file. # -# The task program has a built-in set of default strings, which are UTF8 encoded -# for the en-US locale. A file such as this is used to override those defaults. -# This means that a strings file is merely a delta applied to the built-in -# strings, so an empty string file means you get en-US. +# The taskwarrior program has a built-in set of default strings, which are UTF8 +# encoded for the en-US locale. A file such as this is used to override those +# default. This means that a strings file is merely a delta applied to the +# built-in strings, so an empty string file means you get en-US. # # To use another string file, add the following entry to your .taskrc file: # diff --git a/package-config/osx/OSX-packaging.pdf b/package-config/osx/OSX-packaging.pdf index 6d030feb2..575be4d63 100644 Binary files a/package-config/osx/OSX-packaging.pdf and b/package-config/osx/OSX-packaging.pdf differ diff --git a/package-config/osx/README b/package-config/osx/README index b6385520c..50a3986c9 100644 --- a/package-config/osx/README +++ b/package-config/osx/README @@ -31,9 +31,10 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore $ cd ~/task-package.git 2.2 Making sure you have the right version of the code. This assumes you are - building task 1.9.2, but any version number is interchangeable. Check out - the correct branch, and make sure it is sitting at the correct commit, via - a tag. Note that while 1.9.2 is a branch name, v1.9.2 is a tag name. + building taskwarrior 1.9.2, but any version number is interchangeable. + Check out the correct branch, and make sure it is sitting at the correct + commit, via a tag. Note that while 1.9.2 is a branch name, v1.9.2 is a tag + name. $ git checkout 1.9.2 $ git reset --hard v1.9.2 @@ -41,7 +42,7 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore If there is an error in this step, stop, capture the output, and report the errors. -3. Build task +3. Build taskwarrior 3.1 First build the task binary. Note the "-j 2" tells make to use both cores in your dual-core Intel CPU, which means faster compiles. If you own a quad @@ -61,9 +62,9 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore 4. Build the test suite - 4.1 The test suite exists to prove that we do not break task features from one - release to the next. While this is not a perfect solution, it has saved us - many times from releasing code that is inferior. + 4.1 The test suite exists to prove that we do not break taskwarrior features + from one release to the next. While this is not a perfect solution, it has + saved us many times from releasing code that is inferior. The first step is to modify the test suite Makefile to remove the Lua line. This is because we do not yet have dynamic detection of the Lua library for @@ -123,13 +124,13 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore
This is the file from the last time a package was created. It needs some - adjustments. Start by clicking on the "Task x.x.x Distribution" with a - package icon in the top left part of the window. + adjustments. Start by clicking on the "Taskwarrior x.x.x Distribution" with + a package icon in the top left part of the window. 6.4 Click on the "Configuration" button/tab. - - Change the "Title" to "Task 1.9.2" - - Change the "Description" to "Task 1.9.2 install for Snow Leopard" + - Change the "Title" to "Taskwarrior 1.9.2" + - Change the "Description" to "Taskwarrior 1.9.2 install for Snow Leopard"
@@ -203,7 +204,7 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore one - Make sure "Restart Action" is "None" - Make sure "Require admin authentication" is checked - - Make sure "PAckage Location" is "Self-Contained" + - Make sure "Package Location" is "Self-Contained"
@@ -238,8 +239,8 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore 8. Test the package - 8.1 Double-click on the package you just created, and install task. You - should see the README file in the UI, and the COPYING file on another + 8.1 Double-click on the package you just created, and install taskwarrior. + You should see the README file in the UI, and the COPYING file on another page. It should succeed.
@@ -257,12 +258,13 @@ Note: This is being written from the OSX 10.6 perspective, and may therefore task 1.9.2 built for darwin-ncurses Copyright (C) 2006 - 2010 P. Beckingham, F. Hernandez. - - Task may be copied only under the terms of the GNU General Public License, - which may be found in the task source kit. - Documentation for task can be found using 'man task', 'man taskrc', 'man - task-tutorial', 'man task-color', 'man task-faq' or at http://taskwarrior.org + Taskwarrior may be copied only under the terms of the GNU General Public + License, which may be found in the taskwarrior source kit. + + Documentation for taskwarrior can be found using 'man task', 'man taskrc', + 'man task-tutorial', 'man task-color', 'man task-faq' or at + http://taskwarrior.org $ man task ... diff --git a/scripts/bash/task_completion.sh b/scripts/bash/task_completion.sh index 56876363c..0556cfb5b 100644 --- a/scripts/bash/task_completion.sh +++ b/scripts/bash/task_completion.sh @@ -1,9 +1,9 @@ -# bash completion support for task +# bash completion support for taskwarrior # # Copyright 2009-2010 Federico Hernandez # All rights reserved. # -# This script is part of the task project. +# This script is part of the taskwarrior project. # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/scripts/fish/task.fish b/scripts/fish/task.fish index 0999c86d2..f0939d52b 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -1,4 +1,4 @@ -# Task tab completions for the Fish shell +# Taskwarrior tab completions for the Fish shell # . # # Copy this script to ~/.config/fish/completions/task.fish, open a new shell, diff --git a/scripts/vim/README b/scripts/vim/README index 186611e66..48c5eb9aa 100644 --- a/scripts/vim/README +++ b/scripts/vim/README @@ -1,5 +1,5 @@ - Configure VIM for Syntax Highlighting of Task Data + Configure VIM for Syntax Highlighting of Taskwarrior Data The task data files (pending.data, completed.data and undo.data), @@ -24,12 +24,12 @@ You may prefer instead to read the help online at: http://vimdoc.sourceforge.net/htmldoc/syntax.html#syntax - Configuring VIM to Understand Task Data + Configuring VIM to Understand Taskwarrior Data Once you have VIM's syntax highlighting enabled and working with other file -types properly, configuring it for use with task is simple. You simply need -to copy some files that came with task into your home directory so that you -have: +types properly, configuring it for use with taskwarrior is simple. You simply +need to copy some files that came with taskwarrior into your home directory so +that you have: ~/.vim/ftdetect/task.vim ~/.vim/syntax/taskdata.vim diff --git a/scripts/vim/ftdetect/task.vim b/scripts/vim/ftdetect/task.vim index 555d44a64..9af9850ec 100644 --- a/scripts/vim/ftdetect/task.vim +++ b/scripts/vim/ftdetect/task.vim @@ -1,4 +1,4 @@ -" Vim support file to detect Task Warrior data and configuration files and +" Vim support file to detect Taskwarrior data and configuration files and " single task edits " " Maintainer: John Florian @@ -10,13 +10,13 @@ " For the full text of this license, see COPYING. -" Task Warrior data files +" Taskwarrior data files au BufRead,BufNewFile {pending,completed,undo}.data set filetype=taskdata -" Task Warrior configuration file +" Taskwarrior configuration file au BufRead,BufNewFile .taskrc set filetype=taskrc -" Task Warrior handling of 'task 42 edit' +" Taskwarrior handling of 'task 42 edit' au BufRead,BufNewFile *.task set filetype=taskedit " vim:noexpandtab diff --git a/scripts/vim/syntax/taskdata.vim b/scripts/vim/syntax/taskdata.vim index 200334cdc..395fec1bd 100644 --- a/scripts/vim/syntax/taskdata.vim +++ b/scripts/vim/syntax/taskdata.vim @@ -1,5 +1,5 @@ " Vim syntax file -" Language: task data +" Language: taskwarrior data " Maintainer: John Florian " Updated: Wed Jul 8 19:46:20 EDT 2009 " diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index d02970aaf..839f3079c 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -1,5 +1,5 @@ " Vim syntax file -" Language: support for editing task configuration file +" Language: support for editing taskwarrior configuration file " Maintainer: John Florian " Updated: Sat Feb 20 14:14:44 EST 2010 " diff --git a/scripts/zsh/_task b/scripts/zsh/_task index 868f3d7cc..d3d514a7c 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -1,17 +1,17 @@ #compdef task # # This script is currently unmaintained and was released for an earlier version -# of task. We welcome any zsh user that wants to contribute to task to take a -# look at this script and either confirm its working status or improve it. -# Please contact us at support@taskwarrior.org if you have further questions on -# how to contribute to task. +# of taskwarrior. We welcome any zsh user that wants to contribute to +# taskwarrior to take a look at this script and either confirm its working +# status or improve it. Please contact us at support@taskwarrior.org if you +# have further questions on how to contribute to taskwarrior. # -# zsh completion for task +# zsh completion for taskwarrior # # Copyright 2009 P.C. Shyamshankar # All rights reserved. # -# This script is part of the task project. +# This script is part of the taskwarrior project. # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/src/API.cpp b/src/API.cpp index 42b24dbe5..d06893919 100644 --- a/src/API.cpp +++ b/src/API.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Task Lua API +// Taskwarrior Lua API // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -57,7 +57,8 @@ Task* the_task = NULL; #ifdef HAVE_LIBLUA //////////////////////////////////////////////////////////////////////////////// -// Returns a string representing the task version number, such as '1.9.0'. +// Returns a string representing the taskwarrior version number, such as +// '1.9.0'. static int api_task_version (lua_State* L) { lua_pushstring (L, PACKAGE_VERSION); diff --git a/src/API.h b/src/API.h index 067fa60d2..49f76e87e 100644 --- a/src/API.h +++ b/src/API.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Att.cpp b/src/Att.cpp index c7ac92479..21233202c 100644 --- a/src/Att.cpp +++ b/src/Att.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Att.h b/src/Att.h index e829c4284..e42c4f7eb 100644 --- a/src/Att.h +++ b/src/Att.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Cmd.cpp b/src/Cmd.cpp index 8e5161dad..b257f3fb7 100644 --- a/src/Cmd.cpp +++ b/src/Cmd.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Cmd.h b/src/Cmd.h index c77229e41..ddc8eaf7d 100644 --- a/src/Cmd.h +++ b/src/Cmd.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Color.cpp b/src/Color.cpp index bc9cc1876..3505acb1d 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Color.h b/src/Color.h index 8fbada9db..21f58cb7f 100644 --- a/src/Color.h +++ b/src/Color.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Column.cpp b/src/Column.cpp index 9b8163381..f0d1eafaa 100644 --- a/src/Column.cpp +++ b/src/Column.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Column.h b/src/Column.h index 7c1ffd1fd..cfa7de82e 100644 --- a/src/Column.h +++ b/src/Column.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Config.cpp b/src/Config.cpp index be9773ab0..6b1568df8 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -46,7 +46,7 @@ // 1) It is used to create a new .taskrc file, by copying it directly to disk. // 2) It is parsed and used as default values for all Config.get calls. std::string Config::defaults = - "# Task program configuration file.\n" + "# Taskwarrior program configuration file.\n" "# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',\n" "# 'man task-tutorial', 'man task-color' or 'man taskrc'\n" "\n" diff --git a/src/Config.h b/src/Config.h index 036529d89..445325016 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Context.cpp b/src/Context.cpp index f5c53f241..8aeb1073f 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -479,7 +479,7 @@ void Context::loadCorrectConfigFile () + "\n\n" + "Would you like a sample " + rc.data - + " created, so task can proceed?")) + + " created, so taskwarrior can proceed?")) throw std::string ("Cannot proceed without rc file."); config.createDefaultRC (rc, data); diff --git a/src/Context.h b/src/Context.h index 7b51ae865..c857adeea 100644 --- a/src/Context.h +++ b/src/Context.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Date.cpp b/src/Date.cpp index cc0ac67ba..93b3a6c3d 100644 --- a/src/Date.cpp +++ b/src/Date.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Date.h b/src/Date.h index 39195d520..c6e7fadea 100644 --- a/src/Date.h +++ b/src/Date.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Directory.cpp b/src/Directory.cpp index 02a55b844..496381d6e 100644 --- a/src/Directory.cpp +++ b/src/Directory.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/Directory.h b/src/Directory.h index 5f48107a2..81c97ba59 100644 --- a/src/Directory.h +++ b/src/Directory.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/Duration.cpp b/src/Duration.cpp index e833adfad..1e5f2aa4b 100644 --- a/src/Duration.cpp +++ b/src/Duration.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Duration.h b/src/Duration.h index cb5e7982a..8bead887a 100644 --- a/src/Duration.h +++ b/src/Duration.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/File.cpp b/src/File.cpp index 740a63215..b65eb7bbb 100644 --- a/src/File.cpp +++ b/src/File.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/File.h b/src/File.h index 10e6c6b3f..b6fa67cee 100644 --- a/src/File.h +++ b/src/File.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/Filter.cpp b/src/Filter.cpp index c1f60753f..4fcd6ff81 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Filter.h b/src/Filter.h index a5bc67a63..cb68ccd23 100644 --- a/src/Filter.h +++ b/src/Filter.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Grid.cpp b/src/Grid.cpp index 42ba0dea8..4c8fa5385 100644 --- a/src/Grid.cpp +++ b/src/Grid.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Grid.h b/src/Grid.h index fd548df6a..3106a7fb3 100644 --- a/src/Grid.h +++ b/src/Grid.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 6f7ed85b7..e2c1aa2de 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Hooks.h b/src/Hooks.h index c9b8ce818..24a146f44 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Keymap.cpp b/src/Keymap.cpp index b424cd62a..6e669bbed 100644 --- a/src/Keymap.cpp +++ b/src/Keymap.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Keymap.h b/src/Keymap.h index 3cc6d6ad8..e99f48271 100644 --- a/src/Keymap.h +++ b/src/Keymap.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Location.cpp b/src/Location.cpp index 4e2055648..050e8e97d 100644 --- a/src/Location.cpp +++ b/src/Location.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Location.h b/src/Location.h index fbf36986a..d0bbdce57 100644 --- a/src/Location.h +++ b/src/Location.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Nibbler.cpp b/src/Nibbler.cpp index ddefbc561..286d3f591 100644 --- a/src/Nibbler.cpp +++ b/src/Nibbler.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Nibbler.h b/src/Nibbler.h index fe318dc57..0b5651f11 100644 --- a/src/Nibbler.h +++ b/src/Nibbler.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Path.cpp b/src/Path.cpp index 04b6c4706..7293bdb71 100644 --- a/src/Path.cpp +++ b/src/Path.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/Path.h b/src/Path.h index b934d0ba3..f67d78d59 100644 --- a/src/Path.h +++ b/src/Path.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/Permission.cpp b/src/Permission.cpp index 7e2520f28..b62be6857 100644 --- a/src/Permission.cpp +++ b/src/Permission.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Permission.h b/src/Permission.h index 6a3246599..4344a41d8 100644 --- a/src/Permission.h +++ b/src/Permission.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Record.cpp b/src/Record.cpp index 6ede56aae..6b359f596 100644 --- a/src/Record.cpp +++ b/src/Record.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Record.h b/src/Record.h index 8d740c06c..35c893d05 100644 --- a/src/Record.h +++ b/src/Record.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Sequence.cpp b/src/Sequence.cpp index 86b4a3b5d..0d87802d0 100644 --- a/src/Sequence.cpp +++ b/src/Sequence.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Sequence.h b/src/Sequence.h index 13485ee0d..b512b9539 100644 --- a/src/Sequence.h +++ b/src/Sequence.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/StringTable.cpp b/src/StringTable.cpp index ebf61c508..b67c716b4 100644 --- a/src/StringTable.cpp +++ b/src/StringTable.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/StringTable.h b/src/StringTable.h index da308505a..53a1bb5ac 100644 --- a/src/StringTable.h +++ b/src/StringTable.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Subst.cpp b/src/Subst.cpp index cd442bd3a..0135c575c 100644 --- a/src/Subst.cpp +++ b/src/Subst.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Subst.h b/src/Subst.h index 9af7a9a66..e203f2640 100644 --- a/src/Subst.h +++ b/src/Subst.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/TDB.cpp b/src/TDB.cpp index 4daa7ed16..36f52bcb6 100644 --- a/src/TDB.cpp +++ b/src/TDB.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -1261,7 +1261,7 @@ void TDB::merge (const std::string& mergeFile) DEBUG_STR (" scanning right side"); if (tmod_r > tmod_l) mods.push_front (tmod_r); - + std::list::iterator tmp_it = rmod_rit.base (); rmods.erase (--tmp_it); rmod_rit--; diff --git a/src/TDB.h b/src/TDB.h index 33fd1ae8f..c92134005 100644 --- a/src/TDB.h +++ b/src/TDB.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Table.cpp b/src/Table.cpp index a9817e00e..1899b314a 100644 --- a/src/Table.cpp +++ b/src/Table.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Table.h b/src/Table.h index 29e3ad12d..f34ce579d 100644 --- a/src/Table.h +++ b/src/Table.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Task.cpp b/src/Task.cpp index 4fba4d91c..274cd781a 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. @@ -164,7 +164,7 @@ void Task::legacyParse (const std::string& line) { // File format version 1, from 2006.11.27 - 2007.12.31 case 1: - throw std::string ("Task no longer supports file format 1, originally used " + throw std::string ("Taskwarrior no longer supports file format 1, originally used " "between 27 November 2006 and 31 December 2007."); // TODO i18n break; @@ -328,7 +328,7 @@ void Task::legacyParse (const std::string& line) break; default: - throw std::string ("Unrecognized task file format."); // TODO i18n + throw std::string ("Unrecognized taskwarrior file format."); // TODO i18n break; } } diff --git a/src/Task.h b/src/Task.h index 81b52fa7f..df28cee29 100644 --- a/src/Task.h +++ b/src/Task.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/Taskmod.cpp b/src/Taskmod.cpp index 37a2510af..8ad7a6c77 100644 --- a/src/Taskmod.cpp +++ b/src/Taskmod.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Johannes Schlatow. // All rights reserved. diff --git a/src/Taskmod.h b/src/Taskmod.h index 59f0e1da8..e963538dd 100644 --- a/src/Taskmod.h +++ b/src/Taskmod.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Johannes Schlatow. // All rights reserved. diff --git a/src/Timer.cpp b/src/Timer.cpp index 51edf4c70..31b1b1813 100644 --- a/src/Timer.cpp +++ b/src/Timer.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/Timer.h b/src/Timer.h index dd845982d..73c370637 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/command.cpp b/src/command.cpp index 47db3c46a..d14af3f35 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. @@ -626,8 +626,8 @@ int handleVersion (std::string &outs) disclaimer.setColumnWidth (0, Table::flexible); disclaimer.setColumnJustification (0, Table::left); disclaimer.addCell (disclaimer.addRow (), 0, - "Task may be copied only under the terms of the GNU General Public " - "License, which may be found in the task source kit."); + "Taskwarrior may be copied only under the terms of the GNU General Public " + "License, which may be found in the taskwarrior source kit."); // Create a table for the URL. Table link; @@ -636,7 +636,7 @@ int handleVersion (std::string &outs) link.setColumnWidth (0, Table::flexible); link.setColumnJustification (0, Table::left); link.addCell (link.addRow (), 0, - "Documentation for task can be found using 'man task', 'man taskrc', " + "Documentation for taskwarrior can be found using 'man task', 'man taskrc', " "'man task-tutorial', 'man task-color', 'man task-faq' or at " "http://taskwarrior.org"); diff --git a/src/custom.cpp b/src/custom.cpp index 50c1c1c49..9ec1240f2 100644 --- a/src/custom.cpp +++ b/src/custom.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/dependency.cpp b/src/dependency.cpp index 19d01b82f..a049d7cea 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/edit.cpp b/src/edit.cpp index 6759bb51f..056566599 100644 --- a/src/edit.cpp +++ b/src/edit.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -115,17 +115,17 @@ static std::string formatTask (Task task) before << "# The 'task edit ' command allows you to modify all aspects of a task" << std::endl << "# using a text editor. What is shown below is a representation of the" << std::endl << "# task in all it's detail. Modify what you wish, and if you save and" << std::endl - << "# quit your editor, task will read this file and try to make sense of" << std::endl - << "# what changed, and apply those changes. If you quit your editor without" << std::endl - << "# saving or making any modifications, task will do nothing." << std::endl + << "# quit your editor, taskwarrior will read this file and try to make sense" << std::endl + << "# of what changed, and apply those changes. If you quit your editor" << std::endl + << "# without saving or making any modifications, taskwarrior will do nothing."<< std::endl << "#" << std::endl << "# Lines that begin with # represent data you cannot change, like ID." << std::endl - << "# If you get too 'creative' with your editing, task will dump you back " << std::endl - << "# into the editor to try again." << std::endl + << "# If you get too 'creative' with your editing, taskwarrior will dump you" << std::endl + << "# back into the editor to try again." << std::endl << "#" << std::endl << "# Should you find yourself in an endless Groundhog Day loop, editing and" << std::endl << "# editing the same file, just quit the editor without making any changes." << std::endl - << "# Task will notice this and stop the editing." << std::endl + << "# Taskwarrior will notice this and stop the editing." << std::endl << "#" << std::endl << "# Name Editable details" << std::endl << "# ----------------- ----------------------------------------------------" << std::endl @@ -590,7 +590,7 @@ ARE_THESE_REALLY_HARMFUL: before = after; File::write (file.str (), before); - if (confirm ("Task couldn't handle your edits. Would you like to try again?")) + if (confirm ("Taskwarrior couldn't handle your edits. Would you like to try again?")) goto ARE_THESE_REALLY_HARMFUL; } } diff --git a/src/export.cpp b/src/export.cpp index d7e8e1606..6a5ef49df 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/i18n.h b/src/i18n.h index 568052aa7..259eb005f 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/import.cpp b/src/import.cpp index 535d8ecde..db376aa5f 100644 --- a/src/import.cpp +++ b/src/import.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -1289,23 +1289,23 @@ int handleImport (std::string &outs) std::string identifier; switch (type) { - case task_1_4_3: identifier = "This looks like an older task export file."; break; - case task_1_5_0: identifier = "This looks like a recent task export file."; break; - case task_1_6_0: identifier = "This looks like a current task export file."; break; - case task_cmd_line: identifier = "This looks like task command line arguments."; break; - case todo_sh_2_0: identifier = "This looks like a todo.sh 2.x file."; break; - case csv: identifier = "This looks like a CSV file, but not a task export file."; break; - case yaml: identifier = "This looks like a YAML file."; break; - case text: identifier = "This looks like a text file with one task per line."; break; + case task_1_4_3: identifier = "This looks like an older taskwarrior export file."; break; + case task_1_5_0: identifier = "This looks like a recent taskwarrior export file."; break; + case task_1_6_0: identifier = "This looks like a current taskwarrior export file."; break; + case task_cmd_line: identifier = "This looks like taskwarrior command line arguments."; break; + case todo_sh_2_0: identifier = "This looks like a todo.sh 2.x file."; break; + case csv: identifier = "This looks like a CSV file, but not a taskwarrior export file."; break; + case yaml: identifier = "This looks like a YAML file."; break; + case text: identifier = "This looks like a text file with one task per line."; break; case not_a_clue: - throw std::string ("Task cannot determine which type of file this is, " - "and cannot proceed."); + throw std::string ("Taskwarrior cannot determine which type of file " + "this is, and cannot proceed."); } // For tty users, confirm the import, as it is destructive. if (isatty (fileno (stdout))) if (! confirm (identifier + " Okay to proceed?")) - throw std::string ("Task will not import any data."); + throw std::string ("Taskwarrior will not import any data."); // Determine which type it might be, then attempt an import. switch (type) diff --git a/src/interactive.cpp b/src/interactive.cpp index 7614ae5fd..2b65ec51c 100644 --- a/src/interactive.cpp +++ b/src/interactive.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. @@ -82,7 +82,7 @@ int Context::interactive () while (command != "quit") { // Render title. - std::string title = "task 2.0.0"; + std::string title = "taskwarrior 3.0.0"; while ((int) title.length () < width) title += " "; @@ -91,8 +91,8 @@ int Context::interactive () bkgdset (COLOR_PAIR (2)); int line = height / 2; - mvprintw (line, width / 2 - 16, " I n t e r a c t i v e t a s k "); - mvprintw (line + 1, width / 2 - 16, " Coming in version 2.0.0 "); + mvprintw (line, width / 2 - 24, " I n t e r a c t i v e t a s k w a r r i o r "); + mvprintw (line + 1, width / 2 - 24, " Coming in version 3.0.0 "); std::string footer = "Press 'q' to quit."; while ((int) footer.length () < width) @@ -127,8 +127,8 @@ int Context::interactive () #else throw stringtable.get (INTERACTIVE_NO_NCURSES, - "Interactive task is only available when built with ncurses " - "support."); + "Interactive taskwarrior is only available when built " + "with ncurses support."); #endif } diff --git a/src/main.cpp b/src/main.cpp index 2c9a8733d..6ee83225f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/main.h b/src/main.h index 5b3903c30..4bf60f73f 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/recur.cpp b/src/recur.cpp index d55057099..6e8d33d90 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/report.cpp b/src/report.cpp index c6b4d3724..0aa07265d 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. @@ -250,9 +250,9 @@ int shortUsage (std::string &outs) std::stringstream out; out << table.render () << std::endl - << "Documentation for task can be found using 'man task', 'man taskrc', " - << "'man task-tutorial', 'man task-color', 'man task-faq' or at " - << "http://taskwarrior.org" + << "Documentation for taskwarrior can be found using 'man task', " + << "'man taskrc', 'man task-tutorial', 'man task-color', 'man task-faq' " + << "or at http://taskwarrior.org" << std::endl << std::endl; @@ -327,7 +327,7 @@ int longUsage (std::string &outs) << " task add \"quoted ' quote\"" << "\n" << " task add escaped \\' quote" << "\n" << "\n" - << "The argument -- tells task to treat all other args as description." << "\n" + << "The argument -- tells taskwarrior to treat all other args as description." << "\n" << " task add -- project:Home needs scheduling" << "\n" << "\n" << "Many characters have special meaning to the shell, including:" << "\n" diff --git a/src/rules.cpp b/src/rules.cpp index d65d5ae46..0d576f978 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/rx.cpp b/src/rx.cpp index a68e5438a..dc6fe2b7e 100644 --- a/src/rx.cpp +++ b/src/rx.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/rx.h b/src/rx.h index a0a271f36..48b50d3c3 100644 --- a/src/rx.h +++ b/src/rx.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/tests/abbreviation.t b/src/tests/abbreviation.t index e08103103..6a65dcab7 100755 --- a/src/tests/abbreviation.t +++ b/src/tests/abbreviation.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. @@ -68,25 +68,25 @@ unlike ($output, qr/\bwithout\b/, 'pri:H without'); # Test the version command abbreviations. $output = qx{../task rc:abbrev.rc version}; -like ($output, qr/GNU General Public License/, 'version'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'version'); $output = qx{../task rc:abbrev.rc versio}; -like ($output, qr/GNU General Public License/, 'versio'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'versio'); $output = qx{../task rc:abbrev.rc versi}; -like ($output, qr/GNU General Public License/, 'versi'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'versi'); $output = qx{../task rc:abbrev.rc vers}; -like ($output, qr/GNU General Public License/, 'vers'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'vers'); $output = qx{../task rc:abbrev.rc ver}; -like ($output, qr/GNU General Public License/, 'ver'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'ver'); $output = qx{../task rc:abbrev.rc ve}; -like ($output, qr/GNU General Public License/, 've'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 've'); $output = qx{../task rc:abbrev.rc v}; -like ($output, qr/GNU General Public License/, 'v'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'v'); # Cleanup. unlink 'pending.data'; diff --git a/src/tests/add.t b/src/tests/add.t index 8cb586ba8..91c72434c 100755 --- a/src/tests/add.t +++ b/src/tests/add.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/alias.t b/src/tests/alias.t index e95b552b7..28112f2e9 100755 --- a/src/tests/alias.t +++ b/src/tests/alias.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/annotate.t b/src/tests/annotate.t index fae9bae15..6cbe38b20 100755 --- a/src/tests/annotate.t +++ b/src/tests/annotate.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/append.t b/src/tests/append.t index 6a7eab02f..d8b45a685 100755 --- a/src/tests/append.t +++ b/src/tests/append.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/args.t b/src/tests/args.t index bb9fec2bb..a51edaa97 100755 --- a/src/tests/args.t +++ b/src/tests/args.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/att.t.cpp b/src/tests/att.t.cpp index 06810771c..85ca97a29 100644 --- a/src/tests/att.t.cpp +++ b/src/tests/att.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/autocomplete.t.cpp b/src/tests/autocomplete.t.cpp index 9fd662073..6d2001227 100644 --- a/src/tests/autocomplete.t.cpp +++ b/src/tests/autocomplete.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/basic.t b/src/tests/basic.t index c33a569f0..b3a087e41 100755 --- a/src/tests/basic.t +++ b/src/tests/basic.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. @@ -49,7 +49,7 @@ like ($output, qr/You must specify a command, or a task ID to modify/m, 'missing # Test the version command. $output = qx{../task rc:basic.rc version}; like ($output, qr/task $version/, 'version - task version number'); -like ($output, qr/GNU General Public License/, 'version - license'); +like ($output, qr/GNU\s+General\s+Public\s+License/, 'version - license'); like ($output, qr/http:\/\/taskwarrior\.org/, 'version - url'); # Test the _version command. diff --git a/src/tests/benchmark.t b/src/tests/benchmark.t index 2f5003669..788bab3ac 100755 --- a/src/tests/benchmark.t +++ b/src/tests/benchmark.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/benchmark2.t b/src/tests/benchmark2.t index 5c944270b..a6c6f7f7c 100755 --- a/src/tests/benchmark2.t +++ b/src/tests/benchmark2.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.299.t b/src/tests/bug.299.t index 061b5408b..263a8a85c 100755 --- a/src/tests/bug.299.t +++ b/src/tests/bug.299.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.327.t b/src/tests/bug.327.t index a95710bbe..bd4b79b5c 100755 --- a/src/tests/bug.327.t +++ b/src/tests/bug.327.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.360.t b/src/tests/bug.360.t index 8ea013533..9fd8f0541 100755 --- a/src/tests/bug.360.t +++ b/src/tests/bug.360.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.368.t b/src/tests/bug.368.t index 8b2e25f5d..5045322e4 100755 --- a/src/tests/bug.368.t +++ b/src/tests/bug.368.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.414.t b/src/tests/bug.414.t index 3305a39d6..f2fb8c70b 100755 --- a/src/tests/bug.414.t +++ b/src/tests/bug.414.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.417.t b/src/tests/bug.417.t index 1ef893c15..3e41440ea 100755 --- a/src/tests/bug.417.t +++ b/src/tests/bug.417.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.418.t b/src/tests/bug.418.t index c4fda2749..6fcf493da 100755 --- a/src/tests/bug.418.t +++ b/src/tests/bug.418.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.425.t b/src/tests/bug.425.t index 214d01daf..2aff2255a 100755 --- a/src/tests/bug.425.t +++ b/src/tests/bug.425.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.434.t b/src/tests/bug.434.t index d1d62d61d..94db71528 100755 --- a/src/tests/bug.434.t +++ b/src/tests/bug.434.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.438.t b/src/tests/bug.438.t index e8f215b06..36f8e1069 100755 --- a/src/tests/bug.438.t +++ b/src/tests/bug.438.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.440.t b/src/tests/bug.440.t index 254ac3922..c9af360ea 100755 --- a/src/tests/bug.440.t +++ b/src/tests/bug.440.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.441.t b/src/tests/bug.441.t index d044494d3..fa0fc1b06 100755 --- a/src/tests/bug.441.t +++ b/src/tests/bug.441.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.455.t b/src/tests/bug.455.t index 1ad93f210..38bdd1db8 100755 --- a/src/tests/bug.455.t +++ b/src/tests/bug.455.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.466.t b/src/tests/bug.466.t index 94d48ad95..78d0fb83e 100755 --- a/src/tests/bug.466.t +++ b/src/tests/bug.466.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.annotate.t b/src/tests/bug.annotate.t index dc904ba04..d4227e862 100755 --- a/src/tests/bug.annotate.t +++ b/src/tests/bug.annotate.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.annual.t b/src/tests/bug.annual.t index e915e5b5b..cc17b2d32 100755 --- a/src/tests/bug.annual.t +++ b/src/tests/bug.annual.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.before.t b/src/tests/bug.before.t index 092fd0ecd..e862f6c55 100755 --- a/src/tests/bug.before.t +++ b/src/tests/bug.before.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.bulk.t b/src/tests/bug.bulk.t index b0e41adf9..cb924509d 100755 --- a/src/tests/bug.bulk.t +++ b/src/tests/bug.bulk.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.cal.t b/src/tests/bug.cal.t index c39902c6e..e068001dc 100755 --- a/src/tests/bug.cal.t +++ b/src/tests/bug.cal.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.concat.t b/src/tests/bug.concat.t index 14d622556..3aed54de4 100755 --- a/src/tests/bug.concat.t +++ b/src/tests/bug.concat.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.hang.t b/src/tests/bug.hang.t index 9ed92347f..2d5360f0d 100755 --- a/src/tests/bug.hang.t +++ b/src/tests/bug.hang.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.hasnt.t b/src/tests/bug.hasnt.t index 6af30a30d..d6e373273 100755 --- a/src/tests/bug.hasnt.t +++ b/src/tests/bug.hasnt.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.period.t b/src/tests/bug.period.t index 50a660785..a548104ad 100755 --- a/src/tests/bug.period.t +++ b/src/tests/bug.period.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.range.t b/src/tests/bug.range.t index 92fb6c7b4..c00f8200d 100755 --- a/src/tests/bug.range.t +++ b/src/tests/bug.range.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.recur.t b/src/tests/bug.recur.t index 89059e67b..61fa49918 100755 --- a/src/tests/bug.recur.t +++ b/src/tests/bug.recur.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.sort.t b/src/tests/bug.sort.t index 13e1f345a..70a6b379f 100755 --- a/src/tests/bug.sort.t +++ b/src/tests/bug.sort.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.start.extra.t b/src/tests/bug.start.extra.t index fcfc19151..fcad6b5b2 100755 --- a/src/tests/bug.start.extra.t +++ b/src/tests/bug.start.extra.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.summary.t b/src/tests/bug.summary.t index 8ea988616..328f2e6b2 100755 --- a/src/tests/bug.summary.t +++ b/src/tests/bug.summary.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/bug.uuid.t b/src/tests/bug.uuid.t index fd7c40b06..e1db30d91 100755 --- a/src/tests/bug.uuid.t +++ b/src/tests/bug.uuid.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/cal.t b/src/tests/cal.t index c4220e13d..45f86bf1d 100755 --- a/src/tests/cal.t +++ b/src/tests/cal.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez. ## All rights reserved. diff --git a/src/tests/caseless.t b/src/tests/caseless.t index 112c0947c..730bfa8e0 100755 --- a/src/tests/caseless.t +++ b/src/tests/caseless.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/cmd.t.cpp b/src/tests/cmd.t.cpp index 61fe4d33c..9d20e0b8b 100644 --- a/src/tests/cmd.t.cpp +++ b/src/tests/cmd.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/color.active.t b/src/tests/color.active.t index 0630f100a..2cf976002 100755 --- a/src/tests/color.active.t +++ b/src/tests/color.active.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.blocked.t b/src/tests/color.blocked.t index 6ee71bb30..1b4c0f6a1 100755 --- a/src/tests/color.blocked.t +++ b/src/tests/color.blocked.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.deprecated.t b/src/tests/color.deprecated.t index 74d176b18..6d16d82ed 100755 --- a/src/tests/color.deprecated.t +++ b/src/tests/color.deprecated.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.disable.t b/src/tests/color.disable.t index e46b7f592..4539af9ed 100755 --- a/src/tests/color.disable.t +++ b/src/tests/color.disable.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.due.t b/src/tests/color.due.t index 4014cfcbb..3860f437e 100755 --- a/src/tests/color.due.t +++ b/src/tests/color.due.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.duetoday.t b/src/tests/color.duetoday.t index 8615bbe43..482b969d8 100755 --- a/src/tests/color.duetoday.t +++ b/src/tests/color.duetoday.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.keyword.t b/src/tests/color.keyword.t index 4cc3a3f67..8b09f946f 100755 --- a/src/tests/color.keyword.t +++ b/src/tests/color.keyword.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.overdue.t b/src/tests/color.overdue.t index 8e6082be6..fab6e6490 100755 --- a/src/tests/color.overdue.t +++ b/src/tests/color.overdue.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.pri.t b/src/tests/color.pri.t index ad23cd3e5..9730adb89 100755 --- a/src/tests/color.pri.t +++ b/src/tests/color.pri.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.project.t b/src/tests/color.project.t index a401318f9..9e9305d12 100755 --- a/src/tests/color.project.t +++ b/src/tests/color.project.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.recurring.t b/src/tests/color.recurring.t index 1036f2945..cdf0434df 100755 --- a/src/tests/color.recurring.t +++ b/src/tests/color.recurring.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.t.cpp b/src/tests/color.t.cpp index 8a06ca317..c135c01ef 100644 --- a/src/tests/color.t.cpp +++ b/src/tests/color.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/color.tag.t b/src/tests/color.tag.t index 8275d3d10..1bbc5622f 100755 --- a/src/tests/color.tag.t +++ b/src/tests/color.tag.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/color.tagged.t b/src/tests/color.tagged.t index 2ed7865cd..fb45200f7 100755 --- a/src/tests/color.tagged.t +++ b/src/tests/color.tagged.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/completed.t b/src/tests/completed.t index c911df661..8e65e26b7 100755 --- a/src/tests/completed.t +++ b/src/tests/completed.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/config.obsolete.t b/src/tests/config.obsolete.t index dc5186ffd..497e78cd5 100755 --- a/src/tests/config.obsolete.t +++ b/src/tests/config.obsolete.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/config.t.cpp b/src/tests/config.t.cpp index 3191218e3..e788b4d2a 100644 --- a/src/tests/config.t.cpp +++ b/src/tests/config.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/confirmation.t b/src/tests/confirmation.t index d41f3cc3c..324800637 100755 --- a/src/tests/confirmation.t +++ b/src/tests/confirmation.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/countdown.t b/src/tests/countdown.t index a1bc5d004..afffc2582 100755 --- a/src/tests/countdown.t +++ b/src/tests/countdown.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/custom.columns.t b/src/tests/custom.columns.t index b5a5aa1c7..5efbfb0b9 100755 --- a/src/tests/custom.columns.t +++ b/src/tests/custom.columns.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/custom.priority_long.t b/src/tests/custom.priority_long.t index 38fd097a6..23f149ef8 100755 --- a/src/tests/custom.priority_long.t +++ b/src/tests/custom.priority_long.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/custom.recur_ind.t b/src/tests/custom.recur_ind.t index f666d8bbc..de9eed763 100755 --- a/src/tests/custom.recur_ind.t +++ b/src/tests/custom.recur_ind.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/custom.t b/src/tests/custom.t index 3afb2406b..0e5bd2c84 100755 --- a/src/tests/custom.t +++ b/src/tests/custom.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/custom.tag_ind.t b/src/tests/custom.tag_ind.t index 0ac3bdfe1..207494bbb 100755 --- a/src/tests/custom.tag_ind.t +++ b/src/tests/custom.tag_ind.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/date.t.cpp b/src/tests/date.t.cpp index b013ff300..4df1e2569 100644 --- a/src/tests/date.t.cpp +++ b/src/tests/date.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/dateformat.t b/src/tests/dateformat.t index 77b7fb521..0607bd9c9 100755 --- a/src/tests/dateformat.t +++ b/src/tests/dateformat.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/datesort.t b/src/tests/datesort.t index a80510645..6c8dbffbc 100755 --- a/src/tests/datesort.t +++ b/src/tests/datesort.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/default.t b/src/tests/default.t index 3446898af..d1d0f2335 100755 --- a/src/tests/default.t +++ b/src/tests/default.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/delete.t b/src/tests/delete.t index 97d992b52..81c2dd162 100755 --- a/src/tests/delete.t +++ b/src/tests/delete.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/denotate.t b/src/tests/denotate.t index 1cfc66827..f623bf8b9 100755 --- a/src/tests/denotate.t +++ b/src/tests/denotate.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/dependencies.t b/src/tests/dependencies.t index 97d25c841..106c0e400 100755 --- a/src/tests/dependencies.t +++ b/src/tests/dependencies.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/directory.t.cpp b/src/tests/directory.t.cpp index 584a45935..e6a376187 100644 --- a/src/tests/directory.t.cpp +++ b/src/tests/directory.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/tests/due.t b/src/tests/due.t index d74c52e96..8448fcf0e 100755 --- a/src/tests/due.t +++ b/src/tests/due.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/duplicate.t b/src/tests/duplicate.t index 8a82cf22c..1a4e917a9 100755 --- a/src/tests/duplicate.t +++ b/src/tests/duplicate.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/duration.t.cpp b/src/tests/duration.t.cpp index 27e815def..6ccd635c7 100644 --- a/src/tests/duration.t.cpp +++ b/src/tests/duration.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/enpassant.t b/src/tests/enpassant.t index 5fc651dbd..01fa8dcd1 100755 --- a/src/tests/enpassant.t +++ b/src/tests/enpassant.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/export.csv.t b/src/tests/export.csv.t index f1a677328..361c23c8f 100755 --- a/src/tests/export.csv.t +++ b/src/tests/export.csv.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/export.yaml.t b/src/tests/export.yaml.t index 7b1963752..d9fd3bf51 100755 --- a/src/tests/export.yaml.t +++ b/src/tests/export.yaml.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/feature.exit.t b/src/tests/feature.exit.t index 3513983a8..633390607 100755 --- a/src/tests/feature.exit.t +++ b/src/tests/feature.exit.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/file.t.cpp b/src/tests/file.t.cpp index af0b3b9a5..681fe5e91 100644 --- a/src/tests/file.t.cpp +++ b/src/tests/file.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2009, Paul Beckingham. // All rights reserved. diff --git a/src/tests/filt.t.cpp b/src/tests/filt.t.cpp index 2a8664836..0370caa54 100644 --- a/src/tests/filt.t.cpp +++ b/src/tests/filt.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/filter.t b/src/tests/filter.t index 65b4ec2d2..93463996d 100755 --- a/src/tests/filter.t +++ b/src/tests/filter.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/fontunderline.t b/src/tests/fontunderline.t index 0a3065424..c879ee062 100755 --- a/src/tests/fontunderline.t +++ b/src/tests/fontunderline.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/grid.t.cpp b/src/tests/grid.t.cpp index 93fed973b..8cc08ecb7 100644 --- a/src/tests/grid.t.cpp +++ b/src/tests/grid.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/history.annual.t b/src/tests/history.annual.t index 015fb7a38..11089077b 100755 --- a/src/tests/history.annual.t +++ b/src/tests/history.annual.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/history.monthly.t b/src/tests/history.monthly.t index 3b12aa52f..606044426 100755 --- a/src/tests/history.monthly.t +++ b/src/tests/history.monthly.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_debug.t b/src/tests/hook.api.task_debug.t index fd553138f..976f2c25d 100755 --- a/src/tests/hook.api.task_debug.t +++ b/src/tests/hook.api.task_debug.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_exit.t b/src/tests/hook.api.task_exit.t index 60deeb45d..8ce4a665f 100755 --- a/src/tests/hook.api.task_exit.t +++ b/src/tests/hook.api.task_exit.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_feature.t b/src/tests/hook.api.task_feature.t index 891c50460..56920dbdd 100755 --- a/src/tests/hook.api.task_feature.t +++ b/src/tests/hook.api.task_feature.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_footnote.t b/src/tests/hook.api.task_footnote.t index b4c38d820..24b25e02c 100755 --- a/src/tests/hook.api.task_footnote.t +++ b/src/tests/hook.api.task_footnote.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_config.t b/src/tests/hook.api.task_get_config.t index 8a4f5679e..2b0c84bd3 100755 --- a/src/tests/hook.api.task_get_config.t +++ b/src/tests/hook.api.task_get_config.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_description.t b/src/tests/hook.api.task_get_description.t index 10aaada06..541a8d038 100755 --- a/src/tests/hook.api.task_get_description.t +++ b/src/tests/hook.api.task_get_description.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_due.t b/src/tests/hook.api.task_get_due.t index 0d4ca12d0..668a150bc 100755 --- a/src/tests/hook.api.task_get_due.t +++ b/src/tests/hook.api.task_get_due.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_end.t b/src/tests/hook.api.task_get_end.t index 6144c305c..b5ac7e8d2 100755 --- a/src/tests/hook.api.task_get_end.t +++ b/src/tests/hook.api.task_get_end.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_entry.t b/src/tests/hook.api.task_get_entry.t index c55786656..8c183171b 100755 --- a/src/tests/hook.api.task_get_entry.t +++ b/src/tests/hook.api.task_get_entry.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_priority.t b/src/tests/hook.api.task_get_priority.t index a0fb8db23..9e228adf7 100755 --- a/src/tests/hook.api.task_get_priority.t +++ b/src/tests/hook.api.task_get_priority.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_project.t b/src/tests/hook.api.task_get_project.t index 8842c9a3c..04adb3cb0 100755 --- a/src/tests/hook.api.task_get_project.t +++ b/src/tests/hook.api.task_get_project.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_start.t b/src/tests/hook.api.task_get_start.t index adae49233..5d730fce9 100755 --- a/src/tests/hook.api.task_get_start.t +++ b/src/tests/hook.api.task_get_start.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_status.t b/src/tests/hook.api.task_get_status.t index 67f7a491e..10537bfe6 100755 --- a/src/tests/hook.api.task_get_status.t +++ b/src/tests/hook.api.task_get_status.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_until.t b/src/tests/hook.api.task_get_until.t index 59421f45e..b27afa8e5 100755 --- a/src/tests/hook.api.task_get_until.t +++ b/src/tests/hook.api.task_get_until.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_uuid.t b/src/tests/hook.api.task_get_uuid.t index 5223db26c..a4a0c8e6e 100755 --- a/src/tests/hook.api.task_get_uuid.t +++ b/src/tests/hook.api.task_get_uuid.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_get_wait.t b/src/tests/hook.api.task_get_wait.t index c36a483ab..1cd7135a0 100755 --- a/src/tests/hook.api.task_get_wait.t +++ b/src/tests/hook.api.task_get_wait.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_header.t b/src/tests/hook.api.task_header.t index 6a9007923..d7efe6b2d 100755 --- a/src/tests/hook.api.task_header.t +++ b/src/tests/hook.api.task_header.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_lua_version.t b/src/tests/hook.api.task_lua_version.t index 5b1ca5f64..e3d8d1010 100755 --- a/src/tests/hook.api.task_lua_version.t +++ b/src/tests/hook.api.task_lua_version.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_os.t b/src/tests/hook.api.task_os.t index b59648a4e..68d2271ab 100755 --- a/src/tests/hook.api.task_os.t +++ b/src/tests/hook.api.task_os.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.api.task_version.t b/src/tests/hook.api.task_version.t index 22876d03c..90bb1f40c 100755 --- a/src/tests/hook.api.task_version.t +++ b/src/tests/hook.api.task_version.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-age.t b/src/tests/hook.format-age.t index a70cc2981..1f4fa5775 100755 --- a/src/tests/hook.format-age.t +++ b/src/tests/hook.format-age.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-age_compact.t b/src/tests/hook.format-age_compact.t index 0095fefaa..d6f2ffcaf 100755 --- a/src/tests/hook.format-age_compact.t +++ b/src/tests/hook.format-age_compact.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-countdown.t b/src/tests/hook.format-countdown.t index cc5e2bb4b..876916b5c 100755 --- a/src/tests/hook.format-countdown.t +++ b/src/tests/hook.format-countdown.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-countdown_compact.t b/src/tests/hook.format-countdown_compact.t index b3609641a..3182284b4 100755 --- a/src/tests/hook.format-countdown_compact.t +++ b/src/tests/hook.format-countdown_compact.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-depends.t b/src/tests/hook.format-depends.t index 169b34926..0ba0ff0bc 100755 --- a/src/tests/hook.format-depends.t +++ b/src/tests/hook.format-depends.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-description.t b/src/tests/hook.format-description.t index 3e0cd945e..e3d0607b9 100755 --- a/src/tests/hook.format-description.t +++ b/src/tests/hook.format-description.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-description_only.t b/src/tests/hook.format-description_only.t index 3b8eec31c..944e630f6 100755 --- a/src/tests/hook.format-description_only.t +++ b/src/tests/hook.format-description_only.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-due.t b/src/tests/hook.format-due.t index 0a60e0320..8eed7b3b5 100755 --- a/src/tests/hook.format-due.t +++ b/src/tests/hook.format-due.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-end.t b/src/tests/hook.format-end.t index 3ead3f1db..21b9c021b 100755 --- a/src/tests/hook.format-end.t +++ b/src/tests/hook.format-end.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-entry.t b/src/tests/hook.format-entry.t index 0d9b827a6..3271b5610 100755 --- a/src/tests/hook.format-entry.t +++ b/src/tests/hook.format-entry.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-id.t b/src/tests/hook.format-id.t index 36b9ec461..15257c9f3 100755 --- a/src/tests/hook.format-id.t +++ b/src/tests/hook.format-id.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-priority-long.t b/src/tests/hook.format-priority-long.t index 91280b864..9b555ed5f 100755 --- a/src/tests/hook.format-priority-long.t +++ b/src/tests/hook.format-priority-long.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-priority.t b/src/tests/hook.format-priority.t index 5fab858ba..4fcb6845d 100755 --- a/src/tests/hook.format-priority.t +++ b/src/tests/hook.format-priority.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-project.t b/src/tests/hook.format-project.t index 42da13a50..ea52a0502 100755 --- a/src/tests/hook.format-project.t +++ b/src/tests/hook.format-project.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-prompt.t b/src/tests/hook.format-prompt.t index f9789b6aa..65b228b02 100755 --- a/src/tests/hook.format-prompt.t +++ b/src/tests/hook.format-prompt.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-recur.t b/src/tests/hook.format-recur.t index 88e6e2286..2bc726da4 100755 --- a/src/tests/hook.format-recur.t +++ b/src/tests/hook.format-recur.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-start.t b/src/tests/hook.format-start.t index 01ccd6334..fd8508e99 100755 --- a/src/tests/hook.format-start.t +++ b/src/tests/hook.format-start.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-tags.t b/src/tests/hook.format-tags.t index 8c71d4613..80fb7bb2b 100755 --- a/src/tests/hook.format-tags.t +++ b/src/tests/hook.format-tags.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-uuid.t b/src/tests/hook.format-uuid.t index 3f44301ce..3d93084d8 100755 --- a/src/tests/hook.format-uuid.t +++ b/src/tests/hook.format-uuid.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.format-wait.t b/src/tests/hook.format-wait.t index 788c6cb2c..9fc136132 100755 --- a/src/tests/hook.format-wait.t +++ b/src/tests/hook.format-wait.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.post-start.t b/src/tests/hook.post-start.t index 76798a294..6f2fc639f 100755 --- a/src/tests/hook.post-start.t +++ b/src/tests/hook.post-start.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.pre-completed.t b/src/tests/hook.pre-completed.t index 5dc188ae8..7fb60bdff 100755 --- a/src/tests/hook.pre-completed.t +++ b/src/tests/hook.pre-completed.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/hook.pre-exit.t b/src/tests/hook.pre-exit.t index cdffa0749..be66412ee 100755 --- a/src/tests/hook.pre-exit.t +++ b/src/tests/hook.pre-exit.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.143.t b/src/tests/import.143.t index c4782d5a4..0c583dd75 100755 --- a/src/tests/import.143.t +++ b/src/tests/import.143.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.150.t b/src/tests/import.150.t index edf40a53e..d25ef0563 100755 --- a/src/tests/import.150.t +++ b/src/tests/import.150.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.160.t b/src/tests/import.160.t index 0dbfa5378..6a441dfd6 100755 --- a/src/tests/import.160.t +++ b/src/tests/import.160.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.cmd.t b/src/tests/import.cmd.t index e71dc8bfb..409aafb63 100755 --- a/src/tests/import.cmd.t +++ b/src/tests/import.cmd.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.csv.t b/src/tests/import.csv.t index 41a64f797..1b339e27e 100755 --- a/src/tests/import.csv.t +++ b/src/tests/import.csv.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.todo.t b/src/tests/import.todo.t index 2e15d3606..11df6d39e 100755 --- a/src/tests/import.todo.t +++ b/src/tests/import.todo.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.txt.t b/src/tests/import.txt.t index cf11fdafe..e59146343 100755 --- a/src/tests/import.txt.t +++ b/src/tests/import.txt.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/import.yaml.t b/src/tests/import.yaml.t index 44e14670b..ff178f505 100755 --- a/src/tests/import.yaml.t +++ b/src/tests/import.yaml.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/info.t b/src/tests/info.t index b86593a84..8ae63902b 100755 --- a/src/tests/info.t +++ b/src/tests/info.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/label.t b/src/tests/label.t index 851a96891..af5ec90b8 100755 --- a/src/tests/label.t +++ b/src/tests/label.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/limit.t b/src/tests/limit.t index fa00f5958..b6c73e99c 100755 --- a/src/tests/limit.t +++ b/src/tests/limit.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/list.all.projects.t b/src/tests/list.all.projects.t index 2c6a40769..4db1fbc41 100755 --- a/src/tests/list.all.projects.t +++ b/src/tests/list.all.projects.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/list.all.tags.t b/src/tests/list.all.tags.t index 4a1f6cd1e..59f4deea8 100755 --- a/src/tests/list.all.tags.t +++ b/src/tests/list.all.tags.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/list.t.cpp b/src/tests/list.t.cpp index 1bda911dd..006c59892 100644 --- a/src/tests/list.t.cpp +++ b/src/tests/list.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/log.t b/src/tests/log.t index 4c6100d20..9eb41cb63 100755 --- a/src/tests/log.t +++ b/src/tests/log.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/merge.t b/src/tests/merge.t index 7b0f99aad..beb97e566 100755 --- a/src/tests/merge.t +++ b/src/tests/merge.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/nag.t b/src/tests/nag.t index e5ca0e8f7..623b62228 100755 --- a/src/tests/nag.t +++ b/src/tests/nag.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/next.t b/src/tests/next.t index e33a469bd..bbdb841cd 100755 --- a/src/tests/next.t +++ b/src/tests/next.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/nibbler.t.cpp b/src/tests/nibbler.t.cpp index 3850b9c27..26b83da5e 100644 --- a/src/tests/nibbler.t.cpp +++ b/src/tests/nibbler.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/oldest.t b/src/tests/oldest.t index a0a8c5a72..d29178483 100755 --- a/src/tests/oldest.t +++ b/src/tests/oldest.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/overdue.t b/src/tests/overdue.t index 2a45381e3..871ab91b2 100755 --- a/src/tests/overdue.t +++ b/src/tests/overdue.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/override.t b/src/tests/override.t index c6ca85baf..09e0bc3ec 100755 --- a/src/tests/override.t +++ b/src/tests/override.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/path.t.cpp b/src/tests/path.t.cpp index 462598fac..135c83110 100644 --- a/src/tests/path.t.cpp +++ b/src/tests/path.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/prepend.t b/src/tests/prepend.t index 7d27b3a5b..1eb06fedb 100755 --- a/src/tests/prepend.t +++ b/src/tests/prepend.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/pri_sort.t b/src/tests/pri_sort.t index ed6692568..5ed46f67b 100755 --- a/src/tests/pri_sort.t +++ b/src/tests/pri_sort.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/project.t b/src/tests/project.t index 3e724c107..42e7314f4 100755 --- a/src/tests/project.t +++ b/src/tests/project.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/rc.override.t b/src/tests/rc.override.t index f4df61ad6..c024c4403 100755 --- a/src/tests/rc.override.t +++ b/src/tests/rc.override.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/rc.t b/src/tests/rc.t index 90ae55ff0..176b0665d 100755 --- a/src/tests/rc.t +++ b/src/tests/rc.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/record.t.cpp b/src/tests/record.t.cpp index 2001d4f82..d0b841725 100644 --- a/src/tests/record.t.cpp +++ b/src/tests/record.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/recur.limit.t b/src/tests/recur.limit.t index 9a52cc6f7..d2c4e2e6e 100755 --- a/src/tests/recur.limit.t +++ b/src/tests/recur.limit.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/recur.t b/src/tests/recur.t index 54795d66d..46e697f97 100755 --- a/src/tests/recur.t +++ b/src/tests/recur.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/recur.weekdays.t b/src/tests/recur.weekdays.t index 42193858d..40fa1c6e5 100755 --- a/src/tests/recur.weekdays.t +++ b/src/tests/recur.weekdays.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/roundtrip.t b/src/tests/roundtrip.t index 11193314e..4a8039e93 100755 --- a/src/tests/roundtrip.t +++ b/src/tests/roundtrip.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/rx.t.cpp b/src/tests/rx.t.cpp index 7b17ddfa8..9144162da 100644 --- a/src/tests/rx.t.cpp +++ b/src/tests/rx.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Tegelsten - building blocks for UI +// taskwarrior - a command line task list manager. // // Copyright 2010, Paul Beckingham, Federico Hernandez. // All rights reserved. diff --git a/src/tests/seq.t.cpp b/src/tests/seq.t.cpp index 29f0a48b4..66ef3726f 100644 --- a/src/tests/seq.t.cpp +++ b/src/tests/seq.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/sequence.t b/src/tests/sequence.t index c04e5327d..0e8419db9 100755 --- a/src/tests/sequence.t +++ b/src/tests/sequence.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/shadow.t b/src/tests/shadow.t index 218e00c80..235a40a96 100755 --- a/src/tests/shadow.t +++ b/src/tests/shadow.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/shell.t b/src/tests/shell.t index e5e7f1a94..9049095be 100755 --- a/src/tests/shell.t +++ b/src/tests/shell.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/sorting.t b/src/tests/sorting.t index 032991c56..f3cfced3e 100755 --- a/src/tests/sorting.t +++ b/src/tests/sorting.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/special.t b/src/tests/special.t index e4b7dc8f7..709e69b6d 100755 --- a/src/tests/special.t +++ b/src/tests/special.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/start.t b/src/tests/start.t index e8c1d22bb..792280c02 100755 --- a/src/tests/start.t +++ b/src/tests/start.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/stringtable.t.cpp b/src/tests/stringtable.t.cpp index b97c72811..a5cfda790 100644 --- a/src/tests/stringtable.t.cpp +++ b/src/tests/stringtable.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/subproject.t b/src/tests/subproject.t index f66fd9a06..07120f4ed 100755 --- a/src/tests/subproject.t +++ b/src/tests/subproject.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/subst.t.cpp b/src/tests/subst.t.cpp index 4ba14f88d..ca1dccbe7 100644 --- a/src/tests/subst.t.cpp +++ b/src/tests/subst.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/substitute.t b/src/tests/substitute.t index af09baaf9..22fc2a317 100755 --- a/src/tests/substitute.t +++ b/src/tests/substitute.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/t.benchmark.t.cpp b/src/tests/t.benchmark.t.cpp index 861cd6969..28d6976ab 100644 --- a/src/tests/t.benchmark.t.cpp +++ b/src/tests/t.benchmark.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/t.t.cpp b/src/tests/t.t.cpp index a1dd01dba..c79e2072e 100644 --- a/src/tests/t.t.cpp +++ b/src/tests/t.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/tag.t b/src/tests/tag.t index 9b37c0e8b..4dbc8305a 100755 --- a/src/tests/tag.t +++ b/src/tests/tag.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/taskmod.t.cpp b/src/tests/taskmod.t.cpp index fd4238a8f..ee12ede22 100644 --- a/src/tests/taskmod.t.cpp +++ b/src/tests/taskmod.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/tdb.t.cpp b/src/tests/tdb.t.cpp index a6e5cffc9..7a3bee20a 100644 --- a/src/tests/tdb.t.cpp +++ b/src/tests/tdb.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/test.cpp b/src/tests/test.cpp index eaebb9a88..d29039138 100644 --- a/src/tests/test.cpp +++ b/src/tests/test.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/test.h b/src/tests/test.h index 6054b9682..809fd9cdc 100644 --- a/src/tests/test.h +++ b/src/tests/test.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/text.t.cpp b/src/tests/text.t.cpp index 3abb9c082..b6535839b 100644 --- a/src/tests/text.t.cpp +++ b/src/tests/text.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/timesheet.t b/src/tests/timesheet.t index bd704980c..1b258e3c8 100755 --- a/src/tests/timesheet.t +++ b/src/tests/timesheet.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/undo.t b/src/tests/undo.t index 76b2df42e..98eb60300 100755 --- a/src/tests/undo.t +++ b/src/tests/undo.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/urgency.t b/src/tests/urgency.t index e1a199600..91a869b52 100755 --- a/src/tests/urgency.t +++ b/src/tests/urgency.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/utf8.t b/src/tests/utf8.t index 64339c443..872eae9e5 100755 --- a/src/tests/utf8.t +++ b/src/tests/utf8.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/tests/util.t.cpp b/src/tests/util.t.cpp index 5a96a76c3..216ad052c 100644 --- a/src/tests/util.t.cpp +++ b/src/tests/util.t.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/tests/wait.t b/src/tests/wait.t index 8fed4753c..32189fd05 100755 --- a/src/tests/wait.t +++ b/src/tests/wait.t @@ -1,6 +1,6 @@ #! /usr/bin/perl ################################################################################ -## task - a command line task list manager. +## taskwarrior - a command line task list manager. ## ## Copyright 2006 - 2010, Paul Beckingham. ## All rights reserved. diff --git a/src/text.cpp b/src/text.cpp index 10db6f837..b6aba0fde 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/text.h b/src/text.h index 5356ef626..97c861b61 100644 --- a/src/text.h +++ b/src/text.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/utf8.cpp b/src/utf8.cpp index bd6ea6e10..b224f249a 100644 --- a/src/utf8.cpp +++ b/src/utf8.cpp @@ -478,7 +478,7 @@ int u8_printf(char *fmt, ...) #endif //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/utf8.h b/src/utf8.h index 1d6f3f751..6144124a3 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -73,7 +73,7 @@ int u8_printf(char *fmt, ...); #endif //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/util.cpp b/src/util.cpp index e0dd40ecf..924dba3be 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved. diff --git a/src/util.h b/src/util.h index 4819ec9f0..06ed9214d 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// task - a command line task list manager. +// taskwarrior - a command line task list manager. // // Copyright 2006 - 2010, Paul Beckingham. // All rights reserved.