We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884d256 commit e6e7572Copy full SHA for e6e7572
CHANGELOG.md
@@ -19,10 +19,10 @@ Features:
19
{
20
"modules": [
21
22
- "key": "OS Age", // No longer need to write bash scripts
+ "key": "OS Installation Date", // No longer need to write bash scripts
23
"type": "disk",
24
"folders": "/", // Different OSes may need to specify different folders
25
- "format": "{days} days" // Number of days after the root folder was created
+ "format": "{create-time:10} [{days} days]" // Reports the creation date of the root folder
26
}
27
]
28
0 commit comments