Skip to content

feat: show last run time#3

Merged
azu merged 1 commit intoazu:mainfrom
eubnara:feature/show-last-run-time
Apr 20, 2026
Merged

feat: show last run time#3
azu merged 1 commit intoazu:mainfrom
eubnara:feature/show-last-run-time

Conversation

@eubnara
Copy link
Copy Markdown
Contributor

@eubnara eubnara commented Mar 29, 2026

Add last run timestamp display

Thanks for building launchd-ui — it's been really helpful to use.
I thought showing the last run time could improve usability,
so this change introduces a way to display the last execution timestamp.

This implementation infers the last run time by inspecting the stdout/stderr log file paths of the launchd job.
It uses the modification time of these files as an approximation of the most recent execution.
If either log file is updated, the latest timestamp is used as the last run time.

@azu azu added the Type: Feature New Feature label Apr 20, 2026
@azu azu merged commit a63a9bd into azu:main Apr 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature New Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants