piroor / treestyletab

Tree Style Tab, Show tabs like a tree.
http://piro.sakura.ne.jp/xul/treestyletab/
Other
3.48k stars 279 forks source link

[Enhancement] Allow easy copy/pasting of (complex) tab trees #3455

Closed Bjeaurn closed 7 months ago

Bjeaurn commented 7 months ago

Abstract

Steps to see the situation

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Browse as usual, do some research perhaps.
  4. Select the tabs that may be interesting to persist in some other database/text form.
  5. Copy, try to paste. The result is only the primary tab's URL is pasted.

Expected result

It would be nice if you could paste a list of URLs in a similar fashion, or perhaps a combination of "Title - URL", maybe even have modes to switch. Easiest result would be to not just copy/paste the primary selected tab's URL, but all of the selected tabs.

Actual (present) result

Only primary selected tab's URL is copy/pasted.

Environment

irvinm commented 7 months ago

This might be what you want: https://addons.mozilla.org/en-US/firefox/addon/copy-selected-tabs-to-clipboar/

piroor commented 7 months ago

The feature looks to be covered by the addon Copy Selected Tabs to Clipboard as irvinm commented.

Basically I won't add new built-in features to TST if it is covered by other addons, to keep the project scope, sorry.

Bjeaurn commented 7 months ago

Fair enough and totally understandable, thanks for taking a look and for the great tip!