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 ...@@ -4,7 +4,7 @@ Profile
A profile in a set of configuration options. A profile in a set of configuration options.
cc-cli support FreeDesktop BaseDirectory specifications, see cc-cli support FreeDesktop BaseDirectory specifications, see
http://standards.freedesktop.org/basedir-spec/0.6/ to store his config files. 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. every profile is a section.
cc-cli load at every start the cli profile. You can specify cc-cli load at every start the cli profile. You can specify
a default profile in cli profile with option "profile". a default profile in cli profile with option "profile".
......
# this is the default profile # Options in this section is loaded is each others section
[cli] [DEFAULT]
hsize = 1000 hsize = 1000
#debug = true
# This section is loaded at start
[cli]
profile = lab profile = lab
[lab] [lab]
...@@ -8,9 +12,9 @@ login = sluttrin ...@@ -8,9 +12,9 @@ login = sluttrin
pass = toto pass = toto
server = 192.168.0.162 server = 192.168.0.162
[preprod] [amillet]
login = seblu login = sluttrin
pass = sex pass = chiche
server = 192.168.0.41 server = 192.168.0.41
debug = true 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