You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One option is to specify the modification age of a file. Equivalent to
timeprint --modification <file> --now ...
A second improvement would be a simple, smart elapsed time format code. This would be in the format
%_Y, %_yD, %_Dh:%_h0M:%_m0S
In practice it would be a bit smarter than that, eliding large units with zero value. For example, if the total elapsed time was under a day, then elide years and days.
The text was updated successfully, but these errors were encountered:
One option is to specify the modification age of a file. Equivalent to
A second improvement would be a simple, smart elapsed time format code. This would be in the format
In practice it would be a bit smarter than that, eliding large units with zero value. For example, if the total elapsed time was under a day, then elide years and days.
The text was updated successfully, but these errors were encountered: