Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willothy/sesh
Simple terminal session management (tmux but super mid), written in Rust btw
https://github.com/willothy/sesh
dtach grpc rust session-management terminal tmux
Last synced: 4 months ago
JSON representation
Simple terminal session management (tmux but super mid), written in Rust btw
- Host: GitHub
- URL: https://github.com/willothy/sesh
- Owner: willothy
- License: mit
- Created: 2023-04-19T08:45:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T00:40:04.000Z (11 months ago)
- Last Synced: 2024-10-04T13:04:22.606Z (4 months ago)
- Topics: dtach, grpc, rust, session-management, terminal, tmux
- Language: Rust
- Homepage: https://crates.io/crates/term-sesh
- Size: 190 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sesh
Terminal sessions, written in Rust.
Built on gRPC and unix sockets.
> **Warning**
> This is a work in progress, and may contain some bugs.## Demo
Local Sessions
https://user-images.githubusercontent.com/38540736/233859560-83852798-896b-4913-b990-1e33a0ae726a.mp4
Remote Sessions (SSH)
https://user-images.githubusercontent.com/38540736/233859593-26629392-e97b-4f26-8c2a-6ea5024ed79f.mp4
## Installation
### From source
Release:
`cargo install --locked term-sesh`
Git:
`cargo install --git https://github.com/willothy/sesh`
## Usage:
See the `help` subcommand or [MANUAL.md](https://github.com/willothy/sesh/blob/main/MANUAL.md) for more info.
### [Integrations](https://github.com/willothy/sesh/blob/main/integrations/):
- Wezterm
- Shells
- Starship