Developer Commands
Essential developer commands for clipboard management, device control, media handling, notifications, and system interaction.
Clipboard & Sharing
3 commandsGet Clipboard Text
Retrieves the current contents of the clipboard.
Set Clipboard Text
Sets the clipboard contents to the specified text.
Share Content
Shares files or text using the Android share menu.
Device Info
3 commandsSystem Info
Displays Termux environment debug information.
CPU Info
Displays information about the device's CPU.
Get Location
Retrieves the device's current GPS location.
Media & Camera
2 commandsCamera Photo
Takes a photo using the device's camera.
Play Media
Plays an audio file using Termux's media player.
Notifications
2 commandsSend Notification
Sends a notification to the Android system tray.
Remove Notification
Removes a previously sent notification.
Network & Web
2 commandsScan Wi-Fi
Scans and displays nearby Wi-Fi networks.
Open URL
Opens a URL in the device's default browser.
Telephony
2 commandsSend SMS
Sends an SMS message to a phone number.
Get Call Log
Lists recent call history from the device.
Contacts
1 commandsAccess Contact List
Lists all saved contacts.
💡 Developer Tips
- • Use clipboard commands to integrate with Android clipboard for seamless data transfer
- • Device info commands help you gather system information for app compatibility checks
- • Media player commands enable audio playback automation in your scripts
- • Notifications provide user feedback without opening additional apps
- • SMS and call log commands allow programmatic access to device communication history
- • Location commands can be used in location-based automation workflows
- • Always request appropriate permissions before accessing sensitive device data
- • Combine multiple commands to create powerful mobile automation solutions