mklement0 / ttab

macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
283 stars 15 forks source link

Fluent terminal integration #38

Closed utiq closed 2 years ago

utiq commented 3 years ago

Do you have plans to make this work with https://github.com/felixse/FluentTerminal?

mklement0 commented 2 years ago

Thanks for the suggestion, @utiq, but ttab is implemented as a bash shell script, so it won't work natively on Windows.

Perhaps you can ask the maintainers of the Windows-focused https://github.com/lalilaloe/wttab project.

utiq commented 2 years ago

I'm using WSL 2 running an Ubuntu 20.04, still not possible?

mklement0 commented 2 years ago

It's possible (but would obviously be limited to an optional bash environment, such as WSL), but would require building on FluentTerminal's own CLI, which at least at the moment seems quite limited: https://github.com/felixse/FluentTerminal/wiki/Command-Line-Arguments

I using this CLI directly not an option for you?

Or are you looking to use ttab as a unified utility across multiple platforms and terminal emulators?