tilda icon indicating copy to clipboard operation
tilda copied to clipboard

Open new instance of tilda in new tab

Open saaa-hsjgrobler opened this issue 9 years ago • 9 comments

Hi, is it possible to make it so that whenever a new instance of tilda is added, it instead adds a new tab to the existing tilda instance (if there is one)?

I can't seem to find anything in the preferences and there is one similar, badly worded, request as well as an older request that isn't very helpful.

saaa-hsjgrobler avatar Apr 25 '15 21:04 saaa-hsjgrobler

You can right-click or use the new-tab hotkey open a new-tab or do you mean doing so via. terminal command?

pik avatar Apr 25 '15 23:04 pik

Yes, or in my case when I click "Open new terminal here" from within my file explorer (nemo), I would like it to open in a new tab instead of a new window.

saaa-hsjgrobler avatar Apr 28 '15 05:04 saaa-hsjgrobler

This requires dbus support in tilda first.

lanoxx avatar Jun 21 '15 09:06 lanoxx

+1

alejdg avatar Jun 07 '18 21:06 alejdg

+1. This seems an old issue but quite important, nothing yet?

renyhp avatar Mar 03 '19 01:03 renyhp

Lack of a solution also seems to break "xdg-open" functionality (or at the very least makes it throw a fit when running it). Just thought it worth mentioning.

TheStrangeKat avatar Mar 26 '19 14:03 TheStrangeKat

+1, This is a huge issue, for what would be otherwise the indisputable best drop-down terminal around in my opinion.

hedi-sel avatar Oct 31 '19 07:10 hedi-sel

I have created branch wip-dbus and started to experiment with dbus. It is not yet complete, but it already works for pulling the tilda window up and down.

After compiling you can pull the window with

dbus-send --session --print-reply --dest=com.github.lanoxx.tilda.Actions1 /com/github/lanoxx/tilda/Actions1 com.github.lanoxx.tilda.Actions1.Toggle

Note that the 1 in Actions1 refers to the tilda instance, so if you run two tilda instances you can control them separately with Actions1 and Actions2.

lanoxx avatar Nov 09 '19 14:11 lanoxx

This would be a huge improvement to tilda. This issue spots the only fact i really don't like about tilda.

chexmo avatar Apr 30 '20 19:04 chexmo