v1.3.8 — Command Palette & Export Manager
What's new
Command Palette (Ctrl+P)
- Press Ctrl+P from anywhere to open a quick-navigation overlay
- Fuzzy search across all 27 modules by name or keywords (e.g. "firewall", "tls", "ssh key", "scan")
- Navigate with Up/Down arrows + Enter, or single click
Export Manager
- File → Export Network Report… — export a live snapshot (interfaces, routes, DNS resolvers) in JSON, Markdown, plain text or PDF
- PDF export is optional:
pip install reportlab - Module export buttons — Export button added to: Interfaces, DNS Lookup, Firewall, SSH Connections, Connection Manager
- Filename extension updates live when you change the format filter in the save dialog
Install / upgrade
Arch Linux (AUR):
```bash
yay -S nmlinux
```
All platforms (wheel):
```bash
pip install nmlinux-1.3.8-py3-none-any.whl
```
Debian / Ubuntu / Mint:
```bash
git pull && bash install.sh
```
SHA256: `505f360a0235a119c4e06354be9b77727d3ea9959d8e87841ac1017d4d866396`