tldr/pages.fa/common/todo.md

33 lines
861 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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`