1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:42:09 +02:00
tldr/pages.it/common/task.md
2021-10-27 20:04:03 +01:00

368 B

task

Gestore della lista dei TODO. Maggiori informazioni: https://manned.org/task.

  • 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