NetworkManager/src/nmcli
Thomas Haller 047d2c1d92
all: prefer g_snprintf() over snprintf()
While both functions are basically the same, the majority of the time
we use g_snprintf(). There is no strong reason to prefer one or the
other, but let's keep using one variant.
2021-08-26 23:05:13 +02:00
..
agent.c all: rename nm_utils_strdup_reset*() to nm_strdup_reset*() 2021-08-02 09:26:47 +02:00
common.c all: rename nm_utils_strdict_*() to nm_strdict_*() 2021-08-02 09:26:48 +02:00
common.h cli: Fix for rl_startup_hook function signatures mismatch (-lreadline vs -ledit) 2021-07-14 17:16:45 +02:00
connections.c all: prefer g_snprintf() over snprintf() 2021-08-26 23:05:13 +02:00
connections.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
devices.c all: unify and rename strv helper API 2021-07-29 10:26:50 +02:00
devices.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
general.c nmcli: edit output of nmcli so it shows more inormation about routes 2021-08-02 09:37:02 +02:00
generate-docs-nm-settings-nmcli.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
generate-docs-nm-settings-nmcli.xml.in bond: add support of queue_id of bond port 2021-08-26 23:04:31 +02:00
meson.build build: fix linking libnm-log-null into different test programs 2021-07-05 14:51:27 +02:00
nmcli-completion bash-completion: localize the prev variable 2021-06-08 11:38:45 +02:00
nmcli.c cli: Provide optional support for libedit instead of readline 2021-07-14 17:16:45 +02:00
nmcli.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
polkit-agent.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
polkit-agent.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00
settings.c all: rename nm_utils_strsplit_set*() to nm_strsplit_set*() 2021-08-02 09:26:47 +02:00
settings.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
utils.c all: rename nm_utils_strsplit_set*() to nm_strsplit_set*() 2021-08-02 09:26:47 +02:00
utils.h nmcli: include 'searches' field for nmcli device show 2021-07-09 15:21:08 -03:00

nmcli

The command line user interface of NetworkManager. It uses the D-Bus API of NetworkManager (via libnm).

See:

  • man 1 nmcli ([www])
  • man 7 nmcli-examples ([www])
  • man 5 nm-settings-nmcli ([www])

Try also with bash-completion!