NetworkManager/clients
Jiří Klimeš 40e98f5d68 nmcli: add --order option for 'nmcli connection show'
The option allows you to specify custom sorting order.
Default order (when no --order is provided) corresponds to -o "active:name:path"

Examples:
nmcli con show -o name
nmcli con show -o +name
  - sort connections by name alphabetically
nmcli con show -o -name
  - sort connections by name alphabetically in reverse order
mmcli con show -o active:name
  - sort connections first by active status, then by name
mmcli con show -o -path
  - sort connections by D-Bus path in reverse order
2015-02-23 09:24:21 +01:00
..
cli nmcli: add --order option for 'nmcli connection show' 2015-02-23 09:24:21 +01:00
common libnm: rename NMSecretAgent to NMSecretAgentOld 2014-11-21 12:17:41 -05:00
tui tui: fix crash when editing DSL connection 2015-01-07 19:29:53 +01:00
Makefile.am libnm: port to GDBus 2014-09-18 11:51:09 -04:00
nm-online.c all: consistently include config.h 2014-11-13 17:18:42 -05:00