Skip to content

Instantly share code, notes, and snippets.

View psmux's full-sized avatar

Josh psmux

View GitHub Profile
@psmux
psmux / install-tea-oneliners.md
Created April 29, 2026 10:50
Gitea tea CLI - install one-liners (Windows/Linux/macOS)

Install Gitea tea CLI: one-liners

Auto-detects OS + architecture, fetches the latest release from gitea.com/gitea/tea, installs the binary.

Linux / macOS

curl -fsSL https://gist.githubusercontent.com/psmux/067fd5eb8783ec458f4a0d8f037f8f1c/raw/install-tea.sh | bash
@psmux
psmux / README.md
Last active April 29, 2026 10:50
Install Gitea tea CLI on Windows/Linux/macOS - one-line installer scripts

Install Gitea tea CLI (one-liner, any OS)

Auto-detects OS and architecture, fetches the latest release from gitea.com/gitea/tea, and installs the binary.

Linux / macOS

curl -fsSL https://gist.githubusercontent.com/psmux/067fd5eb8783ec458f4a0d8f037f8f1c/raw/install-tea.sh | bash
@psmux
psmux / 10_psnet_vs_wireshark.md
Created February 18, 2026 07:35
Network Monitoring on Windows Without Wireshark — psnet Guide. TUI network monitor, no Npcap, no WinPcap. DNS-resolved connections and packet inspection.

Network Monitoring on Windows Without Wireshark — psnet Guide

See every connection, DNS hostname, and packet on your network — from your terminal. No Npcap, no Wireshark, no installs.

The Problem

You want to see what's happening on your network on Windows. Your options until now:

  1. Wireshark — Powerful but requires Npcap/WinPcap install, steep learning curve, GUI-only
  2. netstat — Text dump, no real-time updates, no DNS names, no process info
@psmux
psmux / 09_htop_windows_comparison.md
Created February 18, 2026 07:35
htop for Windows Comparison: pstop vs Task Manager vs Process Explorer vs bottom vs procs. Best system monitor for Windows terminal.

htop for Windows — Comparison: pstop vs Task Manager vs Process Explorer vs bottom vs procs

Detailed comparison of every way to monitor processes on Windows in 2025/2026.

The Contenders

Tool Type Install
pstop TUI (terminal) cargo install pstop
Task Manager GUI (built-in) Already installed
@psmux
psmux / 08_terminal_workflow_setup.md
Created February 18, 2026 07:35
How to Set Up a Professional Windows Terminal Workflow with tmux + htop + Network Monitor. psmux, pstop, psnet setup guide.

How to Set Up a Professional Windows Terminal Workflow (tmux + htop + Network Monitor)

Transform your Windows PowerShell into a Linux-like powerhouse with psmux, pstop, and psnet — no WSL required.

The Problem

Every developer switching from Linux/macOS to Windows faces the same frustrations:

  • No tmux — Can't split terminals, can't detach sessions, can't persist layouts
  • No htop — Task Manager is a GUI click-fest, Get-Process outputs a wall of text
@psmux
psmux / 07_psmux_cheat_sheet.md
Created February 18, 2026 07:35
psmux Cheat Sheet — tmux Commands for Windows Quick Reference. All tmux keybindings and commands for psmux on Windows PowerShell.

psmux Cheat Sheet — tmux Commands for Windows (Quick Reference)

psmux is a tmux-compatible terminal multiplexer for Windows. All tmux commands work with psmux, pmux, or tmux.

Installation

cargo install psmux          # Cargo
scoop install psmux          # Scoop (after adding bucket)
choco install psmux          # Chocolatey
@psmux
psmux / 06_windows_developer_toolkit.md
Created February 18, 2026 07:35
Windows PowerShell Developer Toolkit — Essential Rust TUI Tools 2025/2026. psmux (tmux), pstop (htop), psnet (network monitor) and more.

Windows PowerShell Developer Toolkit — Essential Rust TUI Tools (2025/2026)

A curated list of the best terminal-based tools for Windows developers. All built in Rust, all single-binary, all zero-dependency.

The Essential Three

1. psmux — Terminal Multiplexer (tmux for Windows)

What: Split your terminal into panes, manage sessions, detach and reattach — exactly like tmux on Linux.

@psmux
psmux / 05_tmux_windows_comparison.md
Created February 18, 2026 07:35
tmux on Windows Comparison: psmux vs WSL+tmux vs Windows Terminal vs WezTerm vs Zellij. Terminal multiplexer comparison 2025/2026.

tmux on Windows — Comparison: psmux vs WSL+tmux vs Windows Terminal vs WezTerm vs Zellij

If you need terminal multiplexing on Windows, here's how every option stacks up in 2025/2026.

The Contenders

Tool Approach Install
psmux Native Windows binary, tmux-compatible cargo install psmux
WSL + tmux Linux tmux running inside Windows Subsystem for Linux wsl --install then apt install tmux
@psmux
psmux / 04_ps_suite_overview.md
Created February 18, 2026 07:34
PS Suite — The Linux Tools Windows Never Had. tmux + htop + Wireshark for PowerShell. psmux, pstop, psnet. Rust TUI tools, zero dependencies.

PS Suite — The Linux Tools Windows Never Had (tmux + htop + Wireshark for PowerShell)

Three powerful, Windows-native, Rust-built TUI tools that bring beloved Linux utilities to Windows PowerShell. No WSL. No Cygwin. Just install and go.

The PS Suite

Tool Linux Equivalent What It Does Install
psmux tmux Terminal multiplexer — split panes, sessions, detach/reattach cargo install psmux
pstop htop System monitor — CPU bars, process tree, kill, 7 themes cargo install pstop
@psmux
psmux / 03_psnet_complete_guide.md
Created February 18, 2026 07:34
psnet — Real-Time TUI Network Monitor for Windows. Wireshark alternative for terminal. Live speed graphs, DNS resolution, packet inspection. No Npcap needed.

psnet — Real-Time TUI Network Monitor for Windows (Wireshark Alternative)

psnet is a zero-dependency TUI network monitor built in Rust for Windows. Live speed graphs, DNS-resolved connections, traffic events, and packet inspection — all in your terminal.

What is psnet?

Think Wireshark meets htop, but for your terminal. psnet gives you real-time visibility into everything happening on your network:

  • Live speed graphs — smooth Unicode sparkline waveforms for download/upload
  • Smart connection table — DNS-resolved hostnames, process names, service labels