Files
tldr/pages.fa/common/todo.md
2024-01-07 13:35:30 +05:30

33 lines
861 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# todo
> ابزاری ساده و استاندارد برای مدیریت یادداشت و فهرست وظایف.
> اطلاعات بیشتر: <https://todoman.readthedocs.io>.
- لیست کارهای آغاز نشده:
`todo list --startable`
- اضافه کردن یک وظیفه به فهرست کارها :
`todo new {{thing_to_do}} --list {{work}}`
- اضافه کردن مکان به یک وظیفه با آیدی:
`todo edit --location {{location_name}} {{task_id}}`
- نمایش جزییات یک وظیفه:
`todo show {{task_id}}`
- علامت زدن وظیفه ها با آیدی مشخص شده به عنوان تکمیل شده:
`todo done {{task_id1 task_id2 ...}}`
- حذف یک وظیفه:
`todo delete {{task_id}}`
- حذف وظایف انجام شده و بازشماری آیدی وظایف باقی مانده:
`todo flush`