- Add websockets dependency to Python environment in flake.nix - Required for WebSocket connections to Firefox tabs |
||
|---|---|---|
| .. | ||
| faf.py | ||
| flake.lock | ||
| flake.nix | ||
| plan.md | ||
| README.md | ||
f-around-firefox (faf)
Get information about Firefox's open tabs from the command line.
Usage
faf [method] [rdp_port]
Methods:
session,s- Read from Firefox session files (default)rdp,r- Use Remote Debugging Protocolboth,b- Try both methods
Examples:
faf # Use session files (default)
faf rdp # Use RDP on default port 6000
faf rdp 9222 # Use RDP on port 9222