From 3a3424774944a421e1b93cbaf533a3500a4d613c Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 3 May 2018 03:06:50 +0300 Subject: add site and .gitignore --- docs/index.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 docs/index.html (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..c0c5407 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,90 @@ + + + + + +ck - the config keeper + + + + + + + + + + + + + + + + + + + +Skip to main content +
+ +

ck - the config keeper

+ + + +
+

+nil

+ +

+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 laziness. +

+ +

+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. +

+ +

+It also provides an convenient way to quickly edit any config file +indexed by it. +

+
+ + +
+
+ + + + + + + + -- cgit v1.2.3