Rich Enhanced Shell History - Contextual shell history for zsh and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
resh/internal/sess/sess.go

7 lines
160 B

package sess
// Session represents a session, used for sennding through channels when more than just ID is needed
type Session struct {
ID string
PID int
}