[Linux]TaskWarrior(任务管理工具)

来源:互联网 发布:aws sdk for java 编辑:程序博客网 时间:2024/06/09 22:07

参考资料

github

github

命令手册

英文版

安装

apt-get install task

yum install task

命令

基本用法

  • 添加一个任务
    task add Pay the bills
    task add Call the bank
  • 列出任务列表
    task list
  • 设置任务截止日期
    task 1 modify due:Friday
  • 将任务设置为完成
    task 1 done
  • 删除一个任务
    task 2 delete

配置

  • 显示变量值
    task show []
  • 设置变量值
    task config
    task config
    task config

注释

  • 添加注释
    remove: task denotate foo
  • 删除注释
    add: task annotate foo

报告

  • 查看被激活任务
    active
  • 查看所有任务
    all
  • 查看日视图
    burndown.daily
  • 查看月视图
    burndown.monthly
    blocked
    blocking
    burndown.monthly
    burndown.weekly
    completed
    ghistory.annual
    ghistory.monthly
    history.annual
    history.monthly
    information
    list
    long
    ls
    minimal
    newest
    next
    oldest
    overdue
    projects
    ready
    recurring
    summary
    tags
    timesheet
    unblocked
    waiting

写命令

add
annotate, denotate
append
config
delete
done
duplicate
edit
import
log
modify
prepend
start, stop
synchronize
undo

读命令


info
count
export

misc 读命令

    calendar     colors     columns     count     diagnostics     execute     export     help     ids, uuids     logo     report     show     stats     udas     version

任务属性

    ID           unmodifiable     UUID         unmodifiable     urgency      unmodifiable     description     project     priority     tags     status     depends    recur     entry        created     wait         hide until     scheduled    ready     start        started     due          due     end          done/delete     until     modified     last mod     UDAs (Try: task uda)
原创粉丝点击