Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KebabLord/teriyaki

Control your phone using advantages of the termux-api over ssh from your linux pc.
https://github.com/KebabLord/teriyaki

android-controller termux termux-api termux-recommended-for-android termux-tools

Last synced: 4 days ago
JSON representation

Control your phone using advantages of the termux-api over ssh from your linux pc.

Awesome Lists containing this project

README

        

# Mini Termux SSH Controller Script
![preview](https://i.imgur.com/OFTLlzZ.gif)

```
λ ./teriyaki
Mini Termux Controller - Github/Kebablord
scan * scan network to update phone's current IP adress
run - run ssh commands or connect ssh terminal if no arg passed
cp-set - copy the string to phone clipboard
cp-get - return the string from phone clipboard
sms - display latest sms, useful for verification codes (root)
pull - pull the file from phone to computer
push - push the file to phone from computer
share - share the media from computer to phone apps like whatsapp, telegram
mount - use SSHFS to mount specific phone folder to linux folder
```

## Dependencies
Dependencies without asterisk are optional for their regarded options.

#### PC side
- **arp-scan*** - for scanning phone's IP adress from it's MAC
- **ssh*** - core of whole script
- **sshfs** - for mounting folder option

#### Termux side
- `openssh*`
- `termux-api*`

# How to use / Configure the script
Please check [wiki page](https://github.com/KebabLord/teriyaki/wiki/Configuring-the-script)