From 585020ef971a5b06226c831bf948d375eca0f7d2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 12 Jan 2010 08:16:06 -0500 Subject: [PATCH] Documentation - Added a few questions to the FAQ. --- doc/man/task-faq.5 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/man/task-faq.5 b/doc/man/task-faq.5 index ee770e3ac..50ed9cdca 100644 --- a/doc/man/task-faq.5 +++ b/doc/man/task-faq.5 @@ -13,20 +13,20 @@ Welcome to the task FAQ. If you have would like to see a question answered here, please send us a note at . .TP -.B Where does task store the data? +.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. .TP -.B Can I edit that data? +.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. .TP -.B How do I restore my .taskrc file to defaults? +.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: @@ -36,14 +36,14 @@ Task will create 'new-file' if it doesn't already exist. Note that this is a good way to learn about new configuration settings, if your .taskrc file was created by an older version of task. +.TP +.B Q: Can I share my tasks between different machines? +.TP +.B Q: The undo.data file gets very large - do I need it? - - - - - - +.TP +.B Q: How do I know whether my terminal support 256 colors? .SH "CREDITS & COPYRIGHTS" task was written by P. Beckingham .