mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - tips
- Added new tips file, in the correct format (unix fortune), with dummy entries. If we are to support a "task tip" command in future versions, we need to start gathering the tips now.
This commit is contained in:
parent
343c43a010
commit
52fb6abb9b
2 changed files with 5 additions and 5 deletions
5
i18n/tips.en-US
Normal file
5
i18n/tips.en-US
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%
|
||||||
|
first tip
|
||||||
|
%
|
||||||
|
second tip
|
||||||
|
%
|
|
@ -573,11 +573,6 @@ void Context::autoFilter (Task& t, Filter& f)
|
||||||
{
|
{
|
||||||
f.push_back (Att ("description", "has", *word));
|
f.push_back (Att ("description", "has", *word));
|
||||||
debug ("auto filter: " + att->first + ".has:" + *word);
|
debug ("auto filter: " + att->first + ".has:" + *word);
|
||||||
|
|
||||||
/*
|
|
||||||
f.push_back (Att ("annotation_*", "has", *word));
|
|
||||||
debug ("auto filter: annotation_*.has:" + *word);
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue