is there any way to access clipboard content?

Support for Android version of Total Commander

Moderators: white, Hacker, petermad, Stefan2

Post Reply
cgar
Junior Member
Junior Member
Posts: 10
Joined: 2017-04-30, 21:38 UTC

is there any way to access clipboard content?

Post by *cgar »

Sorry for posting this again. But it looks like it perhaps slipped past unnoticed last time.

--- from: viewtopic.php?p=328212#328212 ---
ghisler(Author) wrote:You can put a * in front of the parameters to show the results in a dialog box […]
Ah that's fantastic thank you. So much better than eyeballing it lol.

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 :-)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Currently an internal checksum function isn't planned, maybe in a later version.
Author of Total Commander
https://www.ghisler.com
cgar
Junior Member
Junior Member
Posts: 10
Joined: 2017-04-30, 21:38 UTC

Post by *cgar »

Ah thats a pity. But understandable.

How about a variable that dumps clipboard content?
Then I could make my own comparer with buttons. Is there currently such a variable?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No there isn't - it would be risky depending what's on the clipboard, e.g. a large photo or so...
Author of Total Commander
https://www.ghisler.com
Post Reply