--- from: viewtopic.php?p=328212#328212 ---
Ah that's fantastic thank you. So much better than eyeballing it lol.ghisler(Author) wrote:You can put a * in front of the parameters to show the results in a dialog box […]
Is there any way to compare a checksum? Is there a variable that dumps clipboard content? Then with the parameter of a button I could do something like:
md5sum -c <<< "%clip %N"
Edit: Woops sorry, too used to bash. For sh it would be:
echo "%clip %N" | md5sum -c -
Are there any plans for checksumming to be added fully? Like an option in the long press menu of a file opening a window with various hash algorithms and a paste box or file selector to input a hash or hashes to be compared?
Gotta say though, it's a great testament that because TC is so good even something that isn't built in can be so easily implimented by the user. Well done
