dotfiles/scripts/firefox-tabs
2026-01-30 18:24:28 +01:00
..
firefox-tabs.py Reorganize firefox-tabs script into subfolder with flake.nix and plan.md 2026-01-30 18:17:57 +01:00
flake.nix Reorganize firefox-tabs script into subfolder with flake.nix and plan.md 2026-01-30 18:17:57 +01:00
plan.md Reorganize firefox-tabs script into subfolder with flake.nix and plan.md 2026-01-30 18:17:57 +01:00
README.md Shorten README to usage only 2026-01-30 18:24:28 +01:00

Firefox Tabs Script

Get information about Firefox's open tabs from the command line.

Usage

python3 firefox-tabs.py [method] [rdp_port]

Methods:

  • session, s - Read from Firefox session files (default)
  • rdp, r - Use Remote Debugging Protocol
  • both, b - Try both methods

Examples:

python3 firefox-tabs.py                    # Use session files (default)
python3 firefox-tabs.py rdp               # Use RDP on default port 6000
python3 firefox-tabs.py rdp 9222          # Use RDP on port 9222