screenutils
screenutils copied to clipboard
Handle gnu-screen: creates/close/list sessions, injects commands...
Changed `commands` and `os.system` in favour of the `subprocess` module. Old versions are still supported, so this shouldn't break any code. `commands` is completely gone in python 3 and `os.system`...
Hi guys, I found that screenutils isn't running long commands, may be i am doing something wrong. Here is an example - `s.send_commands('python streamdata.py '10.0.0.0/24' or 10.1.0.0/24'....................or 'xx.xx.xx.xx' ')` I...
When the user types list_screens(), new instances of already existing Screen instances are returned. This is a problem, because if a user has enabled logs in a screen session, the...
Using `-dmS` From what I can tell, this works exactly as the old (create & attach --> wait --> detach), just better and more reliably.
A small patch for targeting windows within a named session to which to send commands. Some command-line cleanup and notes as well.
Running commnads on a remote server under different screen sessions. Getting list of screen sessions on a given ssh tune.