contour icon indicating copy to clipboard operation
contour copied to clipboard

Allow auto-restart of sessions with bad exit code

Open christianparpart opened this issue 2 years ago • 0 comments
trafficstars

Allow auto-restarting sessions (local process session as well as builtin SSH sessions) when the session did exit with bad exit code or did terminate by signal (e.g. SIGSEGV, SIGHUP, etc...)

By default it maybe should not do it. Should be configurable per profile.

profiles:
    name:
        auto_restart_on_bad_exit: true # default false

I'm not good at naming, but this would at least be an intuitive option.

christianparpart avatar Nov 05 '23 14:11 christianparpart