diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-09-26 12:19:34 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-09-26 12:19:34 +0300 |
commit | a087fe8c11f6139e0e0d48f055f8184e906befce (patch) | |
tree | a8f04eae7601e24bbb1969e31cb8ff41acd8aa55 /README.org | |
parent | 7d0d0e5f1570f06564e07f5e55b9bef9db517f8b (diff) | |
download | ck-a087fe8c11f6139e0e0d48f055f8184e906befce.tar.gz ck-a087fe8c11f6139e0e0d48f055f8184e906befce.tar.bz2 ck-a087fe8c11f6139e0e0d48f055f8184e906befce.zip |
Add new list option to manual
the listing of attributes
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,4 @@ -#+OPTIONS: ^:nil +#+OPTIONS: ^:nil num:nil #+html: <p align="center"><img src="res/logo.png" width="30%" height="30%" /></p> * 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 |