Would be cool if it was compatible with Tree Style Tabs ;-)
In fact, one feature I am missing in Tree Style Tabs is the ability to save a list of tabs as a text file to archive it and to open/import it at a later point in time again.
Somehow TabFS feels like it could be used to achieve that.
It seems to be compatible with tree style tabs. I'm not sure how to import, but this seems to do a reasonable job of exporting:
ls | xargs -I {} paste {}/url.txt {}/title.txt
In fact, one feature I am missing in Tree Style Tabs is the ability to save a list of tabs as a text file to archive it and to open/import it at a later point in time again.
Somehow TabFS feels like it could be used to achieve that.