From a25748ad298414705340ebbaf91090dd5cdb10e9 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Sun, 17 Dec 2017 17:02:09 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b9e660a..5a46046 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ See the [example](#example) for an overview of the available features. * [Find files](#find-files) * [Display entire tree](#display-entire-tree) * [Catalog graph](#catalog-graph) + * [Edit storage](#edit-storage) * [Example](#example) * [Contribution](#contribution) @@ -142,6 +143,8 @@ File/folder separator is `/` $ catcli ls tmp/a/b/c ``` +Resulting files can be sorted by size using `-S`. + See the [example](#example) for more. ## Find files @@ -149,12 +152,16 @@ See the [example](#example) for more. Files and directories can be found based on their names using the `find` command. +Resulting files can be sorted by size using `-S`. + See the [example](#example) for more. ## Display entire tree The entire catalog can be shown using the `tree` command. +Resulting files can be sorted by size using `-S`. + See the [example](#example) for more. ## Catalog graph @@ -169,6 +176,13 @@ create graph with "dot /tmp/catcli.dot -T png -o /tmp/tree.png" (you need graphv $ dot /tmp/catcli.dot -T png -o /tmp/tree.png ``` +## Edit storage + +Storage entry can be edited with + +* `rename` - rename the storage +* `edit` - edit storage metadata + # Example Let's first create some files and directories: