NetworkManager/clients/cli
Thomas Haller 43d93e7c1f cli: tab complete only full D-Bus paths if there is no prefix
When tab completing connections by path name without any already
typed parts, only suggest full D-Bus paths. The numbers are duplicate
and not preferred.

Before:

    $ nmcli connection show path <TAB>
    Display all 118 possibilities? (y or n)
    1                                            46                                           /org/freedesktop/NetworkManager/Settings/29
    10                                           47                                           /org/freedesktop/NetworkManager/Settings/3
    11                                           48                                           /org/freedesktop/NetworkManager/Settings/30
    12                                           49                                           /org/freedesktop/NetworkManager/Settings/31
    13                                           5                                            /org/freedesktop/NetworkManager/Settings/32

Afterwards:

    $ nmcli connection show path <TAB>
    /org/freedesktop/NetworkManager/Settings/1   /org/freedesktop/NetworkManager/Settings/28  /org/freedesktop/NetworkManager/Settings/46
    ...

and

    $ nmcli connection modify path 4<TAB>
    4   40  41  42  43  44  45  46  47  48  49
2019-04-15 20:50:50 +02:00
..
agent.c clients/secret-agent: allow suppressing prompting the entry-id when requesting secrets 2019-02-14 08:00:29 +01:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: tab complete only full D-Bus paths if there is no prefix 2019-04-15 20:50:50 +02:00
common.h cli: add nmc_complete_strv() which takes a string array for completion that may contain NULL 2019-03-07 22:22:39 +01:00
connections.c cli: drop unnecessary NULL sentinel from nmc_complete_strings() 2019-04-15 20:50:50 +02:00
connections.h cli/connections: export nmc_active_connection_cmp() 2018-11-21 11:46:21 +01:00
devices.c cli: drop unnecessary NULL sentinel from nmc_complete_strings() 2019-04-15 20:50:50 +02:00
devices.h cli: rework printing of "wired" and "wifi" device details 2018-07-09 15:43:55 +02:00
general.c cli: drop unnecessary NULL sentinel from nmc_complete_strings() 2019-04-15 20:50:50 +02:00
general.h cli: output a short summary of devices when called without arguments 2016-07-19 14:29:05 +02:00
meson.build build: meson: Add trailing commas 2018-12-20 13:50:34 +01:00
nmcli-completion cli: make nmcli do its own command completion 2017-02-13 16:32:15 +01:00
nmcli.c cli: drop unnecessary NULL sentinel from nmc_complete_strings() 2019-04-15 20:50:50 +02:00
nmcli.h clients: don't tread secret agent as NMSecretAgentOld 2019-02-05 08:27:42 +01:00
polkit-agent.c all: drop unnecessary includes of <errno.h> and <string.h> 2019-02-12 08:50:28 +01:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings.c shared: add flags argument to nm_utils_strsplit_set() 2019-04-10 15:05:57 +02:00
settings.h cli: merge remove-property, reset-property and set-property 2019-03-25 09:12:32 +01:00
utils.c cli: drop unnecessary NULL sentinel from nmc_complete_strings() 2019-04-15 20:50:50 +02:00
utils.h cli: don't use global variable nm_cli in nmc_terminal_spawn_pager() 2018-10-10 09:55:45 +02:00