Skip to content

Instantly share code, notes, and snippets.

@vcgomes
Created September 29, 2012 20:32
Show Gist options
  • Save vcgomes/3805120 to your computer and use it in GitHub Desktop.
Save vcgomes/3805120 to your computer and use it in GitHub Desktop.
hq command line ideas

hq - Command line command center

Commands:

hq status

hq send-file <file> [Bluetooth address]

Without Bluetooth address, discovery will be triggered

hq receive-file [path]

Receive a file via Bluetooth

hq scan

List known networks and scan for new ones

hq connect [network name]

Without name, scan will be triggered

hq pair [Bluetooth address]

Without address, discovery will be triggered

hq discover

List known Bluetooth devices and discover new ones

hq lock

Lock the user’s screen

hq enable <bluetooth|ethernet|wifi|offlinemode>

Enable this technology (or mode)

hq disable <bluetooth|ethernet|wifi|offlinemode>

Disable this technology (or mode)

hq bt

Lower level Bluetooth settings

hq bt visible [yes|no]

hq bt list-devices

hq net

Lower level network setting

hq net tether <device>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment