Ordito records what happened every time a command runs, so you can stop wondering whether a scheduled job actually succeeded.
Each run stores its status, start time, duration, exit code, and captured output. Completed and failed runs sit side by side for easy comparison.
Filter history by status and group runs by time to find the execution you care about without scrolling through a terminal buffer.
For scheduled commands especially, history turns a fire-and-forget job into something you can verify after the fact. If a nightly task fails, the exit code and output are waiting for you.
Next
Troubleshooting