diff --git a/.doc/Bash.md b/.doc/Bash.md index 0552a3c..7446322 100644 --- a/.doc/Bash.md +++ b/.doc/Bash.md @@ -21,6 +21,7 @@ Command|Description Command|Description ---|--- `archive [DIRS]`|Archive directories. All directories by default. +`archive_mt [DIRS]`|Archive using multiple threads. Uses 50% of free RAM. All directories by default. `archive_fast [DIRS]`|Archive directories with fast compression. All directories by default. `archive_check [FILES]`|Check archives integrity. Checks all archives by default. `archive_prune [NAME]`|Delete old versions of archives. All archives by default. @@ -134,7 +135,7 @@ Command|Description Command|Description ---|--- -`doc_bash`|Generate a markdown file with all the help info. Outputs to `~/.doc/bash.md`. +`doc_bash`|Generate a markdown file with all the help info. Outputs to `~/.doc/Bash.md`. ## Ffmpeg. @@ -227,7 +228,7 @@ Command|Description `name_simple [FILES]`|Rename files to strip all special characters. All files by default. `name_hash [FILES]`|Rename all files to their hashes while keeping extensions. All files by default. `name_hash_check [FILES]`|Check hashes for previously renamed files. All files by default. -`name_series [FILES]`|Rename files for Jellyfin series, i.e. `Episode S01E01.mkv` All files by default. +`name_series [FILES]`|Rename files for Jellyfin series, i.e. `Episode S01E01.mkv` All files by default. `name_manga [FILES]`|Rename files for Kavita manga format. All files by default. `name_ext [FILES]`|Rename files with new extension. All files by default. `name_prefix [FILES]`|Change file name prefix. All matching files by default.