|
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m2s
Tools menu in toolbar (next to File) with 7 tools: - Network Scanner (existing scan_network command) - Port Scanner (existing scan_ports/quick_scan commands) - Ping — via SSH exec channel, cross-platform - Traceroute — via SSH exec channel - Wake on LAN — broadcasts WoL magic packet via python3 on remote host - SSH Key Generator — pure Rust ed25519/RSA keygen via ssh-key crate - Password Generator — cryptographic random with configurable charset Backend: all 5 new Tauri commands (tool_ping, tool_traceroute, tool_wake_on_lan, tool_generate_ssh_key, tool_generate_password) Frontend: Tools dropdown menu wired, popup window launcher ready. Tool window UIs (the actual panels inside each popup) to follow. SFTP context menu: right-click Edit/Download/Rename/Delete working. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| commands | ||
| connections | ||
| credentials | ||
| db | ||
| mcp | ||
| pty | ||
| rdp | ||
| scanner | ||
| settings | ||
| sftp | ||
| ssh | ||
| theme | ||
| vault | ||
| workspace | ||
| lib.rs | ||
| main.rs | ||