mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated goals
This commit is contained in:
parent
4c54441bba
commit
590aab02b9
2 changed files with 8 additions and 13 deletions
|
@ -10,9 +10,8 @@ tracking time:
|
|||
$ timew stop
|
||||
|
||||
This will record a block of time as active, between the two timestamps that
|
||||
were recorded when the 'start' and 'stop' commands were run.
|
||||
|
||||
By using tags, you can label the blocks of active time:
|
||||
were recorded when the 'start' and 'stop' commands were run. By using tags, you
|
||||
can label the blocks of active time:
|
||||
|
||||
$ timew start Home Cleaning
|
||||
...
|
||||
|
@ -20,10 +19,8 @@ By using tags, you can label the blocks of active time:
|
|||
|
||||
This tags the block of time with the two tags 'Home' and 'Cleaning'. The tags
|
||||
allow you to identify how you spent that time, and is used by the reporting
|
||||
system to summarize time.
|
||||
|
||||
You can also record time retroactively. If you forgot to start recording this
|
||||
morning, you can do this:
|
||||
system to summarize time. You can also record time retroactively. If you forgot
|
||||
ito start recording this morning, you can do this:
|
||||
|
||||
$ timew start 8:30am Home Cleaning
|
||||
|
||||
|
@ -63,7 +60,7 @@ for example:
|
|||
|
||||
And the 'ProjectB' tagged interval will range from 2pm - 3pm.
|
||||
|
||||
Tags can have their own metadata, for example you can make a tag valid for a
|
||||
Tags may have their own metadata, for example you can make a tag valid for a
|
||||
given time range:
|
||||
|
||||
$ timew config tag ProjectA end 2016-06-30
|
||||
|
|
|
@ -21,22 +21,20 @@ Goals
|
|||
friction.
|
||||
- Support all workflows.
|
||||
- Provide an extension-friendly tool.
|
||||
- Support policies via the rules system.
|
||||
- Support policies, events via the rules system.
|
||||
- Integrate with Taskwarrior, Tasksh.
|
||||
- Store data in plain UTF-8 text.
|
||||
|
||||
|
||||
Non-Goals
|
||||
---------
|
||||
- Completely independent from Taskwarrior, Taskserver, Tasksh.
|
||||
- No dependency on Taskwarrior, Taskserver and Tasksh.
|
||||
- Time tracking is about recording the past, not planning the future.
|
||||
- No cloud support, no sync support, all data is local. Tracked time is
|
||||
sensitive personal data and will not be transmitted.
|
||||
- No explicit multi-user support, although using tags to track individuals is
|
||||
possible.
|
||||
- There is no hook system as Timewarrior is a data sink, not a data source.
|
||||
That said, there will be rules that can act as hooks, but will be more
|
||||
flexible.
|
||||
- There is no hook system.
|
||||
- No features without a compelling use case.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue