mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Help: Clarified attribute modifiers in help
This commit is contained in:
parent
358e0cc62d
commit
1ec650edd2
9 changed files with 162 additions and 108 deletions
|
@ -934,21 +934,27 @@
|
|||
" end: Dato kiam la tasko estis finata/viŝata\n" \
|
||||
" start: Dato kiam la tasko estis ekita\n" \
|
||||
" scheduled: Fiksa dato kiam vi projektas eki la taskon\n" \
|
||||
" modified: Date task was last modified\n" \
|
||||
" depends: Aliaj taskoj, de kioj ĉi tiu tasko dependas\n" \
|
||||
"\n" \
|
||||
"Atributaj modifantoj igas filtrilojn pli precizaj. La subtenataj modifantoj estas:\n" \
|
||||
" before (antaŭ; samsencaĵoj under, below)\n" \
|
||||
" after (post; samsencaĵoj over, above)\n" \
|
||||
" none (nenio)\n" \
|
||||
" any (ajno)\n" \
|
||||
" is (estas; samsencaĵo equals)\n" \
|
||||
" isnt (neestas; samsencaĵo not)\n" \
|
||||
" has (havas; samsencaĵo contains)\n" \
|
||||
" hasnt (nehavas)\n" \
|
||||
" startswith (kunekas; samsencaĵo left)\n" \
|
||||
" endswith (kunfiniĝas; samsencaĵo right)\n" \
|
||||
" word (vorto)\n" \
|
||||
" noword (nevorto)\n" \
|
||||
"\n" \
|
||||
" Modifiers Example Equivalent Meaning\n" \
|
||||
" ---------------- ----------------- ------------------- -------------------------\n" \
|
||||
" due:today due = today Fuzzy match\n" \
|
||||
" not due.not:today due != today Fuzzy non-match\n" \
|
||||
" before, below due.before:today due < tomorrow Exact date comparison\n" \
|
||||
" after, above due.after:today due > tomorrow Exact date comparison\n" \
|
||||
" none project.none: project == '' Empty\n" \
|
||||
" any project.any: project !== '' Not empty\n" \
|
||||
" is, equals project.is:x project == x Exact match\n" \
|
||||
" isnt project.isnt:x project !== x Exact non-match\n" \
|
||||
" has, contains desc.has:Hello desc ~ Hello Pattern match\n" \
|
||||
" hasnt, desc.hasnt:Hello desc !~ Hello Pattern non-match\n" \
|
||||
" startswith, left desc.left:Hel desc ~ '^Hel' Beginning match\n" \
|
||||
" endswith, right desc.right:llo desc ~ 'llo$' End match\n" \
|
||||
" word desc.word:Hello desc ~ '\\bHello\\b' Boundaried word match\n" \
|
||||
" noword desc.noword:Hello desc !~ '\\bHello\\b' Boundaried word non-match\n" \
|
||||
"\n" \
|
||||
"Alterne, algebraj esprimoj subtenas:\n" \
|
||||
" and or xor Logical operators\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue