Documentation

- Added a few questions to the FAQ.
This commit is contained in:
Paul Beckingham 2010-01-12 08:16:06 -05:00
parent e1f3f2355a
commit 585020ef97

View file

@ -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 <support@taskwarrior.org>.
.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 <paul@beckingham.net>.