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

Can Warp support adb shell commands like ssh? #4900

Closed
1 task done
18-Xtreme opened this issue May 10, 2024 · 1 comment
Closed
1 task done

Can Warp support adb shell commands like ssh? #4900

18-Xtreme opened this issue May 10, 2024 · 1 comment
Labels
Feature requests Feature Requests

Comments

@18-Xtreme
Copy link

18-Xtreme commented May 10, 2024

Dupe Check

Describe the solution you'd like?

use adb shell command like ssh command.

Is your feature request related to a problem? Please describe.

When I use the ssh command, it feels like I am in a local shell, but the adb shell command executes all commands in a block, and the clear command will cause the next input command to be invisible!

Additional context

image

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

@18-Xtreme 18-Xtreme added the Feature requests Feature Requests label May 10, 2024
@dannyneira
Copy link
Member

dannyneira commented May 10, 2024

Hi @18-Xtreme Thanks for this feature request. Since Warpifying a subshell is only supported on bash/zsh/fish subshell at this time, you may work around this by changing the emulator or device default shell to one of those to get the subshell to work. https://docs.warp.dev/features/subshells#how-to-warpify-the-subshell

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants