Rename firefox-tabs to f-around-firefox (faf) and add to PATH
This commit is contained in:
parent
91d35d1324
commit
9aedc697d9
6 changed files with 41 additions and 35 deletions
22
scripts/f-around-firefox/README.md
Normal file
22
scripts/f-around-firefox/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# f-around-firefox (faf)
|
||||
|
||||
Get information about Firefox's open tabs from the command line.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
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:**
|
||||
```bash
|
||||
faf # Use session files (default)
|
||||
faf rdp # Use RDP on default port 6000
|
||||
faf rdp 9222 # Use RDP on port 9222
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue