This file is indexed.

/etc/clipf.conf is in clipf 0.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# clim configuration
#
# at startup clipf tried to import configuration from this files:
# system-wide config at /etc/clipf.conf
# user-level config at ~/clipf.conf
# db-specific config at <conf_path>/clipf.conf

#default account for new operations
#opt.acc='00'
#
#show report output in 'less', if output exceed this number of lines
#opt.max_lines=40
#
#Your input encoding (terminal encoding).
#opt.term_enc=sys.stdin.encoding or 'UTF-8'
#
#Your data files encoding.
#opt.db_enc='UTF-8'

#report fields formatting for colorized output
#add the same lines, with opt.fmtc replaced with opt.fmtm for monochrome output
#opt.fmtc['prod']='\033[34;1m%%(%s)-10.10s\033[0m'
#opt.fmtc['prod_code']='\033[34;1m%%(%s)-10.10s\033[0m'
#opt.fmtc['prod_code_full']='\033[34;1m%%(%s)-10s\033[0m'
#opt.fmtc['acc_id']='\033[35;1m%%(%s)-10.10s\033[0m'
#opt.fmtc['prod_name']='\033[36m%%(%s)-16s\033[0m'
#opt.fmtc['note']='\033[36m%%(%s)s\033[0m'
#opt.fmtc['amount']='\033[37m%%(%s)8.2f\033[0m'
#opt.fmtc['date']='\033[0m%%(%s)s'
#opt.fmtc['tags']='\033[0m%%(%s)s'
#opt.fmtc['header']='\033[34;1m'
#opt.fmtc['param']='\033[35;1m%%(%s)s\033[0m'
#opt.fmtc['prompt']="\033[31m%(date)s:%(acc)s> \033[0m"
#opt.fmtc['spln']='\033[34m--------------------------------------\033[0m'
    
#aliases definitions
#use 
#  opt.aliases['<command_string_prefix>']='<prefix_substitution>'
#to define new alias
#
#use 
#  del opt.aliases['<string_prefix>'] 
#to remove alias for <string_prefix>
#
#aliases defined in default configuration:
#opt.aliases['oo ']='op add '
#opt.aliases['ol']='op ls'
#opt.aliases['pl']='prod ls'
#opt.aliases['cc ']='calc '
#opt.aliases['acc']='rep acc'
#opt.aliases['o ']='op '
#opt.aliases['p ']='prod '
#opt.aliases['r ']='rep '