mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation - Man and help now mentions /g in /from/to/g
This commit is contained in:
parent
0c61f50da6
commit
d9c4ff0700
8 changed files with 16 additions and 1 deletions
|
@ -83,7 +83,8 @@ as:
|
|||
task <filter> <command> project:Home
|
||||
task <filter> <command> +weekend +garden due:tomorrow
|
||||
task <filter> <command> Description/annotation text
|
||||
task <filter> <command> /from/to/
|
||||
task <filter> <command> /from/to/ <- replace first match
|
||||
task <filter> <command> /from/to/g <- replace all matches
|
||||
|
||||
.SH SUBCOMMANDS
|
||||
|
||||
|
|
|
@ -905,6 +905,8 @@
|
|||
" task <filter> <command> project:Home\n" \
|
||||
" task <filter> <command> +weekend +garden due:tomorrow\n" \
|
||||
" task <filter> <command> Description/annotation text\n" \
|
||||
" task <filter> <command> /from/to/ <- replace first match\n" \
|
||||
" task <filter> <command> /from/to/g <- replace all matches\n" \
|
||||
"\n" \
|
||||
"Tags are arbitrary words, any quantity:\n" \
|
||||
" +tag The + means add the tag\n" \
|
||||
|
|
|
@ -905,6 +905,8 @@
|
|||
" task <filtrilo> <komando> project:Domo\n" \
|
||||
" task <filtrilo> <komando> +semajnfino +ĝardeno due:tomorrow\n" \
|
||||
" task <filtrilo> <komando> Priskribo/komentara teksto\n" \
|
||||
" task <filtrilo> <komando> /from/to/ <- replace first match\n" \
|
||||
" task <filtrilo> <komando> /from/to/g <- replace all matches\n" \
|
||||
"\n" \
|
||||
"Etikedoj estas ajnaj vortoj, de ajna kvanto:\n" \
|
||||
" +etikedo La + signifas aldoni la etikedon\n" \
|
||||
|
|
|
@ -933,6 +933,8 @@
|
|||
" task <filter> <command> project:Casa\n" \
|
||||
" task <filter> <command> +finde +jardín due:tomorrow\n" \
|
||||
" task <filter> <command> Descripción/anotación\n" \
|
||||
" task <filter> <command> /de/para/ <- cambia la primera ocurrencia\n" \
|
||||
" task <filter> <command> /de/para/g <- cambia todas las ocurrencias\n" \
|
||||
"\n" \
|
||||
"Las marcas son palabras arbitrarias, en cualquier número:\n" \
|
||||
" +marca El + significa añade la marca\n" \
|
||||
|
|
|
@ -904,6 +904,8 @@
|
|||
" task <filter> <command> project:Home\n" \
|
||||
" task <filter> <command> +weekend +garden due:tomorrow\n" \
|
||||
" task <filter> <command> Description/annotation text\n" \
|
||||
" task <filter> <command> /from/to/ <- replace first match\n" \
|
||||
" task <filter> <command> /from/to/g <- replace all matches\n" \
|
||||
"\n" \
|
||||
"Tags are arbitrary words, any quantity:\n" \
|
||||
" +tag The + means add the tag\n" \
|
||||
|
|
|
@ -905,6 +905,8 @@
|
|||
" task <filter> <command> project:Home\n" \
|
||||
" task <filter> <command> +weekend +garden due:tomorrow\n" \
|
||||
" task <filter> <command> Description/annotation text\n" \
|
||||
" task <filter> <command> /from/to/ <- sostituisce la prima occorrenza\n" \
|
||||
" task <filter> <command> /from/to/g <- sostituisce tutte le occorrenze\n" \
|
||||
"\n" \
|
||||
"I tag sono parole arbitrarie, in quantità a discrezione dell'utente:\n" \
|
||||
" +tag Il + aggiunge il tag\n" \
|
||||
|
|
|
@ -905,6 +905,8 @@
|
|||
" task <filtr> <polecenie> project:Home\n" \
|
||||
" task <filtr> <polecenie> +weekend +garden due:tomorrow\n" \
|
||||
" task <filtr> <polecenie> Description/annotation text\n" \
|
||||
" task <filtr> <polecenie> /from/to/ <- zastąpić pierwszego wystąpienia\n" \
|
||||
" task <filtr> <polecenie> /from/to/g <- zastąpić wszystkie wystąpienia\n" \
|
||||
"\n" \
|
||||
"Tagi są dowolnymi słowami występującymi w nieograniczonej ilości:\n" \
|
||||
" +tag + oznacza dodanie taga\n" \
|
||||
|
|
|
@ -905,6 +905,8 @@
|
|||
" task <filter> <command> project:Home\n" \
|
||||
" task <filter> <command> +weekend +garden due:tomorrow\n" \
|
||||
" task <filter> <command> Description/annotation text\n" \
|
||||
" task <filter> <command> /de/para/ <- substitui a primeira ocorrência\n" \
|
||||
" task <filter> <command> /de/para/g <- substitui todas as ocorrências\n" \
|
||||
"\n" \
|
||||
"Marcas são palavras arbitrárias, em qualquer quantidade:\n" \
|
||||
" +marca + significa adiciona a marca\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue