diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-05-03 03:06:50 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-05-03 12:09:27 +0300 |
commit | 3a3424774944a421e1b93cbaf533a3500a4d613c (patch) | |
tree | 8780bec2bbacde34cf861b7cd4dc11f6f07e813f /site-src/pages/index.org | |
parent | ac8a32e855b078e137fe5de4c2bbf9628c004532 (diff) | |
download | ck-3a3424774944a421e1b93cbaf533a3500a4d613c.tar.gz ck-3a3424774944a421e1b93cbaf533a3500a4d613c.tar.bz2 ck-3a3424774944a421e1b93cbaf533a3500a4d613c.zip |
add site and .gitignore
Diffstat (limited to 'site-src/pages/index.org')
-rw-r--r-- | site-src/pages/index.org | 25 |
1 files changed, 25 insertions, 0 deletions
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. |