Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.23 KB

File metadata and controls

49 lines (36 loc) · 1.23 KB

Rusty

Rusty is a Windows SSH client built in Rust.

It focuses on:

  • Tabbed and split-pane SSH sessions.
  • Smooth terminal scrolling and copy/paste.
  • Built-in SFTP file browser.
  • Download/upload manager.
  • Profile-based connections.
  • Theme support.

Theming

  • UI chrome themes use .thm files in ./theme (details: THEMES.md).
  • Terminal color themes use WezTerm-compatible TOML schemes in ./term (for example term/tokyo-night.toml).

Terminal theme behavior:

  • Open Settings -> Terminal Colors to browse scrollable theme cards.
  • Click a card to apply immediately (including existing terminal sessions).
  • Add your own .toml files to ./term, then click Reload from term/.

WezTerm templates: iTerm2-Color-Schemes

Screenshots

Rusty screenshot 1 Rusty screenshot 2 Rusty screenshot 3

Build (Windows / MSVC)

cargo build --release

Install (Windows)

winget install rusty

Run

.\target\release\rusty.exe