1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages.it/common/task.md
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

24 lines
374 B
Markdown

# task
> Gestore della lista dei TODO.
> Maggiori informazioni: <https://taskwarrior.org/docs/>.
- Aggiungere un nuovo task:
`task add {{thing_to_do}}`
- Lista dei task:
`task list`
- Contrassegnare un task come completato:
`task {{task_id}} done`
- Modificare un task:
`task {{task_id}} modify {{new_thing_to_do}}`
- Eliminare un task:
`task {{task_id}} delete`