Skip to content

Commit

Permalink
commands.de.xml and commands.en.xml templates for muCommander
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo committed Apr 3, 2024
1 parent 8cecf8b commit b88e50d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/commands.de.xml
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 &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 1)\ Berechne\ Hashwerte.lnk&quot; &quot;$f&quot;" />
<command alias="Jacksum - 2) Überprüfe die Datenintegrität" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 2)\ Überprüfe\ die\ Datenintegrität&quot; &quot;$f&quot;" />
<command alias="Jacksum - 3) Benutzerdefinierte Ausgabe" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 3)\ Benutzerdefinierte Ausgabe.lnk&quot; &quot;$f&quot;" />
<command alias="Jacksum - 4) Bearbeite Batch" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 4)\ Bearbeite\ Batch.lnk&quot;" />
</commands>
15 changes: 15 additions & 0 deletions src/commands.en.xml
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 &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 1)\ Calculate\ hash\ values.lnk&quot; &quot;$f&quot;" />
<command alias="Jacksum - 2) Check the data integrity" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 2)\ Check\ the\ data\ integrity&quot; &quot;$f&quot;" />
<command alias="Jacksum - 3) Customized output" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 3)\ Customized\ output.lnk&quot; &quot;$f&quot;" />
<command alias="Jacksum - 4) Edit batch" value="cmd /c start &quot;&quot; &quot;@SENDTO@\\Jacksum\ -\ 4)\ Edit\ batch.lnk&quot;" />
</commands>

0 comments on commit b88e50d

Please sign in to comment.