Skip to content
Snippets Groups Projects
Commit cccee151 authored by Seblu's avatar Seblu
Browse files

Improve doc and examples

parent b7e5ce58
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Profile
A profile in a set of configuration options.
cc-cli support FreeDesktop BaseDirectory specifications, see
http://standards.freedesktop.org/basedir-spec/0.6/ to store his config files.
Profiles are stored in ~/.config/cc-cli/profile. This file format is ini where
Profiles are stored in ~/.config/cc-cli/profile. This file format is ini in which
every profile is a section.
cc-cli load at every start the cli profile. You can specify
a default profile in cli profile with option "profile".
......
# this is the default profile
[cli]
# Options in this section is loaded is each others section
[DEFAULT]
hsize = 1000
#debug = true
# This section is loaded at start
[cli]
profile = lab
[lab]
......@@ -8,9 +12,9 @@ login = sluttrin
pass = toto
server = 192.168.0.162
[preprod]
login = seblu
pass = sex
[amillet]
login = sluttrin
pass = chiche
server = 192.168.0.41
debug = true
......
[color]
a = lpurple
h = lred
pop = lyellow
mem* = lyellow
r = red
id = lblue
cpu = lyellow
con = cyan
[titlecolor]
h = red
id = cyan
[type]
uptime = second
con = second
disk* = si
sto* = si
mem* = bit
[option]
quotespace = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment