summaryrefslogtreecommitdiff
path: root/clients/cli/utils.h
Commit message (Expand)AuthorAgeFilesLines
* cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-141-9/+13
* cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2018-05-141-0/+40
* cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2018-05-141-0/+6
* cli: use a palette to implement coloringLubomir Rintel2018-05-101-8/+5
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-101-2/+1
* cli: drop --prompt-colorLubomir Rintel2018-05-101-2/+1
* clients: change nm_meta_abstract_info_get() to report defaultsBeniamino Galvani2018-04-131-0/+1
* cli: drop nmc_strsplit_set()Thomas Haller2017-12-121-1/+0
* cli: refactor printing IP6 device infoThomas Haller2017-09-261-0/+7
* clients: make meta data subtypes of NMObjBaseInstThomas Haller2017-07-051-1/+4
* cli: spawn a pager when running on a terminalLubomir Rintel2017-05-151-1/+3
* cli: don't mark field names for translationThomas Haller2017-04-231-1/+1
* cli/trivial: remove whitespace between N_ macro and parenthesisThomas Haller2017-04-191-1/+1
* cli: move parsing of meta data fieldsThomas Haller2017-04-131-20/+0
* cli/trivial: rename NmcOutputSelectionItem typeThomas Haller2017-04-131-10/+10
* cli: cleanup meta data virtual function argumentsThomas Haller2017-04-121-0/+3
* cli: use nmc_print() to output device's IP4 infoThomas Haller2017-04-121-2/+18
* cli: use nmc_print() to output `nmcli general logging`Thomas Haller2017-04-121-0/+4
* cli: use nmc_print() to output `nmcli general permissions`Thomas Haller2017-04-121-0/+6
* cli: implement new nmc_print() command to generically output cli dataThomas Haller2017-04-121-2/+31
* cli: move and rename TermColor and TermFormatThomas Haller2017-04-051-6/+6
* cli: fix signature of NMMetaAbstractType:get_fcn()Thomas Haller2017-04-051-7/+7
* cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-051-0/+27
* cli: add nmc_output_selection_create() to parse field selectionThomas Haller2017-04-051-1/+18
* cli: split tracking of meta data out of NmcOutputFieldThomas Haller2017-04-051-3/+3
* cli: pass arguments for print_data separately of NmcOutputDataThomas Haller2017-04-051-1/+5
* cli: merge NmcPrintFields into NmcOutputData and pass it directly to print_re...Thomas Haller2017-04-051-1/+6
* cli: use enum NmcOfFlags instead of plain integer flags and pass to print_req...Thomas Haller2017-04-051-1/+1
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-051-1/+1
* cli: split print_data() in a part with and without side-effectsThomas Haller2017-03-301-2/+2
* cli: split output data from NmCli to a separate fieldThomas Haller2017-03-301-1/+1
* cli: separate input and in-out arguments in print_data()Thomas Haller2017-03-301-2/+3
* cli: pass use_colors as separate option instead of global nmcThomas Haller2017-03-301-1/+1
* cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-301-31/+0
* cli: add values_func() to NmcPropertyInfo and use for "connection" settingThomas Haller2017-03-301-1/+1
* cli: add NmCli argument to next_arg()Lubomir Rintel2017-03-281-1/+1
* nmcli: don't enforce anymore the -f(ields) option in -t(erse) modeFrancesco Giudici2017-03-281-1/+0
* cli: make match() return booleanLubomir Rintel2017-02-151-1/+1
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-1/+1
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-051-1/+1
* cli: remove unused functionsThomas Haller2016-05-031-3/+0
* cli: remove version check against NMFrancesco Giudici2016-04-281-1/+0
* cli: move the decision whether to use colors to nmc_colorize()Lubomir Rintel2015-12-051-1/+1
* cli: take color name arguments for "nmcli prompt-color" in editor (bgo #744936)Jiří Klimeš2015-06-111-0/+1
* cli: add nmc_string_to_tristate()Beniamino Galvani2015-06-091-0/+7
* cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-05-281-1/+1
* cli: don't return empty strings in nmc_string_to_arg_array()Jiří Klimeš2015-03-121-1/+2
* nmcli: add support for terminal formatting, like bold, dim, underline, etc.Jiří Klimeš2015-02-231-1/+3
* nmcli: add support for printing color stringsJiří Klimeš2015-02-231-0/+1
* nmcli: make filtering color sequences a utility functionJiří Klimeš2015-02-231-1/+3