NetworkManager/src/nmtui
Thomas Haller e2bd2f3f91
tui: fix order of includes in "nmt-page-bond-port.c"
Headers should be included in a particular order. See the CONTRIBUTING
file.
2021-08-26 23:05:12 +02:00
..
meson.build bond: add support of queue_id of bond port 2021-08-26 23:04:31 +02:00
nm-editor-bindings.c tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nm-editor-bindings.h tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nm-editor-utils.c tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nm-editor-utils.h
nmt-address-list.c
nmt-address-list.h
nmt-connect-connection-list.c tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmt-connect-connection-list.h
nmt-device-entry.c
nmt-device-entry.h
nmt-edit-connection-list.c
nmt-edit-connection-list.h
nmt-editor-grid.c
nmt-editor-grid.h
nmt-editor-page-device.c
nmt-editor-page-device.h
nmt-editor-page.c
nmt-editor-page.h
nmt-editor-section.c
nmt-editor-section.h
nmt-editor.c bond: add support of queue_id of bond port 2021-08-26 23:04:31 +02:00
nmt-editor.h bond: add support of queue_id of bond port 2021-08-26 23:04:31 +02:00
nmt-ip-entry.c
nmt-ip-entry.h
nmt-mac-entry.c
nmt-mac-entry.h
nmt-mtu-entry.c
nmt-mtu-entry.h
nmt-page-bond-port.c tui: fix order of includes in "nmt-page-bond-port.c" 2021-08-26 23:05:12 +02:00
nmt-page-bond-port.h bond: add support of queue_id of bond port 2021-08-26 23:04:31 +02:00
nmt-page-bond.c libnm: Use _nm_connection_ensure_setting() 2021-08-20 19:02:23 +02:00
nmt-page-bond.h
nmt-page-bridge-port.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-bridge-port.h
nmt-page-bridge.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-bridge.h
nmt-page-dsl.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-dsl.h
nmt-page-ethernet.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-ethernet.h
nmt-page-infiniband.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-infiniband.h
nmt-page-ip-tunnel.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-ip-tunnel.h
nmt-page-ip4.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-ip4.h
nmt-page-ip6.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-ip6.h
nmt-page-ppp.c
nmt-page-ppp.h
nmt-page-team-port.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-team-port.h
nmt-page-team.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-team.h
nmt-page-vlan.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-vlan.h
nmt-page-wifi.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-wifi.h
nmt-page-wireguard.c tui: fix order of includes 2021-08-20 22:16:36 +02:00
nmt-page-wireguard.h tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmt-password-dialog.c
nmt-password-dialog.h
nmt-password-fields.c
nmt-password-fields.h
nmt-route-editor.c
nmt-route-editor.h
nmt-route-entry.c
nmt-route-entry.h
nmt-route-table.c
nmt-route-table.h
nmt-slave-list.c
nmt-slave-list.h
nmt-utils.c
nmt-utils.h
nmt-widget-list.c
nmt-widget-list.h
nmt-wireguard-peer-editor.c tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmt-wireguard-peer-editor.h tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmt-wireguard-peer-list.c tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmt-wireguard-peer-list.h tui: add WireGuard support to nmtui 2021-08-17 14:10:12 +02:00
nmtui-connect.c
nmtui-connect.h
nmtui-edit.c
nmtui-edit.h
nmtui-hostname.c
nmtui-hostname.h
nmtui.c all: use nm_g_idle_add() instead of g_idle_add() 2021-07-26 15:30:09 +02:00
nmtui.h
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

nmtui

The curses-based text user interface of NetworkManager. It uses the D-Bus API of NetworkManager (via libnm).

This is a NetworkManager client applications that can edit connection profiles and activate them, by providing a text UI.

It uses libnewt.

See: