aias next¶
Show the next scheduled run time for installed jobs.
The command is also accessible as aias upcoming (the Ruby method name, since next is a reserved keyword).
Arguments¶
| Argument | Default | Description |
|---|---|---|
N |
5 |
Maximum number of jobs to show |
Output¶
daily_digest
schedule : every day at 8am (0 8 * * *)
next run : 2026-03-24 08:00:00 -0500
log : /Users/you/.aia/schedule/logs/daily_digest.log
reports/weekly
schedule : every Monday at 9am (0 9 * * 1)
next run : 2026-03-30 09:00:00 -0500
log : /Users/you/.aia/schedule/logs/reports/weekly.log
(Pass N as argument to show N entries.)
When no jobs are installed:
Notes¶
Next run time is computed from the installed cron expression using the fugit gem.
Use aias last to see when each job last ran.
See Also¶
aias last [N]— last-run time for installed jobsaias list— tabular view of installed jobsaias show PROMPT_ID— details for a single job