mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
todo: add Italian translation (#7217)
This commit is contained in:
parent
8d742da3af
commit
4f7794c7a2
1 changed files with 32 additions and 0 deletions
32
pages.it/common/todo.md
Normal file
32
pages.it/common/todo.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# todo
|
||||||
|
|
||||||
|
> Un semplice gestore per i todo da linea di comando.
|
||||||
|
> Maggiori informazioni: <https://todoman.readthedocs.io>.
|
||||||
|
|
||||||
|
- Elenco dei task che possono essere inizializzati:
|
||||||
|
|
||||||
|
`todo list --startable`
|
||||||
|
|
||||||
|
- Aggiungere un nuovo task alla lista delle cose da fare per lavoro:
|
||||||
|
|
||||||
|
`todo new {{cose_da_fare}} --list {{lavoro}}`
|
||||||
|
|
||||||
|
- Aggiungere una località ad un task con un dato ID:
|
||||||
|
|
||||||
|
`todo edit --location {{nome_località}} {{task_id}}`
|
||||||
|
|
||||||
|
- Mostrare i dettagli di un task:
|
||||||
|
|
||||||
|
`todo show {{task_id}}`
|
||||||
|
|
||||||
|
- Contrassegnare un task con un ID specifico come completato:
|
||||||
|
|
||||||
|
`todo done {{task_id1 task_id2 ...}}`
|
||||||
|
|
||||||
|
- Eliminare un task:
|
||||||
|
|
||||||
|
`todo delete {{task_id}}`
|
||||||
|
|
||||||
|
- Eliminare un task completato e ripristinare gli ID dei task rimanenti:
|
||||||
|
|
||||||
|
`todo flush`
|
Loading…
Add table
Reference in a new issue