mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Documentation
- Added a few questions to the FAQ.
This commit is contained in:
parent
e1f3f2355a
commit
585020ef97
1 changed files with 9 additions and 9 deletions
|
@ -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>.
|
here, please send us a note at <support@taskwarrior.org>.
|
||||||
|
|
||||||
.TP
|
.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
|
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
|
with defaults. Task also creates a .task directory in your home directory and
|
||||||
puts data files there.
|
puts data files there.
|
||||||
|
|
||||||
.TP
|
.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
|
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
|
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
|
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.
|
you, so it is probably best to leave those files alone.
|
||||||
|
|
||||||
.TP
|
.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
|
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:
|
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
|
good way to learn about new configuration settings, if your .taskrc file was
|
||||||
created by an older version of task.
|
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"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
task was written by P. Beckingham <paul@beckingham.net>.
|
task was written by P. Beckingham <paul@beckingham.net>.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue