Is there a way to list the open tabs in firefox from the command line?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

The idea would be to access firefox data from 'outside'.

You might want to look at this Stackoverflow question,
How can I get list of open tabs in firefox via a command line application?

link|improve this answer
1  
Ahhh - the sessionstore.js (JSON) file in your FF profile does seem to contain the appropriate list. Albeit inside a lot of noise. Seems structured enough to parse out though. Thanks for the link. – Kenny Younger Apr 11 '11 at 16:31
Heh - as soon as I get 15 rep, I'll drop back and +1 you :) – Kenny Younger Apr 11 '11 at 17:58
feedback

According to the mozilla site, no. https://developer.mozilla.org/En/Command_Line_Options

Although you could write a plugin to write tab names to a text file I guess.

link|improve this answer
Thanks, I think your answer is the "right" one from a supported standpoint. But, hack > nothing. – Kenny Younger Apr 11 '11 at 18:15
No worries :) happy hacking – MaxMackie Apr 11 '11 at 19:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.