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 --- site-src/pages/index.org | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 site-src/pages/index.org (limited to 'site-src/pages/index.org') diff --git a/site-src/pages/index.org b/site-src/pages/index.org new file mode 100644 index 0000000..3b2469a --- /dev/null +++ b/site-src/pages/index.org @@ -0,0 +1,25 @@ +#+BEGIN_COMMENT +.. title: ck - the config keeper +.. slug: index +.. date: 2018-05-03 02:57:29 UTC+03:00 +.. tags: +.. category: +.. link: +.. description: +.. type: text +#+END_COMMENT + +[[img-url:/pics/logo.png]] + +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