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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3041
Author: @clementslowik
Created: 4/10/2026
Status: ❌ Closed
Base:
master← Head:add-cronviz📝 Commits (1)
c9b7441Add 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.
/etc/crontab,/etc/cron.d/,/var/spool/cron/, andsystemctl list-timers--historyflag annotates with last-run timestamps from journalctl🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.