On this page
tmux.Session.Rename
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/session_lifecycle.go
- Other languages
- PythonTypeScriptRustJava.NETC++Swift
-
Rename changes the receiver session's name and returns a canonical freshly materialized
Session. If the command succeeds but refresh fails, it returns the receiver with that error. A transport or context error can be delivery-ambiguous; no rollback is attempted. Invalid names are rejected before execution and matchErrInvalidRequest.In other languages Rename a session
- Python
libtmux.Session.rename_session - TypeScript
session.Session.rename - Rust
session.Session.rename - Java
io.github.libtmux.Session.Session.rename - .NET
LibTmux.Session.RenameAsync - C++
libtmux::Session::rename - Swift
Server.rename(_:to:)
- Python
0 declared, 0 inherited