From a087fe8c11f6139e0e0d48f055f8184e906befce Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 26 Sep 2018 12:19:34 +0300 Subject: Add new list option to manual the listing of attributes --- README.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 7c71738..757b991 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+OPTIONS: ^:nil +#+OPTIONS: ^:nil num:nil #+html:

* ck *The Config Keeper* @@ -184,6 +184,7 @@ Usage: or ls or l or -l List can show the *paths* or the *programs* that ck keeps track of. + With the flag *-t* and then one of the follwing types one can change the way the list is printed: - *plain*: simple listing (default) @@ -193,13 +194,13 @@ the way the list is printed: Using the keyword *tree* ck can list the configurations under their corresponding program. -#+BEGIN_SRC C - /* TODO: show primary and secret atributes */ -#+END_SRC +Passing the *-a* flag will enable the listing of config attributes (secret or primary). +It is best used with tree or plain paths. + Usage: #+BEGIN_SRC sh - # list tree structure - $ ck list tree + # list tree structure, with attributes + $ ck list tree -a # list paths in python $ ck l paths -t python # list programs in lisp -- cgit v1.2.3