If you use the Linux shell very much, you find its history functions very useful. You can recall previous commands very easily, just using the arrow keys.
If you use the Workload Scheduler command-line interfaces, conman and composer, you really miss the history. Sure there's the redo command, but its editing capability is limited to the last command you typed.
Home Assistant automation to save Ring camera video to disk
- id: '1664919647127' alias: Notify when doorbell senses motion description: '' trigger: - type: motion platform: device device_id: cfad552d81098c4038ea2d4bd813b366 entity_id: binary_sensor.front_door_motion domain: binary_sensor condition: [] mode: single action: - service: notify.persistent_notification data: message: '{{ trigger.to_state.attributes.friendly_name }} opened {{now().strftime("%c")}}' title: Doorbell motion sense - service: downloader.download_file data: