0.1.0 • Published 12 years ago
tabsy v0.1.0
#Tabsy
tabsy is command line application that gets firefox open tabs and store them in a text file
tabsy uses node and it is based on the listing tabs functionality in the firefox-client library
##Install
you can install tabsy via npm
npm install -g tabsy##Usage
to use tabsy you need to enable remote debugging on Firefox
Connecting with Desktop Firefox
Taken from firefox-client README page
1. Enable remote debugging (You'll only have to do this once)
1. Open the DevTools. Web Developer > Toggle Tools
2. Visit the settings panel (gear icon)
3. Check "Enable remote debugging" under Advanced Settings
- Listen for a connection
- Open the Firefox command line with Tools > Web Developer > Developer Toolbar.
- Start a server by entering this command:
listen 6000(where6000is the port number)
###usage 1. After you've connected with Firefox you run tabsy
tabsy- Click ok on the dialog that will appear in the browser
- you'll find the links in a
links.txtfile in your home folder
###options 1. You can specify your own links file path like this:
tabsy -f [YOUR-FILE-PATH]- You can also specify the port that
tabsyuses to listen to firefox:
tabsy -p [PORT]##License MIT License http://opensource.org/licenses/MIT