Aktualisierte Dateien
This commit is contained in:
parent
d3a17f93ee
commit
e8a445a7c7
1 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -141,6 +141,19 @@ You should also create a central configuration file /etc/NameToUnix/config.toml
|
|||
# Dadurch werden in den Dateinamen alle "foo" durch "bar" ersetzt, und "old" durch "neu".
|
||||
# WICHTIG: Die hartcodierten Transformationen sind aber immer vorrangig und lassen sich auch nicht rückgängig machen.
|
||||
# Die persönlichen Einstellungen überschreiben diese Einstellungen.
|
||||
# VORSICHT! Zuerst mit 'NameToUnix -n <path>' testen
|
||||
# --------------------------------------------
|
||||
# In this file, any additional key-value pairs can be stored under [replacements],
|
||||
# which are replaced in the file master name. For example:
|
||||
#
|
||||
# [replacements]
|
||||
# “foo” = “bar”
|
||||
# “old” = “new”
|
||||
#
|
||||
# This replaces all “foo” with “bar” and “old” with “new” in the file names.
|
||||
# IMPORTANT: The hard-coded transformations always have priority and cannot be undone.
|
||||
# The personal settings overwrite these settings.
|
||||
|
||||
# BE CAREFUL! First test with 'NameToUnix -n <path>' (Just display the changes)
|
||||
|
||||
[replacements]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue