Doc : Update Bash.

This commit is contained in:
Dmitry Voronin 2024-01-03 16:47:45 +03:00
parent 6d10fdeb75
commit 6ca5f00e3e

View file

@ -21,6 +21,7 @@ Command|Description
Command|Description Command|Description
---|--- ---|---
`archive [DIRS]`|Archive directories. All directories by default. `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_fast [DIRS]`|Archive directories with fast compression. All directories by default.
`archive_check [FILES]`|Check archives integrity. Checks all archives 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. `archive_prune [NAME]`|Delete old versions of archives. All archives by default.
@ -134,7 +135,7 @@ Command|Description
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. ## Ffmpeg.
@ -227,7 +228,7 @@ Command|Description
`name_simple [FILES]`|Rename files to strip all special characters. All files by default. `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 [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_hash_check [FILES]`|Check hashes for previously renamed files. All files by default.
`name_series <SEASON> [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 <SEASON> [FILES]`|Rename files for Kavita manga format. All files by default. `name_manga <SEASON> [FILES]`|Rename files for Kavita manga format. All files by default.
`name_ext <EXTENSION> [FILES]`|Rename files with new extension. All files by default. `name_ext <EXTENSION> [FILES]`|Rename files with new extension. All files by default.
`name_prefix <OLD> <NEW> [FILES]`|Change file name prefix. All matching files by default. `name_prefix <OLD> <NEW> [FILES]`|Change file name prefix. All matching files by default.