mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 22:36:51 -05:00
[PR #3041] [CLOSED] Add cronviz — stdlib-only cron + systemd timer observability CLI #4390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.