12-06-2014, 03:25 AM
This is great misko! Would it be possible to add the ability to choose MD5 or Sha1?
A simple way to check MD5sum
|
12-06-2014, 03:25 AM
This is great misko! Would it be possible to add the ability to choose MD5 or Sha1?
12-06-2014, 06:25 AM
Possible, but I keep it in the right-click menu
Name: SHA1 Description: Calculates SHA1 sum. Command: /usr/scripts/sha1 %f Pattern: * Files: Check all the boxes except Directories save the script as sha1 make executable copy the file to /usr/scripts Code: #!/bin/bash And md5sum Name: MD5 Description: Calculates MD5 sum. Command: /usr/scripts/md5 %f Pattern: * Files: Check all the boxes except Directories save the script as md5 make executable copy the file to /usr/scripts Code: #!/bin/bash P.S. I hope this version works for rokytnji. ![]()
12-06-2014, 03:38 PM
Thank you! Do you think it might be better as a single script where you select which Checksum to verify? I imagine a dialog pops up where the user can choose SHA1 or MD5.
12-07-2014, 02:13 AM
(12-06-2014, 03:38 PM)mlsmith link Wrote: Do you think it might be better as a single script where you select which Checksum to verify? I imagine a dialog pops up where the user can choose SHA1 or MD5.Hmm, great idea. ![]() Once it's ready, I'll post here.
12-07-2014, 09:33 AM
Here it is:
![]() Name: Checksum Description: Calculates checksum. Command: /usr/scripts/checksum %f Pattern: * Appearance: Check all the boxes except Directories save the script as checksum make executable copy the file to /usr/scripts Code: #!/bin/bash
12-07-2014, 01:17 PM
Outstanding! Thanks so much misko.
12-07-2014, 02:07 PM
You're welcome so much.
![]()
12-07-2014, 05:04 PM
Wow! Excellent job misko_2083!
Just loaded it on my LL 2.0 desktop -- works great.
Try Linux Beginner Search Engine for answers to Linux questions.
12-07-2014, 09:14 PM
I think I need a sub menu in my right-click menu for all of misko's and Jerry's scripts.
![]()
12-09-2014, 03:02 AM
(12-07-2014, 05:04 PM)gold_finger link Wrote: Wow! Excellent job misko_2083!Thanks. It was mlsmith's idea to merge the scripts. (12-07-2014, 09:14 PM)mlsmith link Wrote: I think I need a sub menu in my right-click menu for all of misko's and Jerry's scripts.Or, you could modify my script and add all of right-click menu items in a list. ![]() |
« Next Oldest | Next Newest »
|