From 22fca0324c162fa9a6abc5192aea2b5453c057b5 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Wed, 19 Sep 2018 23:59:37 +0300 Subject: Add list action (no docs) --- src/cksearch.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/cksearch.h (limited to 'src/cksearch.h') diff --git a/src/cksearch.h b/src/cksearch.h new file mode 100644 index 0000000..ee06a15 --- /dev/null +++ b/src/cksearch.h @@ -0,0 +1,25 @@ +/* cksearch.h - search for stuff in ck ---------------------------------*- C -*- + * + * This file is part of ck, the config keeper + * + * ----------------------------------------------------------------------------- + * + * Copyright (C) 2018 Anastasis Grammenos + * GPLv3 (see LICENCE for the full notice) + * + * ----------------------------------------------------------------------------- + * + * Search the database and get results for programs and confing paths. + * Provides functions to match user's query to actual entries in the + * database. + * + * (TODO) Also implements the infile search, to match strings in the files + * contained in the database. + * + * -------------------------------------------------------------------------- */ +#ifndef CKSEARCH_H +#define CKSEARCH_H + + + +#endif /* CKSEARCH_H */ -- cgit v1.2.3