Skip to content

bridgelol/Kmux

Repository files navigation

Kmux

Kotlin wrapper for tmux.

Example

fun main() {
    val exampleSession = Session("example")
    exampleSession.sendCommand("cd /home/myuser/myfolder")
    
    Window(exampleSession, "examplewindow").sendCommand("cd /home/myuser/otherfolder")
}

About

Kotlin wrapper for tmux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages