mkohlmyr / scrum

GNU Screen Session Management
MIT License
1 stars 0 forks source link

Scrum Daemon Design Document #5

Closed mkohlmyr closed 8 years ago

mkohlmyr commented 9 years ago
{
    [ppid]: {
        session: [session slug],
        children: {
            [pid]: {
                window: [window slug]
                command: [ps-aux command column]
            }
        }
    }
}