1

I'd like to open multiple tabs in Ubuntu's File Explorer (20.04 or 22.04) from terminal.

Optimally, I'd like to use some built-in utility like gio or nautilus.

I am aware of this issue, but it seems closed without further action. I want to avoid scripts like in this answer.

The closest I could get is this answer, however it's six years old now and I still hope there should be a simpler solution.

The best solution would look something like: gio open ~/Downloads/music/ ~/workspace/etc/. This kind of works, I admit, but it opens the directories in separate windows; whereas I want separate tabs of the same window.

cyau
  • 197

1 Answers1

2

On Ubuntu 22.04, you could try this:-

  nemo -t  ~/Downloads ~/Pictures
iamnytik
  • 77
  • 1
  • 6