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

Useful for systemd/runit/daemontools. dtach has it

As you use '~/.config/vis' directory for vis, what about [following XDG](https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp) for location of FIFO? This is *just a proposition*. We can set `ABDUCO_SOCKET_DIR` or edit `config.h` anyway. What other...

Hey there! I added a simple feature I've been using for a while that just suppresses automatically switching to/from the alternate buffer on client connect/disconnect. I do a lot of...

When restart my system cant find the session. The socket is also missing. I use abduco + dvtm and setting `$ABDUCO_SOCKET_DIR` to `${XDG_CONFIG_HOME:-$HOME/.config}/abduco`. I installed abduco by cloning and following...

Add the ws_xpixel and ws_ypixel fields to the IPC packets so that abduco can properly respond to ioctl() requests for the screen size. This enables terminals such as "kitty" to...

``` $ abduco -c "test" "bash" abduco: test: session terminated with exit status 0 $ abduco -c "/mnt/test" "bash" create-session: Address already in use ```