martanne / abduco

abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: session timeout

jamescassell opened this issue · comments

It would be helpful to optionally have abduco perform an action after no input from the user for a configurable period of time. This could be either just a "session disconnect" action, or executing an alternative (configurable) command such as vlock. tmux has this feature, but I don't want any of the other stuff in tmux except session management.