Power User Commands
📱 App & Activity Management
termux-activity-manager
: Manages activities running in the background.termux-app-info [package_name]
: Displays information about the specified app.termux-app-list
: Lists all installed apps.🔊 Audio
termux-audio-info
: Displays information about the audio system.termux-audio-play [file]
: Plays the specified audio file.termux-audio-record [output_file]
: Records audio and saves it to the specified file.termux-microphone-record [output_file]
: Records audio using the microphone.🔋 System & Display
termux-battery-status
: Shows battery information.termux-brightness [value]
: Sets screen brightness.📷 Camera
termux-camera-info
: Provides camera information.termux-camera-photo [output_file]
: Takes a photo.termux-camera-record [output_file]
: Records a video.termux-camera-snapshot [output_file]
: Takes a snapshot.termux-camera-view
: Opens a live camera preview.📋 Clipboard & Contacts
termux-clipboard-get
: Gets clipboard contents.termux-clipboard-set [text]
: Sets clipboard contents.termux-clipboard-clear
: Clears clipboard.termux-contact-get [contact_name]
: Gets contact info.termux-contact-list
: Lists all contacts.📡 Infrared, Storage, Network
termux-infrared-frequencies
: Lists IR frequencies.termux-infrared-transmit [frequency] [pattern]
: Sends IR pattern.termux-storage-list
: Lists storage volumes.termux-storage-get [path]
: Gets storage path info.📲 Miscellaneous Utilities
termux-download [URL]
: Downloads a file.termux-info
: Shows system info.termux-fix-shebang [file]
: Fixes script shebang.termux-wallpaper [file]
: Sets wallpaper.termux-torch [true/false]
: Toggles flashlight.termux-volume
: Controls volume.termux-open-url [URL]
: Opens URL in browser.termux-open [file/path]
: Opens file/path.termux-keyring [options]
: Manages secrets.termux-upload [source_file] [destination_directory]
: Uploads file.