mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdTags: Added implementation notes
This commit is contained in:
parent
c22da0c0a4
commit
e929e99923
1 changed files with 14 additions and 0 deletions
|
@ -31,6 +31,20 @@
|
||||||
int CmdTags ()
|
int CmdTags ()
|
||||||
{
|
{
|
||||||
std::cout << "# tags\n";
|
std::cout << "# tags\n";
|
||||||
|
|
||||||
|
// TODO Enumerate all data files.
|
||||||
|
// TODO For each data file.
|
||||||
|
// TODO For each inclusion.
|
||||||
|
// TODO Extract tags.
|
||||||
|
// TODO Add tags to unique set.
|
||||||
|
|
||||||
|
// TODO Determine sort order - most recent first?
|
||||||
|
// TODO Determine sort order - most common first?
|
||||||
|
|
||||||
|
// TODO For each tag in set.
|
||||||
|
// TODO Load metadata.
|
||||||
|
// TODO Display.
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue