Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/KebabLord/teriyaki
- Owner: KebabLord
- Created: 2019-08-21T11:29:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T06:23:25.000Z (6 months ago)
- Last Synced: 2024-12-25T23:06:32.822Z (9 days ago)
- Topics: android-controller, termux, termux-api, termux-recommended-for-android, termux-tools
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 69
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - KebabLord/teriyaki - Control your phone using advantages of the termux-api over ssh from your linux pc. (Shell)
- awesome-starred - KebabLord/teriyaki - Control your phone using advantages of the termux-api over ssh from your linux pc. (Shell)
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)