Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"terminal=true" not working? #722

Closed
Mikii67 opened this issue May 10, 2021 · 8 comments
Closed

"terminal=true" not working? #722

Mikii67 opened this issue May 10, 2021 · 8 comments
Assignees

Comments

@Mikii67
Copy link

Mikii67 commented May 10, 2021

Hi. I am using version 2.0.42 on a Mac M1 with Big Sur 11.3.1, and I cannot get "terminal=true" to work.

Is anybody else having the same issues?

@zverhope
Copy link

zverhope commented May 18, 2021

Yep, I'm just making the move from BitBar to xbar now and am having the same issue with plugins that work well with BitBar. Also using version 2.0.42 with Big Sur 11.3.1.

@leaanthony
Copy link
Collaborator

I'll check this out this week 👍

@matryer
Copy link
Owner

matryer commented May 21, 2021

Hey @Mikii67 and @zverhope - yeah this not yet working due to complications when implementing it.

The problem is, I wanted to use a template to allow people to customise which application this uses (BitBar only supported Terminal, but people like to use other terminals like iTerm 2 etc.)

@matryer matryer added the bug label May 21, 2021
@Mikii67
Copy link
Author

Mikii67 commented May 21, 2021

Thanks for letting us know, and once again thanks for the great app!

Michele

@Phocacius
Copy link

As a workaround, it's possible to create an intermediate file that launches the terminal:

In the plugin file:

some entry | shell='/Users/xxx/bin/open_terminal.command'

open_terminal.command:

#/bin/bash

open -a "/Applications/Utilities/Terminal.app" "/the/file/you/actually/want/to/open"

@C4Wiz
Copy link

C4Wiz commented Aug 24, 2021

@matryer will we see this fixed in a release anytime soon?

i am not interested in a workaround

@matryer
Copy link
Owner

matryer commented Aug 28, 2021

@C4Wiz Yes - see the latest release

@matryer matryer self-assigned this Aug 28, 2021
@matryer
Copy link
Owner

matryer commented Aug 28, 2021

Duplicate of #680

@matryer matryer marked this as a duplicate of #680 Aug 28, 2021
@matryer matryer closed this as completed Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants