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

參考資料

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)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章