Get the properties of a tmux object, including sessions, windows, and panes.
Examples
if (FALSE) {
s <- new_session()
prop(s, "session_created")
kill_session(s)
}
Get the properties of a tmux object, including sessions, windows, and panes.
if (FALSE) {
s <- new_session()
prop(s, "session_created")
kill_session(s)
}