← 返回命令列表

Linux command

timew 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Start tracking

timew start [tag1] [tag2]

Stop tracking

timew stop

Show current

timew

Show summary

timew summary

Show week

timew summary :week

Continue last task

timew continue

Track past time

timew track [9:00] - [12:00] [meeting]

说明

timew (Timewarrior) is a command-line time tracking tool that records work intervals with flexible tag-based categorization. You start tracking with start and one or more tags describing the activity, then stop when finished. The track command allows logging past intervals retroactively. Reporting is built in, with the summary command providing time breakdowns filterable by date ranges using hint syntax like :day, :week, or :month. Data can also be exported for use with external reporting tools. Timewarrior integrates with Taskwarrior to automatically track time when tasks are started and stopped, providing a combined task and time management workflow.

参数

start
Begin tracking.
stop
End tracking.
summary
Show report.
continue
Resume last.
track
Add past time.
:day
Today filter.
:week
This week.

FAQ

What is the timew command used for?

timew (Timewarrior) is a command-line time tracking tool that records work intervals with flexible tag-based categorization. You start tracking with start and one or more tags describing the activity, then stop when finished. The track command allows logging past intervals retroactively. Reporting is built in, with the summary command providing time breakdowns filterable by date ranges using hint syntax like :day, :week, or :month. Data can also be exported for use with external reporting tools. Timewarrior integrates with Taskwarrior to automatically track time when tasks are started and stopped, providing a combined task and time management workflow.

How do I run a basic timew example?

Run `timew start [tag1] [tag2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does start do in timew?

Begin tracking.