diff --git a/README.md b/README.md index f1a5729..ef0837a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,23 @@ Example configuration: $cap ] ] ``` +### File System Usage + +Summarize the size of file-system directory. Equivalent to `du -s -b`. +Query the size of a directory in bytes by observing ``. + +``` +# Configuration example + +? [ + + > + ? ?cap> [ + $cap + ] + +] +``` ### JSON Socket Translator diff --git a/assertions.prs b/assertions.prs new file mode 100644 index 0000000..a556e81 --- /dev/null +++ b/assertions.prs @@ -0,0 +1,3 @@ +version 1. + +FileSystemUsage = . diff --git a/config.prs b/config.prs index 02094ce..3793d4b 100644 --- a/config.prs +++ b/config.prs @@ -6,6 +6,10 @@ CacheArguments = . +FileSystemUsageArguments = . + JsonTranslatorArguments =