Skip to content

Commit

Permalink
add more info for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed May 10, 2024
1 parent 21bc8cb commit 2ad0373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/terminal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ When you run `adb shell command` on your computer, you run a single command on t

The terminal page in Tango works like `adb shell`, it runs an interactive shell session on the device. If you see a command that starts with `adb shell` and you want to run it in Tango, just remove the `adb shell` part. For example, if you see `adb shell ls`, only type `ls` in the terminal page.

## Other ADB commands

Other ADB commands, like `adb push` or `adb root`, are implemented in Google ADB client. But since Tango doesn't use Google ADB client, these commands are not available here.

For some ADB commands, Tango provides a more user-friendly way to run them. For example, to push files to the device, you can use the **File Browser** page. If the command you need is not available in Tango, you can send a feature request with your use case in our [Discord server](https://discord.gg/26k3ttC2PN).

## Command bar

The command bar at top of the page has the following buttons:
Expand Down

0 comments on commit 2ad0373

Please sign in to comment.