From 024b12ccb996ea706de9e35dc48b20174166160b Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Fri, 23 Aug 2024 03:21:25 +0200 Subject: [PATCH] updated documentation --- DOCUMENTATION.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index b1a6375..4d98a4f 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1279,18 +1279,20 @@ Valid Options are: | line_ends | the end of line marker using -e, --ends | | special_chars | special chars using --chr, --char | | summary_message | the message displayed using -f, --files/-d, --dirs/-s, --sum/-w, --wordcount/--cc, --charcount | -| number_evaluation | the evaluated value using --eval, --EVAL | -| number_conversion | the converted values using --bin/--oct/--dec/--hex | | file_attribute_message | the message containing time stamps and file size using -a, --attributes | | active_file_attributes | the attributes a file has set using -a, --attributes | | missing_file_attributes | the attributes a file has not set using -a, --attributes | | checksum_message | the calculated checksum of a given file using -m, --checksum | +| number_evaluation | the evaluated value using --eval, --EVAL | +| number_conversion | the converted values using --bin/--oct/--dec/--hex | | raw_viewer | the output using --hexview, --HEXVIEW/--binview, --binview | | found_keyword | the found substring using find=X, find꞉X | | found_keyword_message | the message displayed when using find=X, find꞉X | | matched_pattern | the matched pattern using match=X, match꞉X | | matched_pattern_message | the message displayed when using match=X, match꞉X | | substring_replacement | the replaced string using [a,b] | +| progressbar_done | the progress that is already done (displayed when using --vise, --visualizee or reading large files) | +| progressbar_missing | the progress that is still missing (displayed when using --vise, --visualizee or reading large files) | | message_information | any informational message like update information | | message_important | any important message like large file sizes | | message_warning | any warning message like overwriting a file with itself |