dotfiles/scripts/f-around-firefox
DannyDannyDanny d9eccc8cdb Add websockets Python package to faf development environment
- Add websockets dependency to Python environment in flake.nix
- Required for WebSocket connections to Firefox tabs
2026-02-01 15:03:43 +01:00
..
faf.py Add WebSocket support and content command to faf script 2026-02-01 15:03:42 +01:00
flake.lock Add websockets Python package to faf development environment 2026-02-01 15:03:43 +01:00
flake.nix Add websockets Python package to faf development environment 2026-02-01 15:03:43 +01:00
plan.md Rename firefox-tabs to f-around-firefox (faf) and add to PATH 2026-01-30 18:26:15 +01:00
README.md Rename firefox-tabs to f-around-firefox (faf) and add to PATH 2026-01-30 18:26:15 +01:00

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 Protocol
  • both, 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