mirror of
https://github.com/jarun/nnn.git
synced 2025-01-23 17:26:42 +00:00
Update checksum plugin documentation
This commit is contained in:
parent
ca714eac90
commit
33062d7c6e
|
@ -4,10 +4,10 @@
|
||||||
#
|
#
|
||||||
# If selection is used: it will generate one file containing the checksums with file names
|
# If selection is used: it will generate one file containing the checksums with file names
|
||||||
# [and with paths if they are in another directory]
|
# [and with paths if they are in another directory]
|
||||||
# The filename will be checksum_timestamp.checksum_type
|
# The output checksum filename will be checksum_timestamp.checksum_type
|
||||||
# If file is used: if the file is a checksum, it does the verification
|
# If file is used: if the file is a checksum, the plugin does the verification
|
||||||
# if the file is not a checksum, it will be created from it
|
# if the file is not a checksum, checksum will be generated for it
|
||||||
# The filename will be filename.checksum_type
|
# The output checksum filename will be filename.checksum_type
|
||||||
#
|
#
|
||||||
# Shell: POSIX compliant
|
# Shell: POSIX compliant
|
||||||
# Author: ath3
|
# Author: ath3
|
||||||
|
|
Loading…
Reference in a new issue