Skip to content

Commit 241d416

Browse files
committed
- add cron expression builder to sidebar and tools.json, add screenshot
1 parent e4bcf43 commit 241d416

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,5 +1241,16 @@
12411241
"aiPowered": false,
12421242
"featured": false,
12431243
"date": "2025-03-30"
1244+
},
1245+
{
1246+
"id": "cron_expression_builder",
1247+
"title": "Cron Expression Builder",
1248+
"description": "Visual interface to create, validate, and understand cron job scheduling expressions.",
1249+
"url": "tools/cron_expression_builder.html",
1250+
"screenshot": "screenshots/screenshot_164.png",
1251+
"type": "tool",
1252+
"aiPowered": false,
1253+
"featured": false,
1254+
"date": "2025-03-30"
12441255
}
12451256
]

screenshots/screenshot_164.png

17.4 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ <h2>Tools by ChatGPT</h2>
249249
<li><a href="/tools/cps_test.html">CPS Test</a></li>
250250
<li><a href="/tools/ai_code_explainer.html">AI Code Explainer</a></li>
251251
<li><a href="/tools/web_accessibility_checker.html">Web Accessibility Checker</a></li>
252+
<li><a href="/tools/cron_expression_builder.html">Cron Expression Builder</a></li>
252253
<!-- end -->
253254
</ul>
254255
</div>

0 commit comments

Comments
 (0)