abduco icon indicating copy to clipboard operation
abduco copied to clipboard

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....

Results 27 abduco issues
Sort by recently updated
recently updated
newest added

This can be easily seen in a pager. ``` abduco -c man man man ``` Connecting the first time often works (but not always). ``` abduco -a man ``` However,...

Hello. I connect to machines with SSH, but sometimes my connection drops. I like to resume my work after reconnect without loosing my session. I don't have need for multiplexing...

Problem: `abduco: s_wf: session terminated with exit status 0` I use this: `abduco -A my_session1 nvim -c 'terminal' -c 'startinsert'` `nvr -cc tabedit MY_file.any_type` `abduco -A my_session2 nvim -c 'terminal'...

When a client attaches to an existing session, the session command output is not available to him. The problem is not noticeable when the program (top, man, etc.) in the...

I don't use dvtm. I use just abduco to run some apps on a server. Then I can deattach/reattach to the session and my app doesn't die. These apps generally...

One feature I miss from `tmux` is the ability to detect if a session exists from a shell script. This PR adds a `-d` flag, that checks if a specified...

For some reason, abduco is one of the applications that still clutters the home directory with session info in `~/.abduco` folder. While there is a way to avoid this, by...

Just enabling mouse Control Sequence Introducer. I'm not sure if there is a reason not to do this, or if this is the best and only place this should be...