[PR #3041] [CLOSED] Add cronviz — stdlib-only cron + systemd timer observability CLI #4390

Closed
opened 2026-04-15 10:06:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3041
Author: @clementslowik
Created: 4/10/2026
Status: Closed

Base: masterHead: add-cronviz


📝 Commits (1)

  • c9b7441 Add cronviz — stdlib-only cron + systemd timer CLI

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

cronviz is a zero-dependency Python CLI that shows what's scheduled to run on a Linux server (cron jobs + systemd timers), when, and whether it ran last time.

  • Pure stdlib, zero external dependencies
  • Scans /etc/crontab, /etc/cron.d/, /var/spool/cron/, and systemctl list-timers
  • Optional --history flag annotates with last-run timestamps from journalctl
  • MIT licensed
  • 48 unit tests

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3041 **Author:** [@clementslowik](https://github.com/clementslowik) **Created:** 4/10/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-cronviz` --- ### 📝 Commits (1) - [`c9b7441`](https://github.com/vinta/awesome-python/commit/c9b7441325a0d5b3cfa085a56359a3d183b59165) Add cronviz — stdlib-only cron + systemd timer CLI ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [cronviz](https://github.com/clementslowik/cronviz) is a zero-dependency Python CLI that shows what's scheduled to run on a Linux server (cron jobs + systemd timers), when, and whether it ran last time. - Pure stdlib, zero external dependencies - Scans `/etc/crontab`, `/etc/cron.d/`, `/var/spool/cron/`, and `systemctl list-timers` - Optional `--history` flag annotates with last-run timestamps from journalctl - MIT licensed - 48 unit tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 10:06:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#4390