mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Enhancement - new age_compact column
- Added support for a new custom report column called "age_compact", which is a more compact version of "age" (thanks to T. Charles Yun).
This commit is contained in:
parent
66bd5fc3c0
commit
ac871d9e8d
4 changed files with 46 additions and 0 deletions
|
@ -53,6 +53,7 @@ for (typeof (c) *foreach_p = & (c); \
|
|||
bool confirm (const std::string&);
|
||||
void delay (float);
|
||||
std::string formatSeconds (time_t);
|
||||
std::string formatSecondsCompact (time_t);
|
||||
int autoComplete (const std::string&, const std::vector<std::string>&, std::vector<std::string>&);
|
||||
const std::string uuid ();
|
||||
int convertDuration (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue