aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
blob: c0c5407f70c810e1b8b08120e08364c66253d3c1 (plain) (blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ck - the config keeper</title>
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/dark.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="canonical" href="https://gramanas.github.io/ck/">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><meta name="author" content="gramanas">
<meta property="og:site_name" content="ck - the config keeper">
<meta property="og:title" content="ck - the config keeper">
<meta property="og:url" content="https://gramanas.github.io/ck/">
<meta property="og:description" content="ck is currently in pre-alpha version, meaning barely usable and unsafe to use
without a backup of your configs.



ck is a C utility that aids with the config file management.
It's a direct result of ">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2018-05-03T02:57:29+03:00">
</head>
<body class="hack dark">

<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
    <div id="container">
         
    <header id="header"><h1 id="brand"><a href="https://gramanas.github.io/ck/" title="ck - the config keeper" rel="home">

        <span id="blog-title">ck - the config keeper</span>
    </a></h1>

        

        
    <nav id="menu"><ul>
<li><a href="manual/">user manual</a></li>
                <li><a href="ck-mode/">ck-mode</a></li>
    
    
    </ul></nav></header><main id="content"><article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">ck - the config keeper</a></h1>

        

    </header><div class="e-content entry-content" itemprop="articleBody text">
    <p>
<img src="pics/logo.png" alt="nil"></p>

<p>
ck is currently in pre-alpha version, meaning barely usable and unsafe to use
without a backup of your configs.
</p>

<p>
ck is a C utility that aids with the config file management.
It's a direct result of laziness.
</p>

<p>
It basically moves a config file to a special directory
and then links it to the place it should be.
Later you can sync this directory with whatever way fits you.
</p>

<p>
It also provides an convenient way to quickly edit any config file
indexed by it.
</p>
    </div>
    

</article></main><footer id="footer"><p>Contents © 2018         <a href="mailto:anastasis.gramm2@gmail.com">gramanas</a> - Powered by         <a href="https://getnikola.com" rel="nofollow">Nikola</a>         </p>
            
        </footer>
</div>
    
    

    
    
    
</body>
</html>