-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands.de.xml and commands.en.xml templates for muCommander
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Jacksum muCommander integration/configuration file | ||
If you want to have HashGarten/Jacksum (https://jacksum.net) | ||
integrated in muCommander (https://www.mucommander.com), | ||
copy this file (commands.xml) to the .mucommander directory, | ||
see also https://github.com/mucommander/mucommander/wiki/Preference-Files#locating-the-customisation-files | ||
--> | ||
<commands> | ||
<command alias="Jacksum - 1) Berechne Hashwerte" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 1)\ Berechne\ Hashwerte.lnk" "$f"" /> | ||
<command alias="Jacksum - 2) Überprüfe die Datenintegrität" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 2)\ Überprüfe\ die\ Datenintegrität" "$f"" /> | ||
<command alias="Jacksum - 3) Benutzerdefinierte Ausgabe" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 3)\ Benutzerdefinierte Ausgabe.lnk" "$f"" /> | ||
<command alias="Jacksum - 4) Bearbeite Batch" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 4)\ Bearbeite\ Batch.lnk"" /> | ||
</commands> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Jacksum muCommander integration/configuration file | ||
If you want to have HashGarten/Jacksum (https://jacksum.net) | ||
integrated in muCommander (https://www.mucommander.com), | ||
copy this file (commands.xml) to the .mucommander directory, | ||
see also https://github.com/mucommander/mucommander/wiki/Preference-Files#locating-the-customisation-files | ||
--> | ||
<commands> | ||
<command alias="Jacksum - 1) Calculate hash values" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 1)\ Calculate\ hash\ values.lnk" "$f"" /> | ||
<command alias="Jacksum - 2) Check the data integrity" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 2)\ Check\ the\ data\ integrity" "$f"" /> | ||
<command alias="Jacksum - 3) Customized output" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 3)\ Customized\ output.lnk" "$f"" /> | ||
<command alias="Jacksum - 4) Edit batch" value="cmd /c start "" "@SENDTO@\\Jacksum\ -\ 4)\ Edit\ batch.lnk"" /> | ||
</commands> |